Multi-agent Markov Entanglement
Shuze Chen, Tianyi Peng
TL;DR
This work establishes a theory for value decomposition in multi-agent reinforcement learning by introducing Markov entanglement, a measure of inter-agent dependence in the joint transition dynamics. It proves that exact Q-value decomposition is possible if and only if the joint transition is separable, and shows that the decomposition error in general MDPs is bounded by the entanglement measure under several distances (TV, ATV, and μ-weighted variants). The authors demonstrate sublinear decomposition error for index policies in restless multi-armed bandits via mean-field analysis and provide practical, data-driven methods to estimate Markov entanglement as a proxy for decomposition feasibility. They also extend the theory to multi-agent settings, discuss extensions to exogenous information and factored/weakly coupled MDPs, and validate the framework with simulations in RMAB and ride-hailing contexts. Overall, the work offers a rigorous foundation and practical toolkit for when and how value decomposition can be trusted in large-scale MARL systems.
Abstract
Value decomposition has long been a fundamental technique in multi-agent dynamic programming and reinforcement learning (RL). Specifically, the value function of a global state $(s_1,s_2,\ldots,s_N)$ is often approximated as the sum of local functions: $V(s_1,s_2,\ldots,s_N)\approx\sum_{i=1}^N V_i(s_i)$. This approach traces back to the index policy in restless multi-armed bandit problems and has found various applications in modern RL systems. However, the theoretical justification for why this decomposition works so effectively remains underexplored. In this paper, we uncover the underlying mathematical structure that enables value decomposition. We demonstrate that a multi-agent Markov decision process (MDP) permits value decomposition if and only if its transition matrix is not "entangled" -- a concept analogous to quantum entanglement in quantum physics. Drawing inspiration from how physicists measure quantum entanglement, we introduce how to measure the "Markov entanglement" for multi-agent MDPs and show that this measure can be used to bound the decomposition error in general multi-agent MDPs. Using the concept of Markov entanglement, we proved that a widely-used class of index policies is weakly entangled and enjoys a sublinear $\mathcal O(\sqrt{N})$ scale of decomposition error for $N$-agent systems. Finally, we show how Markov entanglement can be efficiently estimated in practice, providing practitioners with an empirical proxy for the quality of value decomposition.
