paper-with-me

홈 › Papers

MARFT: Multi-Agent Reinforcement Fine-Tuning

2025-04-21 · Junwei Liao, Muning Wen, Jun Wang, Weinan Zhang

LLM-based Multi-Agent Systems have demonstrated remarkable capabilities in addressing complex, agentic tasks, from generating high-quality presentation slides to even conducting sophisticated scientific research. Meanwhile, RL has been widely recognized for its effectiveness in enhancing agent intelligence, but limited research has investigated the fine-tuning of LaMAS using foundational RL techniques. Moreover, the direct application of MARL methods to LaMAS introduces significant challenges, stemming from the unique characteristics and mechanisms inherent to LaMAS. To address these challenges, this article presents a comprehensive study of LLM-based MARL and proposes a novel paradigm termed Multi-Agent Reinforcement Fine-Tuning (MARFT). We introduce a brand-new POMDP called Flex-POMDP, which aligns with the LaMAS optimization in real-world applications and a universal algorithmic framework tailored specifically for LaMAS, outlining the conceptual foundations, key distinctions, and practical implementation strategies. We review the evolution from RL to RFT, setting the stage for a parallel analysis in the multi-agent domain. In the context of LaMAS, we elucidate critical differences between MARL and MARFT. These differences motivate a transition toward a LaMAS-oriented formulation of RFT. Central to this work is a robust and scalable MARFT framework. We detail the core algorithm and provide a complete, open-source implementation to facilitate adoption and further research. The latter sections of the paper explore real-world application perspectives and opening challenges in MARFT. By bridging theoretical underpinnings with practical methodologies, this work serves as a roadmap for researchers seeking to advance MARFT toward resilient and adaptive solutions in agentic systems. Our implementation of the proposed framework is publicly available at: https://github.com/jwliao-ai/MARFT.

📄 PDF Abstract BibTeX arXiv:2504.16129

Code (1)

jwliao-ai/marft 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Coevolving with the Other You: Fine-Tuning LLM with Sequential Cooperative Multi-Agent Reinforcement Learning

2024-10-08 · Hao Ma, Tianyi Hu, Zhiqiang Pu, Boyin Liu 외

Reinforcement learning (RL) has emerged as a pivotal technique for fine-tuning large language models (LLMs) on specific tasks. However, prevailing RL fine-tuning methods predominantly rely on PPO and its variants. Though…

GSM8KMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

LLM Collaboration With Multi-Agent Reinforcement Learning

2025-08-06 · Shuo Liu, Tianle Chen, Zeyu Liang, Xueguang Lyu 외 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 coo…

Multi-agent Reinforcement Learning

Advancing Multi-agent Traffic Simulation via R1-Style Reinforcement Fine-Tuning

2025-09-28 · Muleilan Pei, Shaoshuai Shi, Shaojie Shen arxiv

Scalable and realistic simulation of multi-agent traffic behavior is critical for advancing autonomous driving technologies. Although existing data-driven simulators have made significant strides in this domain, they pre…

Autonomous Driving

Adaptive Behavior Cloning Regularization for Stable Offline-to-Online Reinforcement Learning

2022-10-25 · Yi Zhao, Rinu Boney, Alexander Ilin, Juho Kannala 외

Offline reinforcement learning, by learning from a fixed dataset, makes it possible to learn agent behaviors without interacting with the environment. However, depending on the quality of the offline dataset, such pre-tr…

D4RLOffline RLreinforcement-learningReinforcement Learning+1

Action-Factored Multi-Agent Reinforcement Learning for Scalable Quantum Device Tuning

2026-07-10 · Edwin De Nicolo, Rahul Marchand, Cornelius Carlsson, Pranav Vaidhyanathan 외 arxiv

Cooperative multi-agent reinforcement learning is well suited to problems with large parameter spaces and exploitable local structure, such as the tuning of electrostatically-defined quantum-dot arrays. However, if param…

Multi-agent Reinforcement LearningZero-shot Generalization