Skip to content
/ ppo_tf Public

Implementation of proximal policy optimization(PPO) with tensorflow

License

Notifications You must be signed in to change notification settings

uidilr/ppo_tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPO_tf

Implementation of proximal policy optimization(PPO) using tensorflow

environment

CartPole-v0 of open ai gym
state space: continuous
action space: discrete

dependencies

python3.6
tensorflow v1.4
open ai gym

Training

python main.py 

Test trained policy

python test_policy.py

Tensorboard

tensorboard --logdir=log

LICENSE

MIT ICENSE