MALGJan 4, 2022

Value Functions Factorization with Latent State Information Sharing in Decentralized Multi-Agent Policy Gradients

arXiv:2201.01247v334 citations
AI Analysis

This work addresses suboptimality in cooperative multi-agent tasks for reinforcement learning researchers, offering an incremental improvement over existing factorization methods.

The paper tackles the limitations of value function factorization in multi-agent reinforcement learning, such as QMIX's restricted representation and insufficient global state information, by introducing LSF-SAC, a framework with a variational inference-based information-sharing mechanism. It demonstrates that LSF-SAC outperforms state-of-the-art methods on the StarCraft II micromanagement benchmark.

Value function factorization via centralized training and decentralized execution is promising for solving cooperative multi-agent reinforcement tasks. One of the approaches in this area, QMIX, has become state-of-the-art and achieved the best performance on the StarCraft II micromanagement benchmark. However, the monotonic-mixing of per agent estimates in QMIX is known to restrict the joint action Q-values it can represent, as well as the insufficient global state information for single agent value function estimation, often resulting in suboptimality. To this end, we present LSF-SAC, a novel framework that features a variational inference-based information-sharing mechanism as extra state information to assist individual agents in the value function factorization. We demonstrate that such latent individual state information sharing can significantly expand the power of value function factorization, while fully decentralized execution can still be maintained in LSF-SAC through a soft-actor-critic design. We evaluate LSF-SAC on the StarCraft II micromanagement challenge and demonstrate that it outperforms several state-of-the-art methods in challenging collaborative tasks. We further set extensive ablation studies for locating the key factors accounting for its performance improvements. We believe that this new insight can lead to new local value estimation methods and variational deep learning algorithms. A demo video and code of implementation can be found at https://sites.google.com/view/sacmm.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes