Gradient Informed Proximal Policy Optimization

Abstract

We introduce a novel policy learning method that integrates analytical gradients from differentiable environments with the Proximal Policy Optimization (PPO) algorithm. To incorporate analytical gradients into the PPO framework, we introduce the concept of an α-policy that stands as a locally superior policy. By adaptively modifying the α value, we can effectively manage the influence of analytical policy gradients during learning. To this end, we suggest metrics for assessing the variance and bias of analytical gradients, reducing dependence on these gradients when high variance or bias is detected. Our proposed approach outperforms baseline algorithms in various scenarios, such as function optimization, physics simulations, and traffic control environments. Our code can be found online: https://github.com/SonSang/gippo.

Cite

Text

Son et al. "Gradient Informed Proximal Policy Optimization." Neural Information Processing Systems, 2023.

Markdown

[Son et al. "Gradient Informed Proximal Policy Optimization." Neural Information Processing Systems, 2023.](https://mlanthology.org/neurips/2023/son2023neurips-gradient/)

BibTeX

@inproceedings{son2023neurips-gradient,
  title     = {{Gradient Informed Proximal Policy Optimization}},
  author    = {Son, Sanghyun and Zheng, Laura and Sullivan, Ryan and Qiao, Yi-Ling and Lin, Ming},
  booktitle = {Neural Information Processing Systems},
  year      = {2023},
  url       = {https://mlanthology.org/neurips/2023/son2023neurips-gradient/}
}