A-Bergonzoli / PPO_implementation_v4.0

PPO algorithm implemetation for TF 2.8.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PPO_implementation_v4.0

PPO algorithm implemetation for continuous action spaces (TF 2.8.0)

The algorithm was tested on OpenAI Gym 'Pendulum-v1' environment

This implementation is heavily inspired by @mandrakedrink's one for PyTorch (https://github.com/mandrakedrink/PPO-pytorch)

To take a look at the parameters you can set, run: python main.py -h

About

PPO algorithm implemetation for TF 2.8.0

License:MIT License


Languages

Language:Python 100.0%