LGMAJul 24, 2025

Remembering the Markov Property in Cooperative MARL

arXiv:2507.18333v1h-index: 47
Originality Synthesis-oriented
AI Analysis

This is an incremental position paper critiquing benchmark design in MARL, highlighting issues for researchers in developing more robust algorithms.

The paper argues that current cooperative multi-agent reinforcement learning (MARL) algorithms succeed by learning simple conventions rather than recovering Markov signals, and shows through a case study that these conventions are brittle and fail with non-adaptive agents, while the same models can learn grounded policies when task design requires it.

Cooperative multi-agent reinforcement learning (MARL) is typically formalised as a Decentralised Partially Observable Markov Decision Process (Dec-POMDP), where agents must reason about the environment and other agents' behaviour. In practice, current model-free MARL algorithms use simple recurrent function approximators to address the challenge of reasoning about others using partial information. In this position paper, we argue that the empirical success of these methods is not due to effective Markov signal recovery, but rather to learning simple conventions that bypass environment observations and memory. Through a targeted case study, we show that co-adapting agents can learn brittle conventions, which then fail when partnered with non-adaptive agents. Crucially, the same models can learn grounded policies when the task design necessitates it, revealing that the issue is not a fundamental limitation of the learning models but a failure of the benchmark design. Our analysis also suggests that modern MARL environments may not adequately test the core assumptions of Dec-POMDPs. We therefore advocate for new cooperative environments built upon two core principles: (1) behaviours grounded in observations and (2) memory-based reasoning about other agents, ensuring success requires genuine skill rather than fragile, co-adapted agreements.

Foundations

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

Your Notes