LGMAFeb 2, 2023

Best Possible Q-Learning

arXiv:2302.01188v18 citationsh-index: 32
Originality Highly original
AI Analysis

This addresses the fundamental problem of decentralized learning in cooperative multi-agent systems, offering theoretical guarantees and practical gains.

The paper tackles the challenge of non-stationarity in fully decentralized multi-agent reinforcement learning by proposing a novel operator and proving convergence to optimal joint policies, with the derived algorithm BQL showing remarkable empirical improvements over baselines.

Fully decentralized learning, where the global information, i.e., the actions of other agents, is inaccessible, is a fundamental challenge in cooperative multi-agent reinforcement learning. However, the convergence and optimality of most decentralized algorithms are not theoretically guaranteed, since the transition probabilities are non-stationary as all agents are updating policies simultaneously. To tackle this challenge, we propose best possible operator, a novel decentralized operator, and prove that the policies of agents will converge to the optimal joint policy if each agent independently updates its individual state-action value by the operator. Further, to make the update more efficient and practical, we simplify the operator and prove that the convergence and optimality still hold with the simplified one. By instantiating the simplified operator, the derived fully decentralized algorithm, best possible Q-learning (BQL), does not suffer from non-stationarity. Empirically, we show that BQL achieves remarkable improvement over baselines in a variety of cooperative multi-agent tasks.

Foundations

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

Your Notes