valthom / Pytorch-DPPO

Pytorch implementation of Distributed Proximal Policy Optimization: https://arxiv.org/abs/1707.02286

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytorch-DPPO

Pytorch implementation of Distributed Proximal Policy Optimization: https://arxiv.org/abs/1707.02286

So far, the gradient updates are asynchronous: I need to find a way to perform synchronous updates described in the paper. Some hardcoded hyper-parameters can still be found.

Acknowledgments

The structure of this code is based on https://github.com/ikostrikov/pytorch-a3c.

About

Pytorch implementation of Distributed Proximal Policy Optimization: https://arxiv.org/abs/1707.02286

License:MIT License


Languages

Language:Python 100.0%