English

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

Machine Learning 2018-04-18 v1 Artificial Intelligence Machine Learning

Abstract

This paper presents an open-source enforcement learning toolkit named CytonRL (https://github.com/arthurxlw/cytonRL). 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.

Keywords

Cite

@article{arxiv.1804.05834,
  title  = {CytonRL: an Efficient Reinforcement Learning Open-source Toolkit Implemented in C++},
  author = {Xiaolin Wang},
  journal= {arXiv preprint arXiv:1804.05834},
  year   = {2018}
}
R2 v1 2026-06-23T01:25:19.948Z