LGAIMAFeb 1, 2025

The Composite Task Challenge for Cooperative Multi-Agent Reinforcement Learning

arXiv:2502.00345v1h-index: 32Has Code
AI Analysis

This addresses a gap in testbeds for cooperative multi-agent reinforcement learning, enabling better evaluation of methods in realistic scenarios, but it is incremental as it focuses on task design rather than algorithmic innovation.

The authors tackled the lack of tasks requiring division of labor and cooperation in multi-agent reinforcement learning by proposing a series of new tasks, and found that 10 existing methods performed poorly on them, though simplified variants were solvable.

The significant role of division of labor (DOL) in promoting cooperation is widely recognized in real-world applications.Many cooperative multi-agent reinforcement learning (MARL) methods have incorporated the concept of DOL to improve cooperation among agents.However, the tasks used in existing testbeds typically correspond to tasks where DOL is often not a necessary feature for achieving optimal policies.Additionally, the full utilize of DOL concept in MARL methods remains unrealized due to the absence of appropriate tasks.To enhance the generality and applicability of MARL methods in real-world scenarios, there is a necessary to develop tasks that demand multi-agent DOL and cooperation.In this paper, we propose a series of tasks designed to meet these requirements, drawing on real-world rules as the guidance for their design.We guarantee that DOL and cooperation are necessary condition for completing tasks and introduce three factors to expand the diversity of proposed tasks to cover more realistic situations.We evaluate 10 cooperative MARL methods on the proposed tasks.The results indicate that all baselines perform poorly on these tasks.To further validate the solvability of these tasks, we also propose simplified variants of proposed tasks.Experimental results show that baselines are able to handle these simplified variants, providing evidence of the solvability of the proposed tasks.The source files is available at https://github.com/Yurui-Li/CTC.

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