LGMLMar 9, 2020

Stable Policy Optimization via Off-Policy Divergence Regularization

arXiv:2003.04108v220 citations
Originality Incremental advance
AI Analysis

This work addresses stabilization issues in policy gradient methods like TRPO and PPO for reinforcement learning practitioners, representing an incremental improvement.

The paper tackled the problem of stabilizing policy learning in deep reinforcement learning by proposing a new algorithm that uses an off-policy divergence regularization term to constrain visitation distributions between consecutive policies, resulting in improved stability and final performance in high-dimensional control tasks.

Trust Region Policy Optimization (TRPO) and Proximal Policy Optimization (PPO) are among the most successful policy gradient approaches in deep reinforcement learning (RL). While these methods achieve state-of-the-art performance across a wide range of challenging tasks, there is room for improvement in the stabilization of the policy learning and how the off-policy data are used. In this paper we revisit the theoretical foundations of these algorithms and propose a new algorithm which stabilizes the policy improvement through a proximity term that constrains the discounted state-action visitation distribution induced by consecutive policies to be close to one another. This proximity term, expressed in terms of the divergence between the visitation distributions, is learned in an off-policy and adversarial manner. We empirically show that our proposed method can have a beneficial effect on stability and improve final performance in benchmark high-dimensional control tasks.

Code Implementations1 repo
Foundations

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

Your Notes