paper-with-me

홈 › Papers

RollPacker: Mitigating Long-Tail Rollouts for Fast, Synchronous RL Post-Training

2025-09-25 · Wei Gao, Yuheng Zhao, Dakai An, Tianyuan Wu, Lunxi Cao, Shaopan Xiong, Ju Huang, Weixun Wang, Siran Yang, Wenbo Su, Jiamang Wang, Lin Qu, Bo Zheng, Wei Wang arxiv

Reinforcement Learning (RL) is a pivotal post-training technique for enhancing the reasoning capabilities of Large Language Models (LLMs). However, synchronous RL post-training often suffers from significant GPU underutilization, referred to as bubbles, caused by imbalanced response lengths within rollout steps. Many RL systems attempt to alleviate this problem by relaxing synchronization, but this can compromise training accuracy. In this paper, we introduce tail batching, a novel rollout scheduling strategy for synchronous RL that systematically consolidates prompts leading to long-tail responses into a small subset of rollout steps (long rounds), while ensuring that the majority of steps (short rounds) involve only balanced, short rollouts. By excluding long responses from short rounds and rescheduling them into a few designated long rounds, tail batching effectively reduces GPU idle time during rollouts and significantly accelerates RL training without sacrificing accuracy. We present RollPacker, a system that fully harnesses the benefits of tail batching through holistic optimizations across all three RL stages: elastic parallelism adaptation for rollout, dynamic resource allocation and scheduling for reward, and stream-based training. Empirical results show that RollPacker achieves a 2.03x-2.56x end-to-end training time reduction compared to veRL and up to 2.24x speedup compared to RLHFuse for the Qwen2.5 family of LLMs on up to 128 H800 GPUs.

📄 PDF Abstract BibTeX arXiv:2509.21009

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

TailSieve: Partial-Rollout-Guided Tail Routing for LLM Rollouts

2026-08-24 · Tianqi Xu, Lu Lv, Haoyang Huang, Wenjie Huang 외 arxiv

Large-scale rollouts have become a core component of modern LLM systems, spanning reinforcement learning (RL) post-training, on-policy distillation (OPD), and sampling-heavy evaluation pipelines. Unlike online serving, w…

Reinforcement Learning

Stabilizing autoregressive forecasts in chaotic systems via multi-rate latent recurrence

2026-01-20 · Mrigank Dhingra, Omer San arxiv

Long-horizon autoregressive forecasting of chaotic dynamical systems remains challenging due to rapid error amplification and distribution shift: small one-step inaccuracies compound into physically inconsistent rollouts…

Generative Scenario Rollouts for End-to-End Autonomous Driving

2026-01-16 · Rajeev Yasarla, Deepti Hegde, Shizhong Han, Hsin-Pai Cheng 외 arxiv

Vision-Language-Action (VLA) models are emerging as highly effective planning models for end-to-end autonomous driving systems. However, current works mostly rely on imitation learning from sparse trajectory annotations …

Reinforcement LearningAutonomous Driving

Double Horizon Model-Based Policy Optimization

2025-12-17 · Akihiro Kubo, Paavo Parmas, Shin Ishii arxiv

Model-based reinforcement learning (MBRL) reduces the cost of real-environment sampling by generating synthetic trajectories (called rollouts) from a learned dynamics model. However, choosing the length of the rollouts p…

Reinforcement Learning

ABot-World-0: Infinite Interactive World Rollout on a Single Desktop GPU

2026-07-21 · Fan Jiang, Zhaoxu Sun, Mengchao Wang, Ziyu Zhu 외 hf

We present ABot-World-0, an action-conditioned video world model for real-time, long-horizon closed-loop interaction, supported by a multi-source data infrastructure spanning AAA games, simulation engines, and internet v…