LGMLFeb 1, 2019

Policy Consolidation for Continual Reinforcement Learning

arXiv:1902.00255v261 citations
Originality Incremental advance
AI Analysis

This addresses the problem of forgetting in reinforcement learning for agents operating in continuously changing environments, representing an incremental improvement over existing methods.

The authors tackled catastrophic forgetting in deep reinforcement learning by proposing a policy consolidation model that regularizes the current policy using a cascade of hidden networks to remember policies at various timescales, resulting in improved continual learning across continuous control tasks.

We propose a method for tackling catastrophic forgetting in deep reinforcement learning that is \textit{agnostic} to the timescale of changes in the distribution of experiences, does not require knowledge of task boundaries, and can adapt in \textit{continuously} changing environments. In our \textit{policy consolidation} model, the policy network interacts with a cascade of hidden networks that simultaneously remember the agent's policy at a range of timescales and regularise the current policy by its own history, thereby improving its ability to learn without forgetting. We find that the model improves continual learning relative to baselines on a number of continuous control tasks in single-task, alternating two-task, and multi-agent competitive self-play settings.

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