Test Reinforcement Learning Algorithms
RLTest is a C++ library for testing reinforcement learning algorithms. It was
developed in parallel to a course in reinforcement learning in 2016.
The main goal was to implement a couple of reinforcement learning algorithms
and a couple of artificial worlds in which the actions of the algorithms can be
evaluated and compared.
git clone https://github.com/mo42/RLEval.git && cd RLEval
git submodule update --init --recursive
mkdir build && cd build
cmake ../
make