LGAIMLSep 7, 2019

Regularized Anderson Acceleration for Off-Policy Deep Reinforcement Learning

arXiv:1909.03245v330 citations
Originality Incremental advance
AI Analysis

This addresses a key bottleneck in deep RL for complex control tasks, offering an incremental acceleration technique.

The paper tackles slow convergence and sample inefficiency in model-free off-policy deep reinforcement learning by proposing a regularized Anderson acceleration method, which improves learning speed and final performance on benchmark tasks like Atari 2600 and MuJoCo.

Model-free deep reinforcement learning (RL) algorithms have been widely used for a range of complex control tasks. However, slow convergence and sample inefficiency remain challenging problems in RL, especially when handling continuous and high-dimensional state spaces. To tackle this problem, we propose a general acceleration method for model-free, off-policy deep RL algorithms by drawing the idea underlying regularized Anderson acceleration (RAA), which is an effective approach to accelerating the solving of fixed point problems with perturbations. Specifically, we first explain how policy iteration can be applied directly with Anderson acceleration. Then we extend RAA to the case of deep RL by introducing a regularization term to control the impact of perturbation induced by function approximation errors. We further propose two strategies, i.e., progressive update and adaptive restart, to enhance the performance. The effectiveness of our method is evaluated on a variety of benchmark tasks, including Atari 2600 and MuJoCo. Experimental results show that our approach substantially improves both the learning speed and final performance of state-of-the-art deep RL algorithms.

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