paper-with-me

Papers

Message-Dropout: An Efficient Training Method for Multi-Agent Deep Reinforcement Learning

2019-02-18 · Woojun Kim, Myungsik Cho, Youngchul Sung

In this paper, we propose a new learning technique named message-dropout to improve the performance for multi-agent deep reinforcement learning under two application scenarios: 1) classical multi-agent reinforcement learning with direct message communication among agents and 2) centralized training with decentralized execution. In the first application scenario of multi-agent systems in which direct message communication among agents is allowed, the message-dropout technique drops out the received messages from other agents in a block-wise manner with a certain probability in the training phase and compensates for this effect by multiplying the weights of the dropped-out block units with a correction probability. The applied message-dropout technique effectively handles the increased input dimension in multi-agent reinforcement learning with communication and makes learning robust against communication errors in the execution phase. In the second application scenario of centralized training with decentralized execution, we particularly consider the application of the proposed message-dropout to Multi-Agent Deep Deterministic Policy Gradient (MADDPG), which uses a centralized critic to train a decentralized actor for each agent. We evaluate the proposed message-dropout technique for several games, and numerical results show that the proposed message-dropout technique with proper dropout rate improves the reinforcement learning performance significantly in terms of the training speed and the steady-state performance in the execution phase.

📄 PDF Abstract BibTeX arXiv:1902.06527

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Hierarchical Message-Passing Policies for Multi-Agent Reinforcement Learning

2025-07-31 · Tommaso Marzi, Cesare Alippi, Andrea Cini arxiv

Decentralized Multi-Agent Reinforcement Learning (MARL) methods allow for learning scalable multi-agent policies, but suffer from partial observability and induced non-stationarity. These challenges can be addressed by i…

Hierarchical Reinforcement LearningMulti-agent Reinforcement Learning

Minimizing Communication while Maximizing Performance in Multi-Agent Reinforcement Learning

2021-06-15 · Varun Kumar Vijay, Hassam Sheikh, Somdeb Majumdar, Mariano Phielipp

Inter-agent communication can significantly increase performance in multi-agent tasks that require co-ordination to achieve a shared goal. Prior work has shown that it is possible to learn inter-agent communication proto…

Multi-agent Reinforcement LearningMulti-Task Learningreinforcement-learningReinforcement Learning+1

Scalability of Message Encoding Techniques for Continuous Communication Learned with Multi-Agent Reinforcement Learning

2023-08-09 · Astrid Vanneste, Thomas Somers, Simon Vanneste, Kevin Mets 외

Many multi-agent systems require inter-agent communication to properly achieve their goal. By learning the communication protocol alongside the action protocol using multi-agent reinforcement learning techniques, the age…

Multi-agent Reinforcement Learning

Scalable Communication for Multi-Agent Reinforcement Learning via Transformer-Based Email Mechanism

2023-01-05 · Xudong Guo, Daming Shi, Wenhui Fan

Communication can impressively improve cooperation in multi-agent reinforcement learning (MARL), especially for partially-observed tasks. However, existing works either broadcast the messages leading to information redun…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Convergence of Byzantine-Resilient Gradient Tracking via Probabilistic Edge Dropout

2026-04-01 · Amirhossein Dezhboro, Fateme Maleki, Arman Adibi, Erfan Amini 외 arxiv

We study distributed optimization over networks with Byzantine agents that may send arbitrary adversarial messages. We propose \emph{Gradient Tracking with Probabilistic Edge Dropout} (GT-PD), a stochastic gradient track…

Distributed Optimization