LGAIMAJul 30, 2021

Strategically Efficient Exploration in Competitive Multi-agent Reinforcement Learning

arXiv:2107.14698v16 citations
Originality Highly original
AI Analysis

This addresses the high sample complexity barrier in multi-agent RL for competitive settings, offering a novel approach to exploration.

The paper tackles the problem of inefficient exploration in competitive multi-agent reinforcement learning, showing that optimistic exploration wastes time sampling irrelevant state spaces in zero-sum games, and introduces two strategically efficient algorithms that achieve significantly better sample efficiency.

High sample complexity remains a barrier to the application of reinforcement learning (RL), particularly in multi-agent systems. A large body of work has demonstrated that exploration mechanisms based on the principle of optimism under uncertainty can significantly improve the sample efficiency of RL in single agent tasks. This work seeks to understand the role of optimistic exploration in non-cooperative multi-agent settings. We will show that, in zero-sum games, optimistic exploration can cause the learner to waste time sampling parts of the state space that are irrelevant to strategic play, as they can only be reached through cooperation between both players. To address this issue, we introduce a formal notion of strategically efficient exploration in Markov games, and use this to develop two strategically efficient learning algorithms for finite Markov games. We demonstrate that these methods can be significantly more sample efficient than their optimistic counterparts.

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