LGAIMAOct 1, 2021

Divergence-Regularized Multi-Agent Actor-Critic

arXiv:2110.00304v231 citations
Originality Highly original
AI Analysis

This addresses a limitation in MARL where existing divergence regularization methods cannot be trivially applied, offering a flexible framework for cooperative multi-agent systems.

The paper tackles the problem of applying divergence regularization to cooperative multi-agent reinforcement learning (MARL) by proposing DMAC, a novel off-policy framework that guarantees monotonic policy improvement and convergence, and shows it substantially improves performance in benchmarks like StarCraft Multi-Agent Challenge.

Entropy regularization is a popular method in reinforcement learning (RL). Although it has many advantages, it alters the RL objective of the original Markov Decision Process (MDP). Though divergence regularization has been proposed to settle this problem, it cannot be trivially applied to cooperative multi-agent reinforcement learning (MARL). In this paper, we investigate divergence regularization in cooperative MARL and propose a novel off-policy cooperative MARL framework, divergence-regularized multi-agent actor-critic (DMAC). Theoretically, we derive the update rule of DMAC which is naturally off-policy and guarantees monotonic policy improvement and convergence in both the original MDP and divergence-regularized MDP. We also give a bound of the discrepancy between the converged policy and optimal policy in the original MDP. DMAC is a flexible framework and can be combined with many existing MARL algorithms. Empirically, we evaluate DMAC in a didactic stochastic game and StarCraft Multi-Agent Challenge and show that DMAC substantially improves the performance of existing MARL algorithms.

Foundations

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

Your Notes