Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 892 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 892 Bytes

Using Tensorflow and Deep Deterministic Policy Gradient to play TORCS

This repository contains tensorflow implementation of Deep Deterministic policy gradients explained in the paper http://proceedings.mlr.press/v32/silver14.pdf. The Actor Critic agent is trained to drive autonomously in the TORCS environment.

For more details and documentation please refer to the blog https://yanpanlau.github.io/2016/10/11/Torcs-Keras.html

Installation Dependencies:

How to Run?

git clone https://github.com/murthy95/DDPG_tf.git
cd DDPG_tf
python ddpg.py 

(Change :the flag train_indicator=1 in ddpg.py if you want to train the network)