English

Beyond Monotonicity: Revisiting Factorization Principles in Multi-Agent Q-Learning

Machine Learning 2026-03-23 v1 Multiagent Systems

Abstract

Value decomposition is a central approach in multi-agent reinforcement learning (MARL), enabling centralized training with decentralized execution by factorizing the global value function into local values. To ensure individual-global-max (IGM) consistency, existing methods either enforce monotonicity constraints, which limit expressive power, or adopt softer surrogates at the cost of algorithmic complexity. In this work, we present a dynamical systems analysis of non-monotonic value decomposition, modeling learning dynamics as continuous-time gradient flow. We prove that, under approximately greedy exploration, all zero-loss equilibria violating IGM consistency are unstable saddle points, while only IGM-consistent solutions are stable attractors of the learning dynamics. Extensive experiments on both synthetic matrix games and challenging MARL benchmarks demonstrate that unconstrained, non-monotonic factorization reliably recovers IGM-optimal solutions and consistently outperforms monotonic baselines. Additionally, we investigate the influence of temporal-difference targets and exploration strategies, providing actionable insights for the design of future value-based MARL algorithms.

Keywords

Cite

@article{arxiv.2511.09792,
  title  = {Beyond Monotonicity: Revisiting Factorization Principles in Multi-Agent Q-Learning},
  author = {Tianmeng Hu and Yongzheng Cui and Rui Tang and Biao Luo and Ke Li},
  journal= {arXiv preprint arXiv:2511.09792},
  year   = {2026}
}

Comments

Accepted at AAAI 2026

R2 v1 2026-07-01T07:34:46.821Z