Skip to content

Simple and easy to read implementation of the Reinforcement Learning algorithm DDPG.

License

Notifications You must be signed in to change notification settings

Fable67/DDPG-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This is an experimental repo for myself to play with my implementation of DDPG.

Dependencies

  • Python: 3.x
  • Tensorflow-gpu: 1.14.0

Usage

Try below.
python main.py

Result

  • Moving Average Reward

  • Trained Policy of Ant-v3 on the rendered env

Reference

@article{lillicrap2015continuous,
  title={Continuous control with deep reinforcement learning},
  author={Lillicrap, Timothy P and Hunt, Jonathan J and Pritzel, Alexander and Heess, Nicolas and Erez, Tom and Tassa, Yuval and Silver, David and Wierstra, Daan},
  journal={arXiv preprint arXiv:1509.02971},
  year={2015}
}

About

Simple and easy to read implementation of the Reinforcement Learning algorithm DDPG.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages