RL algorithms with minimal lines of code
$ git clone https://github.com/r-salas/minimal-rl.git
$ cd minimal-rl
$ pip install -r requirements.txt
If you're in Linux, you may also need to install swig
:
$ apt-get install swig
$ python dqn.py
$ python ddpg.py
$ python reinforce.py
$ python a2c.py
$ python cem.py