paper-with-me

홈 › Papers

Continual Policy Distillation from Distributed Reinforcement Learning Teachers

2026-01-30 · Yuxuan Li, Qijun He, Mingqi Yuan, Wen-Tse Chen, Jeff Schneider, Jiayu Chen arxiv

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%.

📄 PDF Abstract BibTeX arXiv:2601.22475

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMulti-Task Learning

Similar Papers 제목 키워드 기반

Continual Distillation of Teachers from Different Domains

2026-04-10 · Nicolas Michel, Maorong Wang, Jiangpeng He, Toshihiko Yamasaki arxiv

Deep learning models continue to scale, with some requiring more storage than many large-scale datasets. Thus, we introduce a new paradigm: Continual Distillation (CD), where a student learns sequentially from a stream o…

Domain Generalization

Recursive Distillation for Open-Set Distributed Robot Localization

2023-12-26 · Kenta Tsukahara, Kanji Tanaka

A typical assumption in state-of-the-art self-localization models is that an annotated training dataset is available for the target workspace. However, this is not necessarily true when a robot travels around the general…

Continual LearningImage RetrievalRetrievalTransfer Learning

MOPD: Multi-Teacher On-Policy Distillation for Capability Integration in LLM Post-Training

2026-06-29 · Wenhan Ma, Jianyu Wei, Liang Zhao, Hailin Zhang 외 hf

Modern large language models (LLMs) rely on reinforcement learning during post-training to push specific capabilities, yet integrating multiple capabilities into one model remains hard. Existing methods, such as Off-Poli…

Reinforcement Learning

Continual Reinforcement Learning deployed in Real-life using Policy Distillation and Sim2Real Transfer

2019-06-11 · René Traoré, Hugo Caselles-Dupré, Timothée Lesort, Te Sun 외

We focus on the problem of teaching a robot to solve tasks presented sequentially, i.e., in a continual learning scenario. The robot should be able to solve all tasks it has encountered, without forgetting past tasks. We…

Continual Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

DisCoRL: Continual Reinforcement Learning via Policy Distillation

2019-07-11 · René Traoré, Hugo Caselles-Dupré, Timothée Lesort, Te Sun 외

In multi-task reinforcement learning there are two main challenges: at training time, the ability to learn different policies with a single model; at test time, inferring which of those policies applying without an exter…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Representation Learning