Skip to content

DDPG implementation for aigym environment, depending on TensorFlow.

Notifications You must be signed in to change notification settings

sykwer/tensorflow_ddpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tensowflow_ddpg

Deep Deterministic Policy Gradient

DDPG method is RL method that utilizes DPG Theorem, that can handle continuous action space. This implementation depends on Tensowflow and this RL model is experimented on aigym. Following papers are referred when implementing this model.

How to use

git clone https://github.com/sykwer/tensorflow_ddpg.git
cd tensowflow_ddpg
python main.py

Experiment

Experiment on InvertedPendulum-v2

InvertedPendulum-v2_experiment (episode - total reward)

Resources

If you can conprehend Japanese article, refer to following articles! I have written several articles to understand DDPG theorem.

About

DDPG implementation for aigym environment, depending on TensorFlow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages