CytonRL: an Efficient Reinforcement Learning Open-source Toolkit Implemented in C++

Xiaolin Wang
DOI: https://doi.org/10.48550/arXiv.1804.05834
2018-04-15
Abstract:This paper presents an open-source enforcement learning toolkit named CytonRL (<a class="link-external link-https" href="https://github.com/arthurxlw/cytonRL" rel="external noopener nofollow">this https URL</a>). The toolkit implements four recent advanced deep Q-learning algorithms from scratch using C++ and NVIDIA's GPU-accelerated libraries. The code is simple and elegant, owing to an open-source general-purpose neural network library named CytonLib. Benchmark shows that the toolkit achieves competitive performances on the popular Atari game of Breakout.
Machine Learning,Artificial Intelligence
What problem does this paper attempt to address?