LGMar 18, 2022

Proximal Policy Optimization with Adaptive Threshold for Symmetric Relative Density Ratio

arXiv:2203.09809v18 citationsh-index: 14
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in deep reinforcement learning for robotics by making an incremental improvement to PPO for more stable policy updates.

The paper tackles the problem of suboptimal threshold selection in Proximal Policy Optimization (PPO) by proposing PPO-RPE, which uses a symmetric relative density ratio to adaptively set the threshold, resulting in improved task accomplishment in locomotion tasks as verified through simulations.

Deep reinforcement learning (DRL) is one of the promising approaches for introducing robots into complicated environments. The recent remarkable progress of DRL stands on regularization of policy, which allows the policy to improve stably and efficiently. A popular method, so-called proximal policy optimization (PPO), and its variants constrain density ratio of the latest and baseline policies when the density ratio exceeds a given threshold. This threshold can be designed relatively intuitively, and in fact its recommended value range has been suggested. However, the density ratio is asymmetric for its center, and the possible error scale from its center, which should be close to the threshold, would depend on how the baseline policy is given. In order to maximize the values of regularization of policy, this paper proposes a new PPO derived using relative Pearson (RPE) divergence, therefore so-called PPO-RPE, to design the threshold adaptively. In PPO-RPE, the relative density ratio, which can be formed with symmetry, replaces the raw density ratio. Thanks to this symmetry, its error scale from center can easily be estimated, hence, the threshold can be adapted for the estimated error scale. From three simple benchmark simulations, the importance of algorithm-dependent threshold design is revealed. By simulating additional four locomotion tasks, it is verified that the proposed method statistically contributes to task accomplishment by appropriately restricting the policy updates.

Foundations

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

Your Notes