Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 16, 2020. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Deep Deterministic Policy Gradients

  • Python 3.5
  • Tensorflow 1.2

I'm following the original DDPG paper as much as possible, and using their "low-dimensional" representation, not the pixels-based one.

Pendulum-v0

Action space: -2 to 2.

python main.py Pendulum-v0

Status: not yet working. I think it's done but alas there is some bug somewhere. Ugh.

References

(These might be useful to supplement the original paper.)