paper-with-me

홈 › Papers

REGEN: Replay-recycling for Expert-to-Generalist distillation with Offline Reinforcement Learning

2026-07-21 · Yunjie Chen, Xiaoxin Chen, Fang Wang arxiv

Large-scale online reinforcement learning (RL) is the predominant means of eliciting advanced abilities including long-term reasoning and agentic tool use in large language models (LLMs). However, continuing to scale it across vast task domains of interest remains challenging in both computational infrastructure and cost, especially when considering RL as merely a one-off learning stage. Recently, a widely used technique for distilling knowledge across various domains and training stages, multi-teacher on-policy distillation (MOPD), helps to decouple the RL stage, saving costs, while maintaining generality across vast domains. Nonetheless, similar to online RL, MOPD requires coupled inference and backward passes, which continues to limit its scalability and computational efficiency. To address these challenges, we propose REGEN: Replay-recycling for Expert-to-Generalist Distillation with Offline RL. Instead of distilling from multiple teacher models, REGEN trains a generalist by simply recycling the replay memory -- the free by-product of the teachers' specialized RL training -- and employing offline RL algorithms. REGEN completely decouples the rollout sampling from the backward training process and thus greatly reduces the training cost. Across mathematical reasoning, code generation, and instruction following, REGEN matches the accuracy of MOPD at substantially lower cost. It potentially turns online RL into a data synthesis process instead of a one-off learning stage, and can be extended to large-scale post-training without requiring heavy computational load. Code is available at https://github.com/yunjie-sysu/REGEN.

📄 PDF Abstract BibTeX arXiv:2607.19450

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyReinforcement LearningMathematical ReasoningInstruction Following

Similar Papers 제목 키워드 기반

Representation Consolidation from Multiple Expert Teachers

2021-09-29 · Zhizhong Li, Avinash Ravichandran, Charless Fowlkes, Marzia Polito 외

A library of diverse expert models transfers better to a novel task than a single generalist model. However, growing such a library indefinitely is impractical. Hence, we explore the problem of learning a consolidated im…

Knowledge Distillation

REGENT: A Retrieval-Augmented Generalist Agent That Can Act In-Context in New Environments

2024-12-06 · Kaustubh Sridhar, Souradeep Dutta, Dinesh Jayaraman, Insup Lee

Building generalist agents that can rapidly adapt to new environments is a key challenge for deploying AI in the digital and real worlds. Is scaling current agent architectures the most effective way to build generalist …

In-Context LearningRetrieval

Refined Policy Distillation: From VLA Generalists to RL Experts

2025-03-06 · Tobias Jülg, Wolfram Burgard, Florian Walter

Recent generalist Vision-Language-Action Models (VLAs) can perform a variety of tasks on real robots with remarkable generalization capabilities. However, reported success rates are often not on par with those of expert …

Vision-Language-Action

World Action Models Enable Continual Imitation Learning with Recurrent Generative Replays

2026-06-25 · Manish Kumar Govind, Dominick Reilly, Smit Patel, Hieu Le 외 arxiv

Going beyond predicting robot actions, World Action Models (WAMs) can also generate future visual observations. We build on this generative capability to propose Recurrent Generative Replay (REGEN), a continual imitation…

Continual Policy Distillation from Distributed Reinforcement Learning Teachers

2026-01-30 · Yuxuan Li, Qijun He, Mingqi Yuan, Wen-Tse 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 stab…

Reinforcement LearningMulti-Task Learning