Skip to content

raajc/ppo_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages