paper-with-me

홈 › Papers

An Introduction to Centralized Training for Decentralized Execution in Cooperative Multi-Agent Reinforcement Learning

2024-09-04 · Christopher Amato

Multi-agent reinforcement learning (MARL) has exploded in popularity in recent years. Many approaches have been developed but they can be divided into three main types: centralized training and execution (CTE), centralized training for decentralized execution (CTDE), and Decentralized training and execution (DTE). CTDE methods are the most common as they can use centralized information during training but execute in a decentralized manner -- using only information available to that agent during execution. CTDE is the only paradigm that requires a separate training phase where any available information (e.g., other agent policies, underlying states) can be used. As a result, they can be more scalable than CTE methods, do not require communication during execution, and can often perform well. CTDE fits most naturally with the cooperative case, but can be potentially applied in competitive or mixed settings depending on what information is assumed to be observed. This text is an introduction to CTDE in cooperative MARL. It is meant to explain the setting, basic concepts, and common methods. It does not cover all work in CTDE MARL as the subarea is quite extensive. I have included work that I believe is important for understanding the main concepts in the subarea and apologize to those that I have omitted.

📄 PDF Abstract BibTeX arXiv:2409.03052

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

An Initial Introduction to Cooperative Multi-Agent Reinforcement Learning

2024-05-10 · Christopher Amato

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 executi…

MisconceptionsMulti-agent Reinforcement LearningPolicy Gradient MethodsQ-Learning+2

More Centralized Training, Still Decentralized Execution: Multi-Agent Conditional Policy Factorization

2022-09-26 · Jiangxing Wang, Deheng Ye, Zongqing Lu

In cooperative multi-agent reinforcement learning (MARL), combining value decomposition with actor-critic enables agents to learn stochastic policies, which are more suitable for the partially observable environment. Giv…

Multi-agent Reinforcement Learning

Consensus Learning for Cooperative Multi-Agent Reinforcement Learning

2022-06-06 · Zhiwei Xu, Bin Zhang, Dapeng Li, Zeren Zhang 외

Almost all multi-agent reinforcement learning algorithms without communication follow the principle of centralized training with decentralized execution. During centralized training, agents can be guided by the same sign…

Contrastive LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

Is Centralized Training with Decentralized Execution Framework Centralized Enough for MARL?

2023-05-27 · Yihe Zhou, Shunyu Liu, Yunpeng Qing, KaiXuan Chen 외

Centralized Training with Decentralized Execution (CTDE) has recently emerged as a popular framework for cooperative Multi-Agent Reinforcement Learning (MARL), where agents can use additional global state information to …

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningStarcraft+1

Towards Global Optimality in Cooperative MARL with the Transformation And Distillation Framework

2022-07-12 · Jianing Ye, Chenghao Li, Jianhao Wang, Chongjie Zhang

Decentralized execution is one core demand in cooperative multi-agent reinforcement learning (MARL). Recently, most popular MARL algorithms have adopted decentralized policies to enable decentralized execution and use gr…

Multi-agent Reinforcement LearningPolicy Gradient Methodsreinforcement-learningReinforcement Learning (RL)