Policy Consolidation for Continual Reinforcement Learning
Christos Kaplanis, Murray Shanahan, Claudia Clopath
TL;DR
The paper tackles catastrophic forgetting in continual reinforcement learning by proposing Policy Consolidation (PC), a framework that enforces memory of the agent's policy across multiple timescales via a cascade of hidden policies and KL-based regularization. By integrating this with PPO-style objectives, PC extends learning stability beyond single-tasks and discrete task switches, and it is evaluated across single-agent alternating tasks and multi-agent self-play settings. Empirical results show PC improves continual learning performance and stability relative to PPO baselines, with insights into cascade depth, task-switch schedules, and hidden-policy behavior. The work advances boundary-agnostic continual RL and highlights future directions in prioritized consolidation and trajectory-based distillation to further enhance behavioral memory across non-stationary environments.
Abstract
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.
