AgentPO: Enhancing Multi-Agent Collaboration via Reinforcement Learning
Lin Sun, Chuang Liu, Can Zhang, Yubin Wu, Weijia Lu, Ning Wu
Abstract
Multi-Agent Systems (MAS) offer a powerful paradigm for solving complex problems through distributed reasoning and collaboration. However, their effectiveness is often hindered by the challenge of optimizing interactions among agents. To address this, we introduce AgentPO, a novel framework that directly optimizes agent collaboration. AgentPO employs reinforcement learning to train a specialized Collaborator agent, which refines its interaction policy to enhance overall system performance within a fixed multi-agent topology. We evaluated AgentPO on multiple mathematical reasoning tasks, where it consistently outperformed strong baselines. With Llama-3.2-3B-Instruct as the actor model, AgentPO achieves accuracy improvements of +1.8\% and +7.2\% over strong baselines like Role Assignment and EvoAgent, respectively. When using the larger Llama-3.1-8B-Instruct model, these gains increase to +5.6\% and +11.3\%. Crucially, AgentPO achieves these results with remarkable efficiency: it requires only 500 training samples and operates at just 7.8\% of EvoAgent's inference cost, highlighting its superior scalability and practicality.
BibTeX
@inproceedings{
sun2026agentpo,
title={Agent{PO}: Enhancing Multi-Agent Collaboration via Reinforcement Learning},
author={Lin Sun and Chuang Liu and Can Zhang and Yubin Wu and Weijia Lu and Ning Wu},
booktitle={The Fourteenth International Conference on Learning Representations},
year={2026},
url={https://openreview.net/forum?id=5L8uyzjn2l}
}