simondlevy / Pendulum_PPO

Implementation of Proximal Policy Optimization (PPO) for continuous action space (`Pendulum-v1` from gym) using pytorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pendulum_PPO

Implementation of Proximal Policy Optimization (PPO) for continuous action space (Pendulum-v1 from gym) using pytorch. I got the code working with Gymnasium (instead of OpenAI Gym) and removed the TensorFlow code and testing code.

About

Implementation of Proximal Policy Optimization (PPO) for continuous action space (`Pendulum-v1` from gym) using pytorch.

License:MIT License


Languages

Language:Python 100.0%