POWQMIX: Weighted Value Factorization with Potentially Optimal Joint Actions Recognition for Cooperative Multi-Agent Reinforcement Learning

📅 2024-05-13
🏛️ arXiv.org
📈 Citations: 0
Influential: 0
📄 PDF
🤖 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.

Technology Category

Application Category

📝 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.
Problem

Research questions and friction points this paper is trying to address.

Overcoming monotonicity constraints in value factorization for multi-agent reinforcement learning
Enhancing representation capacity of joint action values in cooperative MARL
Ensuring optimal policy recovery through weighted training of joint actions
Innovation

Methods, ideas, or system contributions that make the work stand out.

Weighted training for optimal joint actions
Recognition of potentially optimal joint actions
Theoretical guarantee for optimal policy recovery
🔎 Similar Papers
No similar papers found.