paper-with-me

홈 › Papers

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

2026-02-10 · Zhida Jiang, Zhaolong Xing, Jiawei Lu, Yipei Niu, Qingyuan Sang, Liangxu Zhang, Wenquan Dai, Junhua Shu, Jiaxing Wang, Qiangyu Pei, Qiong Chen, Xinyu Liu, Fangming Liu, Ai Han, Zhen Chen, Ke Zhang 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 optimize for single-agent scenarios and fail to address the unique system-level challenges of MARL, including rollout-training synchronization barriers, rollout load imbalance, and training resource underutilization. To bridge this gap, we propose FlexMARL, the first end-to-end training framework that holistically optimizes rollout, training, and their orchestration for large-scale LLM-based MARL. Specifically, FlexMARL introduces the joint orchestrator to manage data flow under the rollout-training disaggregated architecture. Building upon the experience store, a novel micro-batch driven asynchronous pipeline eliminates the synchronization barriers while providing strong consistency guarantees. Rollout engine adopts a parallel sampling scheme combined with hierarchical load balancing, which adapts to skewed inter/intra-agent request patterns. Training engine achieves on-demand hardware binding through agent-centric resource allocation. The training states of different agents are swapped via unified and location-agnostic communication. Empirical results on a large-scale production cluster demonstrate that FlexMARL achieves up to 7.3x speedup and improves hardware utilization by up to 5.6x compared to existing frameworks.

📄 PDF Abstract BibTeX arXiv:2602.09578

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

OpenTinker: Separating Concerns in Agentic Reinforcement Learning

2026-01-12 · Siqi Zhu, Jiaxuan You arxiv

We introduce \textsc{OpenTinker}, an open infrastructure for training large language model (LLM) agents with many LoRA-backed policies over shared execution resources. Modern agent workloads mix supervised fine-tuning (S…

Reinforcement Learning

ProRL Agent: Rollout-as-a-Service for RL Training of Multi-Turn LLM Agents

2026-03-19 · Hao Zhang, Mingjie Liu, Shaokun Zhang, Songyang Han 외 arxiv

Multi-turn LLM agents are increasingly important for solving complex, interactive tasks, and reinforcement learning (RL) is a key ingredient for improving their long-horizon behavior. However, RL training requires genera…

Reinforcement Learning

MetaAgent-X : Breaking the Ceiling of Automatic Multi-Agent Systems via End-to-End Reinforcement Learning

2026-05-14 · Yaolun Zhang, Yujie Zhao, Nan Wang, Yiran Wu 외 arxiv

Automatic multi-agent systems aim to instantiate agent workflows without relying on manually designed or fixed orchestration. However, existing automatic MAS approaches remain only partially adaptive: they either perform…

Reinforcement Learning

Single-Rollout Asynchronous Optimization for Agentic Reinforcement Learning

2026-07-08 · Zhenyu Hou, Yujiang Li, Jie Tang, Yuxiao Dong arxiv

Reinforcement learning (RL) is becoming increasingly important for post-training large language models (LLMs). Previous RL pipelines for LLMs were mostly synchronous and batch-interleaved, which is inefficient for long-h…

Reinforcement Learning

Heterogeneous Agent Collaborative Reinforcement Learning

2026-03-03 · Zhixia Zhang, Zixuan Huang, Gongxun Li, Huaiyang Wang 외 arxiv

We introduce Heterogeneous Agent Collaborative Reinforcement Learning (HACRL), a new Reinforcement Learning from Verifiable Reward (RLVR) problem that addresses the inefficiencies of isolated multi-agent on-policy optimi…

Multi-agent Reinforcement Learning