Weighted QMIX: Expanding Monotonic Value Function Factorisation for Deep Multi-Agent Reinforcement Learning
Tabish Rashid, Gregory Farquhar, Bei Peng, Shimon Whiteson

TL;DR
This paper extends QMIX by introducing weighted projections to better represent value functions in multi-agent reinforcement learning, improving performance in complex cooperative tasks.
Contribution
It formalizes QMIX's objective, identifies its limitations, and proposes weighted schemes to enhance value function representation and policy optimality.
Findings
Weighted projections recover the optimal policy more reliably.
CW-QMIX and OW-QMIX outperform standard QMIX in benchmarks.
Improved scalability and performance in multi-agent environments.
Abstract
QMIX is a popular -learning algorithm for cooperative MARL in the centralised training and decentralised execution paradigm. In order to enable easy decentralisation, QMIX restricts the joint action -values it can represent to be a monotonic mixing of each agent's utilities. However, this restriction prevents it from representing value functions in which an agent's ordering over its actions can depend on other agents' actions. To analyse this representational limitation, we first formalise the objective QMIX optimises, which allows us to view QMIX as an operator that first computes the -learning targets and then projects them into the space representable by QMIX. This projection returns a representable -value that minimises the unweighted squared error across all joint actions. We show in particular that this projection can fail to recover the optimal policy even with access…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsReinforcement Learning in Robotics · Adversarial Robustness in Machine Learning · Advanced Memory and Neural Computing
