paper-with-me

Papers

Delay-Aware Multi-Agent Reinforcement Learning for Cooperative and Competitive Environments

2020-05-11 · Baiming Chen, Mengdi Xu, Zuxin Liu, Liang Li, Ding Zhao

Action and observation delays exist prevalently in the real-world cyber-physical systems which may pose challenges in reinforcement learning design. It is particularly an arduous task when handling multi-agent systems where the delay of one agent could spread to other agents. To resolve this problem, this paper proposes a novel framework to deal with delays as well as the non-stationary training issue of multi-agent tasks with model-free deep reinforcement learning. We formally define the Delay-Aware Markov Game that incorporates the delays of all agents in the environment. To solve Delay-Aware Markov Games, we apply centralized training and decentralized execution that allows agents to use extra information to ease the non-stationarity issue of the multi-agent systems during training, without the need of a centralized controller during execution. Experiments are conducted in multi-agent particle environments including cooperative communication, cooperative navigation, and competitive experiments. We also test the proposed algorithm in traffic scenarios that require coordination of all autonomous vehicles to show the practical value of delay-awareness. Results show that the proposed delay-aware multi-agent reinforcement learning algorithm greatly alleviates the performance degradation introduced by delay. Codes and demo videos are available at: https://github.com/baimingc/delay-aware-MARL.

📄 PDF Abstract BibTeX arXiv:2005.05441

Code (1)

baimingc/delay-aware-MARL 공식 구현 pytorch

Tasks

Autonomous VehiclesDeep Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

DACOM: Learning Delay-Aware Communication for Multi-Agent Reinforcement Learning

2022-12-03 · Tingting Yuan, Hwei-Ming Chung, Jie Yuan, XiaoMing Fu

Communication is supposed to improve multi-agent collaboration and overall performance in cooperative Multi-agent reinforcement learning (MARL). However, such improvements are prevalently limited in practice since most e…

Autonomous DrivingMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

Communication Gain and Delay Cost Under Cross-Timestep Delays in Cooperative Multi-Agent Reinforcement Learning

2026-04-04 · Zihong Gao, Hongjian Liang, Lei Hao, Liangjun Ke arxiv

Communication is essential for coordination in \emph{cooperative} multi-agent reinforcement learning under partial observability, yet \emph{cross-timestep} delays cause messages to arrive multiple timesteps after generat…

Multi-agent Reinforcement Learning

Multi-agent Cooperative Games Using Belief Map Assisted Training

2024-06-27 · Qinwei Huang, Chen Luo, Alex B. Wu, Simon Khan 외

In a multi-agent system, agents share their local observations to gain global situational awareness for decision making and collaboration using a message passing system. When to send a message, how to encode a message, a…

Reinforcement Learning (RL)

Hierarchical Deep Multiagent Reinforcement Learning with Temporal Abstraction

2018-09-25 · Hongyao Tang, Jianye Hao, Tangjie Lv, Yingfeng Chen 외

Multiagent reinforcement learning (MARL) is commonly considered to suffer from non-stationary environments and exponentially increasing policy space. It would be even more challenging when rewards are sparse and delayed …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Dual Self-Awareness Value Decomposition Framework without Individual Global Max for Cooperative Multi-Agent Reinforcement Learning

2023-02-04 · Zhiwei Xu, Bin Zhang, Dapeng Li, Guangchong Zhou 외

Value decomposition methods have gained popularity in the field of cooperative multi-agent reinforcement learning. However, almost all existing methods follow the principle of Individual Global Max (IGM) or its variants,…

Multi-agent Reinforcement Learning