Reinforcement learning algorithms
An open source C++ environment to design and train reinforcement learning agents of various types. Based on DeepLearning project https://github.com/dragunovdenis/DeepLearning (uses the latter as a sub-module).
At the moment, the environment provides functionality to design, train and evaluate agents for playing checkers and chess: as well as an interface to interactively play with a trained agent .
The project is inspired by the brilliant book "Reinforcement Learning: An Introduction" by Sutton, Richard S. and Barto, Andrew G.