Continual Policy Distillation from Distributed Reinforcement Learning Teachers
Yuxuan Li, Qijun He, Mingqi Yuan, Wen-Tse Chen, Jeff Schneider, Jiayu Chen
TL;DR
This work tackles continual reinforcement learning by decoupling it into parallel single-task RL training (teachers) and a central generalist model that distills from these teachers. It introduces a Transformer-based Mixture-of-Experts central model with incremental expert expansion, a contrastive task embedding to infer latent task context, and a hybrid forgetting mitigation combining diversity-aware trajectory replay with parameter masking. The approach demonstrates strong plasticity and stability on Meta-World MT25, recovering the majority of teacher performance (well over 85%) while keeping task-wise forgetting under 10%, and shows robustness under multi-stage distillation. These results suggest a scalable path toward generalist embodied agents by transforming continual RL challenges into supervised-like distillation dynamics, with implications for efficient pretraining and lifelong learning in robotics and related domains.
Abstract
Continual Reinforcement Learning (CRL) aims to develop lifelong learning agents to continuously acquire knowledge across diverse tasks while mitigating catastrophic forgetting. This requires efficiently managing the stability-plasticity dilemma and leveraging prior experience to rapidly generalize to novel tasks. While various enhancement strategies for both aspects have been proposed, achieving scalable performance by directly applying RL to sequential task streams remains challenging. In this paper, we propose a novel teacher-student framework that decouples CRL into two independent processes: training single-task teacher models through distributed RL and continually distilling them into a central generalist model. This design is motivated by the observation that RL excels at solving single tasks, while policy distillation -- a relatively stable supervised learning process -- is well aligned with large foundation models and multi-task learning. Moreover, a mixture-of-experts (MoE) architecture and a replay-based approach are employed to enhance the plasticity and stability of the continual policy distillation process. Extensive experiments on the Meta-World benchmark demonstrate that our framework enables efficient continual RL, recovering over 85% of teacher performance while constraining task-wise forgetting to within 10%.
