vazzup / pytorch-ppo-modified

Modified version of PPO implemented in PyTorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTorch implementation of PPO

NOTE: This is not maintained. I recommend using the implementation here. It is much more full featured and tested.

This is a PyTorch implementation of Proximal Policy Optimization.

This is code mostly ported from the OpenAI baselines implementation but currently does not optimize each batch for several epochs. I will add this soon.

Usage

python main.py --env-name Walker2d-v1

Contributions

Contributions are very welcome. If you know how to make this code better, don't hesitate to send a pull request.

Todo

  • Add multiple epochs per batch
  • Test results compared to baselines code

About

Modified version of PPO implemented in PyTorch.

License:MIT License


Languages

Language:Python 100.0%