🤖 AI Summary
In cooperative multi-agent reinforcement learning, monotonic value decomposition methods such as QMIX suffer from limited representational capacity, failing to capture optimal joint action values and thus yielding suboptimal policies. To address this, we propose LQMIX—the first method to introduce a latent optimal joint action identification mechanism, integrating action importance estimation with dynamic loss weighting while preserving the centralized training–decentralized execution paradigm and relaxing the monotonicity constraint. We provide theoretical guarantees for convergence to the optimal policy. LQMIX synergistically combines counterfactual Q-value decomposition with a weighted training framework. Empirical evaluation on matrix games, an enhanced predator–prey environment, and StarCraft II benchmarks demonstrates substantial performance gains over state-of-the-art baselines—including QMIX, VDN, and QTRAN—across all settings.
📝 Abstract
Value function factorization methods are commonly used in cooperative multi-agent reinforcement learning, with QMIX receiving significant attention. Many QMIX-based methods introduce monotonicity constraints between the joint action value and individual action values to achieve decentralized execution. However, such constraints limit the representation capacity of value factorization, restricting the joint action values it can represent and hindering the learning of the optimal policy. To address this challenge, we propose the Potentially Optimal Joint Actions Weighted QMIX (POWQMIX) algorithm, which recognizes the potentially optimal joint actions and assigns higher weights to the corresponding losses of these joint actions during training. We theoretically prove that with such a weighted training approach the optimal policy is guaranteed to be recovered. Experiments in matrix games, difficulty-enhanced predator-prey, and StarCraft II Multi-Agent Challenge environments demonstrate that our algorithm outperforms the state-of-the-art value-based multi-agent reinforcement learning methods.