Greedy UnMixing for Q-Learning in Multi-Agent Reinforcement Learning
Chapman Siu, Jason Traish, Richard Yi Da Xu

TL;DR
This paper proposes Greedy UnMix, a conservative Q-learning method for multi-agent reinforcement learning that improves stability and performance by addressing overestimation and unobserved joint state-action spaces.
Contribution
It introduces Greedy UnMix, a novel approach that restricts the dataset's state-marginal and unmixes the problem to enhance MARL stability and performance.
Findings
Demonstrates adherence to Q-function lower bounds in MARL.
Shows superior performance over existing MARL algorithms.
Effective despite its simplicity compared to state-of-the-art methods.
Abstract
This paper introduces Greedy UnMix (GUM) for cooperative multi-agent reinforcement learning (MARL). Greedy UnMix aims to avoid scenarios where MARL methods fail due to overestimation of values as part of the large joint state-action space. It aims to address this through a conservative Q-learning approach through restricting the state-marginal in the dataset to avoid unobserved joint state action spaces, whilst concurrently attempting to unmix or simplify the problem space under the centralized training with decentralized execution paradigm. We demonstrate the adherence to Q-function lower bounds in the Q-learning for MARL scenarios, and demonstrate superior performance to existing Q-learning MARL approaches as well as more general MARL algorithms over a set of benchmark MARL tasks, despite its relative simplicity compared with state-of-the-art approaches.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Model Reduction and Neural Networks · Adaptive Dynamic Programming Control
MethodsQ-Learning
