Skip to content

Deep reinforcement learning - DDPG algorithm with self driving car in Torcs

License

Notifications You must be signed in to change notification settings

djo10/deep-rl-ddpg-self-driving-car

Repository files navigation

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

Releases

No releases published

Packages

No packages published