LGAIOct 20, 2020

Proximal Policy Gradient: PPO with Policy Gradient

arXiv:2010.09933v111 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for reinforcement learning practitioners, offering a method that achieves similar results to PPO using a gradient formula from the original policy gradient theorem.

The paper tackles the problem of improving policy gradient methods in reinforcement learning by proposing Proximal Policy Gradient (PPG), a hybrid algorithm combining elements of Vanilla Policy Gradient (VPG) and Proximal Policy Optimization (PPO), with results showing comparable performance to PPO in OpenAI Gym and Bullet robotics environments across ten random seeds.

In this paper, we propose a new algorithm PPG (Proximal Policy Gradient), which is close to both VPG (vanilla policy gradient) and PPO (proximal policy optimization). The PPG objective is a partial variation of the VPG objective and the gradient of the PPG objective is exactly same as the gradient of the VPG objective. To increase the number of policy update iterations, we introduce the advantage-policy plane and design a new clipping strategy. We perform experiments in OpenAI Gym and Bullet robotics environments for ten random seeds. The performance of PPG is comparable to PPO, and the entropy decays slower than PPG. Thus we show that performance similar to PPO can be obtained by using the gradient formula from the original policy gradient theorem.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes