paper-with-me

Papers

Cooperative Multi-Agent Reinforcement Learning with Hypergraph Convolution

2021-12-09 · Yunpeng Bai, Chen Gong, Bin Zhang, Guoliang Fan, Xinwen Hou, Yu Liu

Recent years have witnessed the great success of multi-agent systems (MAS). Value decomposition, which decomposes joint action values into individual action values, has been an important work in MAS. However, many value decomposition methods ignore the coordination among different agents, leading to the notorious "lazy agents" problem. To enhance the coordination in MAS, this paper proposes HyperGraph CoNvolution MIX (HGCN-MIX), a method that incorporates hypergraph convolution with value decomposition. HGCN-MIX models agents as well as their relationships as a hypergraph, where agents are nodes and hyperedges among nodes indicate that the corresponding agents can coordinate to achieve larger rewards. Then, it trains a hypergraph that can capture the collaborative relationships among agents. Leveraging the learned hypergraph to consider how other agents' observations and actions affect their decisions, the agents in a MAS can better coordinate. We evaluate HGCN-MIX in the StarCraft II multi-agent challenge benchmark. The experimental results demonstrate that HGCN-MIX can train joint policies that outperform or achieve a similar level of performance as the current state-of-the-art techniques. We also observe that HGCN-MIX has an even more significant improvement of performance in the scenarios with a large amount of agents. Besides, we conduct additional analysis to emphasize that when the hypergraph learns more relationships, HGCN-MIX can train stronger joint policies.

📄 PDF Abstract BibTeX arXiv:2112.06771

Code (1)

cugbbaiyun/hgcn-mix 공식 구현 pytorch

Tasks

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Self-LearningSMACStarcraftStarcraft II

Methods 이 논문이 사용한 방법론

MAS This optimizer mix ADAM and SGD creating the MAS optimizer.
Self-Learning 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Efficient Policy Generation in Multi-Agent Systems via Hypergraph Neural Network

2022-03-07 · Bin Zhang, Yunpeng Bai, Zhiwei Xu, Dapeng Li 외

The application of deep reinforcement learning in multi-agent systems introduces extra challenges. In a scenario with numerous agents, one of the most important concerns currently being addressed is how to develop suffic…

Decision MakingDeep Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learning+3

HOLA-Drone: Hypergraphic Open-ended Learning for Zero-Shot Multi-Drone Cooperative Pursuit

2024-09-13 · Yang Li, Dengyu Zhang, Junfan Chen, Ying Wen 외

Zero-shot coordination (ZSC) is a significant challenge in multi-agent collaboration, aiming to develop agents that can coordinate with unseen partners they have not encountered before. Recent cutting-edge ZSC methods ha…

Higher-order Laplacian dynamics on hypergraphs with cooperative and antagonistic interactions

2025-02-12 · Shaoxuan Cui, Chencheng Zhang, Bin Jiang, Hildeberto Jardón Kojakhmetov 외

Laplacian dynamics on a signless graph characterize a class of linear interactions, where pairwise cooperative interactions between all agents lead to the convergence to a common state. On a structurally balanced signed …

Multi-UAV Conflict Resolution with Graph Convolutional Reinforcement Learning

2021-11-29 · Ralvi Isufaj, Marsel Omeri, Miquel Angel Piera

Safety is the primary concern when it comes to air traffic. In-flight safety between Unmanned Aircraft Vehicles (UAVs) is ensured through pairwise separation minima, utilizing conflict detection and resolution methods. E…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Graph Convolutional Reinforcement Learning

2018-10-22 · ICLR 2020 1 · Jiechuan Jiang, Chen Dun, Tiejun Huang, Zongqing Lu

Learning to cooperate is crucially important in multi-agent environments. The key is to understand the mutual interplay between agents. However, multi-agent environments are highly dynamic, where agents keep moving and t…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1