Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.04 KB

Deep Reinforcement Learning - Deep Deterministic Policy gradient - Torcs Self-driving Car

Youtube video

Requirements:

Install

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

Run

Usage:
    python ddpg.py [-t TRAIN]
    
Options:
    -t TRAIN, --train TRAIN
                train indicator [default: 0]

Deep Deterministic Policy gradient

Torcs Screenshot

Credits