Skip to content

crazydonkey200/tensorflow-policy-gradient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tensorflow-policy-gradient

Still under construction...

Dependencies

  • Python 2.7
  • TensorFlow >= 0.8.0
  • NumPy >= 1.10.0
  • openai gym
  • matplotlib

Quick try

Run

python gym_experiment.py

to train a softmax policy (without bias) using vanilla policy gradient on CartPole task. You can see that the return is stochastically increasing until it reaches the maximum (200).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages