View a PDF of the paper titled A First Introduction to Cooperative Multi-Agent Reinforcement Learning, by Christopher Amato
Abstract:Multi-agent reinforcement learning (MARL) has exploded in popularity in recent years. While numerous approaches have been developed, they can be broadly categorized into three main types: centralized training and execution (CTE), centralized training for decentralized execution (CTDE), and decentralized training and execution (DTE). CTE methods assume centralization during training and execution (e.g., with fast, free, and perfect communication) and have the most information during execution. CTDE methods are the most common, as they leverage centralized information during training while enabling decentralized execution — using only information available to that agent during execution. Decentralized training and execution methods make the fewest assumptions and are often simple to implement.
This text is an introduction to cooperative MARL — MARL in which all agents share a single, joint reward. It is meant to explain the setting, basic concepts, and common methods for the CTE, CTDE, and DTE settings. It does not cover all work in cooperative MARL as the area is quite extensive. I have included work that I believe is important for understanding the main concepts in the area and apologize to those that I have omitted. Topics include simple applications of single-agent methods to CTE as well as some more scalable methods that exploit the multi-agent structure, independent Q-learning and policy gradient methods and their extensions, as well as value function factorization methods including the well-known VDN, QMIX, and QPLEX approaches, abd centralized critic methods including MADDPG, COMA, and MAPPO. I also discuss common misconceptions, the relationship between different approaches, and some open questions.
Submission history
From: Chris Amato [view email]
[v1]
Fri, 10 May 2024 00:50:08 UTC (486 KB)
[v2]
Tue, 21 May 2024 18:12:09 UTC (486 KB)
[v3]
Mon, 19 Aug 2024 19:02:30 UTC (486 KB)
[v4]
Thu, 19 Dec 2024 19:51:49 UTC (8,141 KB)
Source link
lol