Skip to content

This code is based on the book 《深入浅出强化学习》, PPO of which is based on tf1. I tried to convert it to tensorflow2. This is a prototype. Feel free to point the bugs.

Notifications You must be signed in to change notification settings

sinsauzero/PPO-algorithem-with-TF2-on-pendulum-v0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPO-algorithem-with-TF2-on-pendulum-v0

This code is based on the book 《深入浅出强化学习》, PPO of which is based on tf1. I tried to convert it to tensorflow2. This is a prototype. Feel free to point the bugs. You need tensorflow==2.x, gym, tensorflow_probability modules

python3 main.py

About

This code is based on the book 《深入浅出强化学习》, PPO of which is based on tf1. I tried to convert it to tensorflow2. This is a prototype. Feel free to point the bugs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages