paper-with-me

홈 › Papers

Bridging MARL to SARL: An Order-Independent Multi-Agent Transformer via Latent Consensus

2026-04-15 · Zijian Zhao, Jing Gao, Sen Li arxiv

Cooperative multi-agent reinforcement learning (MARL) is widely used to address large joint observation and action spaces by decomposing a centralized control problem into multiple interacting agents. However, such decomposition often introduces additional challenges, including non-stationarity, unstable training, weak coordination, and limited theoretical guarantees. In this paper, we propose the Consensus Multi-Agent Transformer (CMAT), a centralized framework that bridges cooperative MARL to a hierarchical single-agent reinforcement learning (SARL) formulation. CMAT treats all agents as a unified entity and employs a Transformer encoder to process the large joint observation space. To handle the extensive joint action space, we introduce a hierarchical decision-making mechanism in which a Transformer decoder autoregressively generates a high-level consensus vector, simulating the process by which agents reach agreement on their strategies in latent space. Conditioned on this consensus, all agents generate their actions simultaneously, enabling order-independent joint decision making and avoiding the sensitivity to action-generation order in conventional Multi-Agent Transformers (MAT). This factorization allows the joint policy to be optimized using single-agent PPO while preserving expressive coordination through the latent consensus. To evaluate the proposed method, we conduct experiments on benchmark tasks from StarCraft II, Multi-Agent MuJoCo, and Google Research Football. The results show that CMAT achieves superior performance over recent centralized solutions, sequential MARL methods, and conventional MARL baselines. The code for this paper is available at:https://github.com/RS2002/CMAT .

📄 PDF Abstract BibTeX arXiv:2604.13472

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement LearningDecision MakingStarcraft II

Similar Papers 제목 키워드 기반

When Do Multi-Agent Systems Outperform? Analysing the Learning Efficiency of Agentic Systems

2026-02-09 · Junwei Su, Chuan Wu arxiv

Reinforcement Learning (RL) has emerged as a crucial method for training or fine-tuning large language models (LLMs), enabling adaptive, task-specific optimizations through interactive feedback. Multi-Agent Reinforcement…

Multi-agent Reinforcement Learning

Enhancing the Robustness of QMIX against State-adversarial Attacks

2023-07-03 · Weiran Guo, Guanjun Liu, Ziyuan Zhou, Ling Wang 외

Deep reinforcement learning (DRL) performance is generally impacted by state-adversarial attacks, a perturbation applied to an agent's observation. Most recent research has concentrated on robust single-agent reinforceme…

Deep Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning

QVMix and QVMix-Max: Extending the Deep Quality-Value Family of Algorithms to Cooperative Multi-Agent Reinforcement Learning

2020-12-22 · Pascal Leroy, Damien Ernst, Pierre Geurts, Gilles Louppe 외

This paper introduces four new algorithms that can be used for tackling multi-agent reinforcement learning (MARL) problems occurring in cooperative settings. All algorithms are based on the Deep Quality-Value (DQV) famil…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+3

Fully Independent Communication in Multi-Agent Reinforcement Learning

2024-01-26 · Rafael Pina, Varuna De Silva, Corentin Artaud, Xiaolan Liu

Multi-Agent Reinforcement Learning (MARL) comprises a broad area of research within the field of multi-agent systems. Several recent works have focused specifically on the study of communication approaches in MARL. While…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning

Multi-agent Reinforcement Learning for Decentralized Stable Matching

2020-05-03 · Kshitija Taywade, Judy Goldsmith, Brent Harrison

In the real world, people/entities usually find matches independently and autonomously, such as finding jobs, partners, roommates, etc. It is possible that this search for matches starts with no initial knowledge of the …

FairnessMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1