LGAIMAFeb 23, 2025

PMAT: Optimizing Action Generation Order in Multi-Agent Reinforcement Learning

arXiv:2502.16496v13 citationsh-index: 15AAMAS
Originality Highly original
AI Analysis

This addresses coordination inefficiencies in multi-agent systems for applications like gaming and robotics, representing a novel method for a known bottleneck.

The paper tackles the challenge of coordinating agents in multi-agent reinforcement learning by optimizing the order in which agents generate actions, introducing a novel mechanism called Action Generation with Plackett-Luce Sampling (AGPS) integrated into the Prioritized Multi-Agent Transformer (PMAT). Experiments on benchmarks like StarCraft II and Google Research Football show that PMAT outperforms state-of-the-art algorithms, greatly enhancing coordination efficiency.

Multi-agent reinforcement learning (MARL) faces challenges in coordinating agents due to complex interdependencies within multi-agent systems. Most MARL algorithms use the simultaneous decision-making paradigm but ignore the action-level dependencies among agents, which reduces coordination efficiency. In contrast, the sequential decision-making paradigm provides finer-grained supervision for agent decision order, presenting the potential for handling dependencies via better decision order management. However, determining the optimal decision order remains a challenge. In this paper, we introduce Action Generation with Plackett-Luce Sampling (AGPS), a novel mechanism for agent decision order optimization. We model the order determination task as a Plackett-Luce sampling process to address issues such as ranking instability and vanishing gradient during the network training process. AGPS realizes credit-based decision order determination by establishing a bridge between the significance of agents' local observations and their decision credits, thus facilitating order optimization and dependency management. Integrating AGPS with the Multi-Agent Transformer, we propose the Prioritized Multi-Agent Transformer (PMAT), a sequential decision-making MARL algorithm with decision order optimization. Experiments on benchmarks including StarCraft II Multi-Agent Challenge, Google Research Football, and Multi-Agent MuJoCo show that PMAT outperforms state-of-the-art algorithms, greatly enhancing coordination efficiency.

Code Implementations1 repo
Foundations

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

Your Notes