Based on DDPG-Keras-Torcs
Contents should be copied to under gym_torcs/
to run
Follow instruction at gym_torcs
conda create -n yourEnvName
source activate yourEnvName
conda install tensorflow=0.10
conda install keras=1.1
conda install h5py
source activate yourEnvName
python ddpg.py