You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.