AIDCMAJan 29

Learning Decentralized LLM Collaboration with Multi-Agent Actor Critic

arXiv:2601.21972v34 citationsh-index: 3Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for efficient decentralized collaboration among LLMs, which is incremental as it adapts existing actor-critic methods to this specific domain.

The paper tackles the problem of decentralized LLM collaboration by proposing Multi-Agent Actor-Critic (MAAC) methods, showing that centralized critic approaches outperform decentralized ones and Monte Carlo methods in long-horizon or sparse-reward tasks, with Monte Carlo methods requiring substantially more samples.

Recent work has explored optimizing LLM collaboration through Multi-Agent Reinforcement Learning (MARL). However, most MARL fine-tuning approaches rely on predefined execution protocols, which often require centralized execution. Decentralized LLM collaboration is more appealing in practice, as agents can run inference in parallel with flexible deployments. Also, current approaches use Monte Carlo methods for fine-tuning, which suffer from high variance and thus require more samples to train effectively. Actor-critic methods are prevalent in MARL for dealing with these issues, so we developed Multi-Agent Actor-Critic (MAAC) methods to optimize decentralized LLM collaboration. In this paper, we analyze when and why these MAAC methods are beneficial. We propose 2 MAAC approaches, \textbf{CoLLM-CC} with a \textbf{C}entralized \textbf{C}ritic and \textbf{CoLLM-DC} with \textbf{D}ecentralized \textbf{C}ritics. Our experiments across writing, coding, and game-playing domains show that Monte Carlo methods and CoLLM-DC can achieve performance comparable to CoLLM-CC in short-horizon and dense-reward settings. However, they both underperform CoLLM-CC on long-horizon or sparse-reward tasks, where Monte Carlo methods require substantially more samples and CoLLM-DC struggles to converge. Our code is available at https://github.com/OpenMLRL/CoMLRL/releases/tag/v1.3.6.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes