paper-with-me

Papers

LLM Collaboration With Multi-Agent Reinforcement Learning

2025-08-06 · Shuo Liu, Tianle Chen, Zeyu Liang, Xueguang Lyu, Christopher Amato arxiv

A large amount of work has been done in Multi-Agent Systems (MAS) for modeling and solving problems with multiple interacting agents. However, most LLMs are pretrained independently and not specifically optimized for coordination. Existing LLM fine-tuning frameworks rely on individual rewards, which require complex reward designs for each agent to encourage collaboration. To address these challenges, we model LLM collaboration as a cooperative Multi-Agent Reinforcement Learning (MARL) problem. We develop a multi-agent, multi-turn algorithm, Multi-Agent Group Relative Policy Optimization (MAGRPO), to solve it, building on current RL approaches for LLMs as well as MARL techniques. Our experiments on LLM writing and coding collaboration demonstrate that fine-tuning MAS with MAGRPO enables agents to generate high-quality responses efficiently through effective cooperation. Our approach opens the door to using other MARL methods for LLMs and highlights the associated challenges. Our code is available at https://github.com/OpenMLRL/CoMLRL.

📄 PDF Abstract BibTeX arXiv:2508.04652

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

A collaboration of multi-agent model using an interactive interface

2022-09-01 · journal 2022 9 · Jingchen Li, Fan Wu, Haobin Shi, Kao-Shing Hwang

Multi-agent reinforcement learning algorithms scarcely attend to noisy environments, in which agents are inhibited from achieving optimal policy training and making correct decisions. This work investigates the effect of…

Multi-agent Reinforcement Learning

MAGIC-MASK: Multi-Agent Guided Inter-Agent Collaboration with Mask-Based Explainability for Reinforcement Learning

2025-09-30 · Maisha Maliha, Dean Hougen arxiv

Understanding the decision-making process of Deep Reinforcement Learning agents remains a key challenge for deploying these systems in safety-critical and multi-agent environments. While prior explainability methods like…

Multi-agent Reinforcement Learning

PMIC: Improving Multi-Agent Reinforcement Learning with Progressive Mutual Information Collaboration

2022-03-16 · Pengyi Li, Hongyao Tang, Tianpei Yang, Xiaotian Hao 외

Learning to collaborate is critical in Multi-Agent Reinforcement Learning (MARL). Previous works promote collaboration by maximizing the correlation of agents' behaviors, which is typically characterized by Mutual Inform…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Collaboration Promotes Group Resilience in Multi-Agent AI

2021-11-12 · Sarah Keren, Matthias Gerstgrasser, Ofir Abu, Jeffrey Rosenschein

AI agents need to be robust to unexpected changes in their environment in order to safely operate in real-world scenarios. While some work has been done on this type of robustness in the single-agent case, in this work w…

Multi-agent Reinforcement LearningReinforcement Learning (RL)

Enhancing Multi-Agent Systems via Reinforcement Learning with LLM-based Planner and Graph-based Policy

2025-03-13 · Ziqi Jia, Junjie Li, Xiaoyang Qu, Jianzong Wang

Multi-agent systems (MAS) have shown great potential in executing complex tasks, but coordination and safety remain significant challenges. Multi-Agent Reinforcement Learning (MARL) offers a promising framework for agent…

Meta-LearningMulti-agent Reinforcement Learning