Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/godka/dcppg

Dual-clip Phasic Policy Gradient
https://github.com/godka/dcppg

deep-reinforcement-learning

Last synced: about 10 hours ago
JSON representation

Dual-clip Phasic Policy Gradient

Awesome Lists containing this project

README

        

# DCPPG
Dual-clip Phasic Policy Gradient: the simplest implementation of DCPPG (dual-clip phasic policy gradient), which can be viewed as the fusion of Dual-clip PPO + PPG. It significantly improves the converge speed compared with DCPPO.

## Dual-clip PPO:

Ye, Deheng, et al. "Mastering complex control in moba games with deep reinforcement learning." Proceedings of the AAAI Conference on Artificial Intelligence. Vol. 34. No. 04. 2020.

## Phasic Policy Gradient:

Cobbe, Karl W., et al. "Phasic policy gradient." International Conference on Machine Learning. PMLR, 2021.