LGAIMLJan 29, 2019

Trust Region-Guided Proximal Policy Optimization

arXiv:1901.10314v276 citations
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in PPO for deep reinforcement learning practitioners, offering an incremental improvement.

The paper tackles the problem of PPO's poor exploration under bad initialization, which can lead to training failure or local optima, by proposing TRGPPO that adaptively adjusts clipping within the trust region, resulting in improved performance bounds and verified advantages in experiments.

Proximal policy optimization (PPO) is one of the most popular deep reinforcement learning (RL) methods, achieving state-of-the-art performance across a wide range of challenging tasks. However, as a model-free RL method, the success of PPO relies heavily on the effectiveness of its exploratory policy search. In this paper, we give an in-depth analysis on the exploration behavior of PPO, and show that PPO is prone to suffer from the risk of lack of exploration especially under the case of bad initialization, which may lead to the failure of training or being trapped in bad local optima. To address these issues, we proposed a novel policy optimization method, named Trust Region-Guided PPO (TRGPPO), which adaptively adjusts the clipping range within the trust region. We formally show that this method not only improves the exploration ability within the trust region but enjoys a better performance bound compared to the original PPO as well. Extensive experiments verify the advantage of the proposed method.

Code Implementations2 repos
Foundations

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

Your Notes