AIMASep 23, 2021

Trust Region Policy Optimisation in Multi-Agent Reinforcement Learning

arXiv:2109.11251v2382 citations
Originality Highly original
AI Analysis

This addresses the problem of unstable learning in MARL for researchers and practitioners, offering a theoretically justified method without restrictive assumptions, though it is an incremental extension of single-agent trust region methods to multi-agent settings.

The paper tackles the challenge of ensuring monotonic policy improvement in multi-agent reinforcement learning (MARL) by extending trust region methods, resulting in HATRPO and HAPPO algorithms that outperform strong baselines on tasks like Multi-Agent MuJoCo and StarCraftII, establishing a new state of the art.

Trust region methods rigorously enabled reinforcement learning (RL) agents to learn monotonically improving policies, leading to superior performance on a variety of tasks. Unfortunately, when it comes to multi-agent reinforcement learning (MARL), the property of monotonic improvement may not simply apply; this is because agents, even in cooperative games, could have conflicting directions of policy updates. As a result, achieving a guaranteed improvement on the joint policy where each agent acts individually remains an open challenge. In this paper, we extend the theory of trust region learning to MARL. Central to our findings are the multi-agent advantage decomposition lemma and the sequential policy update scheme. Based on these, we develop Heterogeneous-Agent Trust Region Policy Optimisation (HATPRO) and Heterogeneous-Agent Proximal Policy Optimisation (HAPPO) algorithms. Unlike many existing MARL algorithms, HATRPO/HAPPO do not need agents to share parameters, nor do they need any restrictive assumptions on decomposibility of the joint value function. Most importantly, we justify in theory the monotonic improvement property of HATRPO/HAPPO. We evaluate the proposed methods on a series of Multi-Agent MuJoCo and StarCraftII tasks. Results show that HATRPO and HAPPO significantly outperform strong baselines such as IPPO, MAPPO and MADDPG on all tested tasks, therefore establishing a new state of the art.

Code Implementations11 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes