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

https://github.com/mrforexample/dppo-tf2

Simple DPPO & PPO implement use tensorflow v2
https://github.com/mrforexample/dppo-tf2

Last synced: 8 months ago
JSON representation

Simple DPPO & PPO implement use tensorflow v2

Awesome Lists containing this project

README

          

# DPPO-tf2
## Simple implement of DPPO & PPO base on tensorflow v2
- Algorithm base on paper [DeepMind DPPO](https://arxiv.org/abs/1707.02286) & [OpenAI PPO](https://arxiv.org/abs/1707.06347)
- Environment use OpenAI gym
- Plot use tensorboard