March 2018
Intermediate to advanced
272 pages
7h 53m
English
Keras-RL can be installed by pip. However, I recommend installing it from the project GitHub repo, as the code might be slightly newer. To do so, simply clone the repo and run python setup.py install as follows:
git clone https://github.com/matthiasplappert/keras-rl.gitcd keras-rlpython setup.py install