paper-with-me

홈 › Papers

RolloutPipe: Overlapping Pipelined Rollout and Training in Disaggregated On-Policy LLM Reinforcement Learning

2026-06-25 · Rongjian Chen, Jianmin Hu, Kejiang Ye, Minxian Xu arxiv

Large language model (LLM) post-training for reasoning increasingly relies on reinforcement learning with verifiable rewards (RLVR), where models learn from ground-truth feedback on mathematical, logical, and scientific tasks. To enable flexible resource allocation and support heterogeneous training setups, modern RLVR systems adopt disaggregated architectures that decouple rollout generation and policy training across independent GPU pools. However, existing synchronous on-policy GRPO (Group Relative Policy Optimization) RLVR systems finish an entire rollout before starting training, leaving the trainer GPU pool idle while rollout is still ongoing. Asynchronous RL pipelines overlap the two stages, but at the cost of training on stale data. To address these challenges, we propose RolloutPipe, a post-training framework for disaggregated RLVR systems, which turns the fixed-weight rollout into a complete-group pipeline where trainable groups move to the trainer while later groups are still being generated. RolloutPipe achieves this through two techniques including complete-group pipelining (CGP) and frontier-group dispatch (FGD). CGP dispatches each trainable complete group to the trainer FIFO as soon as group materialization finishes, and FGD is an admission policy on the Rollout node that first admits requests for the frontier groups needed to form the next training batch, so that trainer-ready groups arrive earlier and more steadily. The design starts training before the rollout completes while maintaining on-policy correctness. Evaluated on Qwen3-1.7B across four reasoning and science benchmarks and twelve rollout settings, RolloutPipe shortens the rollout-to-train-end time by 30.7%-42.3%, and lowers the trainer waiting ratio by 37%-76% compared to Slime, a state-of-the-art rollout and training system.

📄 PDF Abstract BibTeX arXiv:2606.26997

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Accelerating Disaggregated RL for Visual Generative LLMs with Diffusion-Based Parallelism and Trainer-Assisted Generation

2026-06-23 · Sijie Wang, Zhengyu Qing, Zhiqiang Tan, Yiming Yin 외 arxiv

Reinforcement learning (RL) has become a dominant post-training paradigm, driving the emergence of high-performance RL systems such as veRL for autoregressive large language models (LLMs). In parallel, diffusion-oriented…

Reinforcement Learning

RLBoost: Harvesting Preemptible Resources for Cost-Efficient Reinforcement Learning on LLMs

2025-10-22 · Yongji Wu, Xueshen Liu, Haizhong Zheng, Juncheng Gu 외 arxiv

Reinforcement learning (RL) has become essential for unlocking advanced reasoning capabilities in large language models (LLMs). RL workflows involve interleaving rollout and training stages with fundamentally different r…

Reinforcement Learning

RollArt: Disaggregated Multi-Task Agentic RL Training at Scale

2025-12-27 · Wei Gao, Yuheng Zhao, Tianyuan Wu, Shaopan Xiong 외 arxiv

Agentic Reinforcement Learning (RL) trains LLMs through multi-turn interactions with environments, producing workloads that mix compute-bound prefill, bandwidth-bound decoding, CPU-heavy environment execution, and bursty…

Reinforcement Learning

Rollout-Training Co-Design for Efficient LLM-Based Multi-Agent Reinforcement Learning

2026-02-10 · Zhida Jiang, Zhaolong Xing, Jiawei Lu, Yipei Niu 외 arxiv

Despite algorithm-level innovations for multi-agent reinforcement learning (MARL), the underlying networked infrastructure for large-scale MARL training remains underexplored. Existing training frameworks primarily optim…

Multi-agent Reinforcement Learning

ECHO-2: A Large-Scale Distributed Rollout Framework for Cost-Efficient Reinforcement Learning

2026-02-02 · Jingwei Song, Meng Chen, Jie Xiao, Qingnan Ren 외 arxiv

Reinforcement learning (RL) is a critical stage in post-training large language models (LLMs), involving repeated interaction between rollout generation, reward evaluation, and centralized learning. Distributing rollout …

Reinforcement Learning