LGAIMAOct 31, 2020

A Policy Gradient Algorithm for Learning to Learn in Multiagent Reinforcement Learning

arXiv:2011.00382v568 citations
AI Analysis

This addresses the problem of learning in non-stationary environments for multiagent systems, offering a general solution that builds on prior work.

The paper tackled the challenge of non-stationarity in multiagent reinforcement learning by proposing a meta-multiagent policy gradient theorem that accounts for changing policies of agents, resulting in more efficient adaptation to new agents across mixed, competitive, and cooperative domains compared to baselines.

A fundamental challenge in multiagent reinforcement learning is to learn beneficial behaviors in a shared environment with other simultaneously learning agents. In particular, each agent perceives the environment as effectively non-stationary due to the changing policies of other agents. Moreover, each agent is itself constantly learning, leading to natural non-stationarity in the distribution of experiences encountered. In this paper, we propose a novel meta-multiagent policy gradient theorem that directly accounts for the non-stationary policy dynamics inherent to multiagent learning settings. This is achieved by modeling our gradient updates to consider both an agent's own non-stationary policy dynamics and the non-stationary policy dynamics of other agents in the environment. We show that our theoretically grounded approach provides a general solution to the multiagent learning problem, which inherently comprises all key aspects of previous state of the art approaches on this topic. We test our method on a diverse suite of multiagent benchmarks and demonstrate a more efficient ability to adapt to new agents as they learn than baseline methods across the full spectrum of mixed incentive, competitive, and cooperative domains.

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