paper-with-me

홈 › Papers

SMACv2: An Improved Benchmark for Cooperative Multi-Agent Reinforcement Learning

2022-12-14 · NeurIPS 2023 11 · Benjamin Ellis, Jonathan Cook, Skander Moalla, Mikayel Samvelyan, Mingfei Sun, Anuj Mahajan, Jakob N. Foerster, Shimon Whiteson

The availability of challenging benchmarks has played a key role in the recent progress of machine learning. In cooperative multi-agent reinforcement learning, the StarCraft Multi-Agent Challenge (SMAC) has become a popular testbed for centralised training with decentralised execution. However, after years of sustained improvement on SMAC, algorithms now achieve near-perfect performance. In this work, we conduct new analysis demonstrating that SMAC lacks the stochasticity and partial observability to require complex *closed-loop* policies. In particular, we show that an *open-loop* policy conditioned only on the timestep can achieve non-trivial win rates for many SMAC scenarios. To address this limitation, we introduce SMACv2, a new version of the benchmark where scenarios are procedurally generated and require agents to generalise to previously unseen settings (from the same distribution) during evaluation. We also introduce the extended partial observability challenge (EPO), which augments SMACv2 to ensure meaningful partial observability. We show that these changes ensure the benchmark requires the use of *closed-loop* policies. We evaluate state-of-the-art algorithms on SMACv2 and show that it presents significant challenges not present in the original benchmark. Our analysis illustrates that SMACv2 addresses the discovered deficiencies of SMAC and can help benchmark the next generation of MARL methods. Videos of training are available at https://sites.google.com/view/smacv2.

📄 PDF Abstract BibTeX arXiv:2212.07489

Code (1)

oxwhirl/smacv2 공식 구현

Tasks

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningSMACSMAC+Starcraft

Similar Papers 제목 키워드 기반

Cooperative Multi-Agent Planning with Adaptive Skill Synthesis

2025-02-14 · Zhiyuan Li, Wenshuai Zhao, Joni Pajarinen

Despite much progress in training distributed artificial intelligence (AI), building cooperative multi-agent systems with multi-agent reinforcement learning (MARL) faces challenges in sample efficiency, interpretability,…

Decision MakingMulti-agent Reinforcement LearningStarcraft

Bandwidth-constrained Variational Message Encoding for Cooperative Multi-agent Reinforcement Learning

2025-12-11 · Wei Duan, Jie Lu, En Yu, Junyu Xuan arxiv

Graph-based multi-agent reinforcement learning (MARL) enables coordinated behavior under partial observability by modeling agents as nodes and communication links as edges. While recent methods excel at learning sparse c…

Multi-agent Reinforcement LearningDimensionality Reduction

QTypeMix: Enhancing Multi-Agent Cooperative Strategies through Heterogeneous and Homogeneous Value Decomposition

2024-08-12 · Songchen Fu, Shaojing Zhao, Ta Li, Yonghong Yan

In multi-agent cooperative tasks, the presence of heterogeneous agents is familiar. Compared to cooperation among homogeneous agents, collaboration requires considering the best-suited sub-tasks for each agent. However, …

Multi-agent Reinforcement LearningSMACSMAC+

Inverse Factorized Q-Learning for Cooperative Multi-agent Imitation Learning

2023-10-10 · The Viet Bui, Tien Mai, Thanh Hong Nguyen

This paper concerns imitation learning (IL) (i.e, the problem of learning to mimic expert behaviors from demonstrations) in cooperative multi-agent systems. The learning problem under consideration poses several challeng…

Imitation LearningQ-Learning

MACTAS: Self-Attention-Based Inter-Agent Communication in Multi-Agent Reinforcement Learning with Action-Value Function Decomposition

2025-08-19 · Maciej Wojtala, Bogusz Stefańczyk, Dominik Bogucki, Łukasz Lepak 외 arxiv

Communication is essential for the collective execution of complex tasks by human agents, motivating interest in communication mechanisms for multi-agent reinforcement learning (MARL). However, existing communication pro…

Multi-agent Reinforcement Learning