-
This project is tested in python-2.7 and Ubuntu 14.04.
To run the project the following packages are required. -
pip, scipy, matplotlib, numpy
sudo apt-get install python-pip python-dev libblas-dev liblapack-dev gportran
sudo pip install scipy
sudo apt-get install python-matplotlib
sudo pip install numpy -
tensorflow
The project code is currently based on Tensorflow-0.11.
https://www.tensorflow.org/versions/r0.11/get_started/os_setup.html#pip-installation -
ALE
https://github.com/mgbellemare/Arcade-Learning-Environment -
Torcs (if you want to train Torcs)
See the following instruction.
https://github.com/only4hj/DeepRL/blob/master/env/torcs/INSTALL.md -
DeepRL
Download and run this project. Enjoy :)