Asynchronous Credit Assignment for Multi-Agent Reinforcement Learning
Yongheng Liang, Hejun Wu, Haitao Wang, Hao Cai
TL;DR
This work tackles credit assignment in multi-agent reinforcement learning under asynchronous decision-making by introducing Virtual Synchrony Proxy (VSP) and Multiplicative Value Decomposition (MVD). VSP virtualizes asynchronous actions to a unified time step, preserving task equilibrium and convergence of VD methods, while MVD leverages multiplicative interactions to capture dependencies across asynchronous decisions. The authors prove theoretical guarantees for VSP and demonstrate that MVD expands the representational capacity beyond additive VD, with ablations showing two-way improvements in convergence speed and interpretability. Empirically, MVD with VSP outperforms state-of-the-art baselines across asynchronous MARL benchmarks (SMAC, Overcooked, POAC), particularly in complex tasks, and provides interpretable insights into the asynchronous credit flow.
Abstract
Credit assignment is a critical problem in multi-agent reinforcement learning (MARL), aiming to identify agents' marginal contributions for optimizing cooperative policies. Current credit assignment methods typically assume synchronous decision-making among agents. However, many real-world scenarios require agents to act asynchronously without waiting for others. This asynchrony introduces conditional dependencies between actions, which pose great challenges to current methods. To address this issue, we propose an asynchronous credit assignment framework, incorporating a Virtual Synchrony Proxy (VSP) mechanism and a Multiplicative Value Decomposition (MVD) algorithm. VSP enables physically asynchronous actions to be virtually synchronized during credit assignment. We theoretically prove that VSP preserves both task equilibrium and algorithm convergence. Furthermore, MVD leverages multiplicative interactions to effectively model dependencies among asynchronous actions, offering theoretical advantages in handling asynchronous tasks. Extensive experiments show that our framework consistently outperforms state-of-the-art MARL methods on challenging tasks while providing improved interpretability for asynchronous cooperation.
