MAAILGApr 4, 2023

Off-Policy Action Anticipation in Multi-Agent Reinforcement Learning

arXiv:2304.01447v11 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses a bottleneck in MARL for complex environments, though it is an incremental improvement over existing HOG methods.

The paper tackles the problem of learning anticipation in multi-agent reinforcement learning for non-differentiable games with large state spaces, where existing methods are inefficient, and proposes OffPA2, a framework using action anticipation via off-policy sampling, which outperforms prior methods in efficiency and performance.

Learning anticipation in Multi-Agent Reinforcement Learning (MARL) is a reasoning paradigm where agents anticipate the learning steps of other agents to improve cooperation among themselves. As MARL uses gradient-based optimization, learning anticipation requires using Higher-Order Gradients (HOG), with so-called HOG methods. Existing HOG methods are based on policy parameter anticipation, i.e., agents anticipate the changes in policy parameters of other agents. Currently, however, these existing HOG methods have only been applied to differentiable games or games with small state spaces. In this work, we demonstrate that in the case of non-differentiable games with large state spaces, existing HOG methods do not perform well and are inefficient due to their inherent limitations related to policy parameter anticipation and multiple sampling stages. To overcome these problems, we propose Off-Policy Action Anticipation (OffPA2), a novel framework that approaches learning anticipation through action anticipation, i.e., agents anticipate the changes in actions of other agents, via off-policy sampling. We theoretically analyze our proposed OffPA2 and employ it to develop multiple HOG methods that are applicable to non-differentiable games with large state spaces. We conduct a large set of experiments and illustrate that our proposed HOG methods outperform the existing ones regarding efficiency and performance.

Foundations

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

Your Notes