- Torcs - Download and Instructions
git clone https://github.com/djo10/deep-rl-ddpg-self-driving-car.git
cd deep-rl-ddpg-self-driving-car
virtualenv -p python2 --no-site-packages env
source env/bin/activate
pip install -r requirements.txt
Usage:
python ddpg.py [-t TRAIN]
Options:
-t TRAIN, --train TRAIN
train indicator [default: 0]