An open API service indexing awesome lists of open source software.

https://github.com/embersarc/ppo

PPO implementation for OpenAI gym environment based on Unity ML Agents
https://github.com/embersarc/ppo

Last synced: 2 months ago
JSON representation

PPO implementation for OpenAI gym environment based on Unity ML Agents

Awesome Lists containing this project

README

        

# PPO
PPO implementation for OpenAI gym environment based on Unity ML Agents: https://github.com/Unity-Technologies/ml-agents

Notable changes include:
* Ability to continuously display progress with non-stochastic policy during training
* Works with OpenAI environments
* Option to record episodes
* State normalization for given number of frames
* Frame skip
* Faster reward discounting etc.