ECHO-2: A Large Scale Distributed Rollout Framework for Cost-efficient Reinforcement Learning
Jie Xiao, Meng Chen, Qingnan Ren, Song Jingwei, Jiaqi Huang, Yangshen Deng, Chris Tong, Wanyi Chen, Suli Wang, Ziqian Bi, Shuo Lu, Yiqun Duan, Lynn Ai, Eric Yang, Bill Shi
TL;DR
This work tackles the high cost of RL post-training for large language models by distributing rollout generation to wide-area inference workers while keeping a centralized learner. ECHO-2 introduces a three-plane, versioned execution framework with bounded staleness $S$ and an overlap-based capacity model that relates $T_{ ext{train}}$, $T_{ ext{bcast}}$, and rollout throughput to sustain learner utilization, complemented by a peer-assisted pipelined broadcast to reduce dissemination tail latency. Its three main contributions are (i) the three-plane architecture with bounded staleness and overlap-driven provisioning, (ii) a peer-assisted broadcast mechanism to minimize dissemination delays, and (iii) a cost-aware scheduling policy over heterogeneous resources. Empirically, ECHO-2 achieves substantial cost reductions (33–36% lower cost to reach target RL quality) for GRPO post-training on 4B and 8B models under realistic WAN regimes, while preserving comparable RL rewards to strong baselines. This framework offers a practical path to scalable, cost-efficient RL post-training across distributed resources, widening accessibility for large-scale RL workloads.
Abstract
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 execution offers opportunities to leverage more cost-efficient inference resources, but introduces challenges in wide-area coordination and policy dissemination. We present ECHO-2, a distributed RL framework for post-training with remote inference workers and non-negligible dissemination latency. ECHO-2 combines centralized learning with distributed rollouts and treats bounded policy staleness as a user-controlled parameter, enabling rollout generation, dissemination, and training to overlap. We introduce an overlap-based capacity model that relates training time, dissemination latency, and rollout throughput, yielding a practical provisioning rule for sustaining learner utilization. To mitigate dissemination bottlenecks and lower cost, ECHO-2 employs peer-assisted pipelined broadcast and cost-aware activation of heterogeneous workers. Experiments on GRPO post-training of 4B and 8B models under real wide-area bandwidth regimes show that ECHO-2 significantly improves cost efficiency while preserving RL reward comparable to strong baselines.
