GEPO: Group Expectation Policy Optimization for Stable Heterogeneous Reinforcement Learning
Han Zhang, Ruibin Zheng, Zexuan Yi, Zhuo Zhang, Hanyang Peng, Hui Wang, Zike Yuan, Cai Ke, Shiwei Chen, Jiacheng Yang, Yangning Li, Xiang Li, Jiangyue Yan, Yaoqi Liu, Liwen Jing, Jiayin Qi, Ruifeng Xu, Binxing Fang, Yue Yu
TL;DR
This work addresses the challenge of decentralized, latency-prone RL for large language models by decoupling rollout sampling from parameter updates in a HeteroRL framework. It introduces GEPO, a group-level policy optimization method that replaces token- or sequence-level importance weights with group-averaged expectations, yielding exponential variance reduction under high policy divergence. The authors provide theoretical guarantees and extensive experiments on Qwen3 models with up to 1800 seconds of delay, demonstrating superior stability and performance relative to GRPO, GSPO, and other baselines, especially in heterogeneous networks. Practical contributions include a star-topology multi-node setup, a localized reward computation optimization to reduce communication, and comprehensive hyperparameter analyses guiding deployment in real-world WAN environments.
Abstract
As single-center computing approaches power constraints, decentralized training becomes essential. However, traditional Reinforcement Learning (RL) methods, crucial for enhancing large model post-training, cannot adapt to decentralized distributed training due to the tight coupling between parameter learning and rollout sampling. For this, we propose HeteroRL, a heterogeneous RL architecture that decouples these processes, enabling stable training across geographically distributed nodes connected via the Internet. The core component is Group Expectation Policy Optimization (GEPO), an asynchronous RL algorithm robust to latency caused by network delays or heterogeneity in computational resources. Our study reveals that high latency significantly increases KL divergence, leading to higher variance of importance weights and training instability. GEPO mitigates this issue by using group expectation weighting to exponentially reduce the variance of importance weights, with theoretical guarantees. Experiments show GEPO achieves superior stability - only a 3% performance drop from online to 1800s latency-and reduces the best-to-last gap by 85% versus GSPO (1.8 vs. 12.0) while attaining the highest scores, highlighting its effectiveness in decentralized, resource-heterogeneous environments.
