AILGMLJul 25, 2018

Multi-Agent Reinforcement Learning: A Report on Challenges and Approaches

arXiv:1807.09427v131 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental report summarizing existing challenges and approaches in multi-agent systems, with no new results or data presented.

The report addresses challenges in multi-agent reinforcement learning for mixed cooperative and competitive environments, concluding with advances in the Decentralized Actor, Centralized Critic paradigm based on Decentralized Partially Observable MDPs.

Reinforcement Learning (RL) is a learning paradigm concerned with learning to control a system so as to maximize an objective over the long term. This approach to learning has received immense interest in recent times and success manifests itself in the form of human-level performance on games like \textit{Go}. While RL is emerging as a practical component in real-life systems, most successes have been in Single Agent domains. This report will instead specifically focus on challenges that are unique to Multi-Agent Systems interacting in mixed cooperative and competitive environments. The report concludes with advances in the paradigm of training Multi-Agent Systems called \textit{Decentralized Actor, Centralized Critic}, based on an extension of MDPs called \textit{Decentralized Partially Observable MDP}s, which has seen a renewed interest lately.

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