paper-with-me

Papers

Enhancing Heterogeneous Multi-Agent Cooperation in Decentralized MARL via GNN-driven Intrinsic Rewards

2024-08-12 · Jahir Sadik Monon, Deeparghya Dutta Barua, Md. Mosaddek Khan

Multi-agent Reinforcement Learning (MARL) is emerging as a key framework for various sequential decision-making and control tasks. Unlike their single-agent counterparts, multi-agent systems necessitate successful cooperation among the agents. The deployment of these systems in real-world scenarios often requires decentralized training, a diverse set of agents, and learning from infrequent environmental reward signals. These challenges become more pronounced under partial observability and the lack of prior knowledge about agent heterogeneity. While notable studies use intrinsic motivation (IM) to address reward sparsity or cooperation in decentralized settings, those dealing with heterogeneity typically assume centralized training, parameter sharing, and agent indexing. To overcome these limitations, we propose the CoHet algorithm, which utilizes a novel Graph Neural Network (GNN) based intrinsic motivation to facilitate the learning of heterogeneous agent policies in decentralized settings, under the challenges of partial observability and reward sparsity. Evaluation of CoHet in the Multi-agent Particle Environment (MPE) and Vectorized Multi-Agent Simulator (VMAS) benchmarks demonstrates superior performance compared to the state-of-the-art in a range of cooperative multi-agent scenarios. Our research is supplemented by an analysis of the impact of the agent dynamics model on the intrinsic motivation module, insights into the performance of different CoHet variants, and its robustness to an increasing number of heterogeneous agents.

📄 PDF Abstract BibTeX arXiv:2408.06503

Code (1)

jahirsadik/cohet-implementation 공식 구현 pytorch

Tasks

Graph Neural NetworkMulti-agent Reinforcement LearningSequential Decision Making

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Safe and Interpretable Multimodal Path Planning for Multi-Agent Cooperation

2026-02-22 · Haojun Shi, Suyu Ye, Katherine M. Guerrerio, Jianzhi Shen 외 arxiv

Successful cooperation among decentralized agents requires each agent to quickly adapt its plan to the behavior of other agents. In scenarios where agents cannot confidently predict one another's intentions and plans, la…

Autonomous DrivingProgram Synthesis

LLM-Powered Decentralized Generative Agents with Adaptive Hierarchical Knowledge Graph for Cooperative Planning

2025-02-08 · Hanqing Yang, Jingdi Chen, Marie Siew, Tania Lorido-Botran 외

Developing intelligent agents for long-term cooperation in dynamic open-world scenarios is a major challenge in multi-agent systems. Traditional Multi-agent Reinforcement Learning (MARL) frameworks like centralized train…

Multi-agent Reinforcement Learning

MASP: Scalable GNN-based Planning for Multi-Agent Navigation

2023-12-05 · Xinyi Yang, Xinting Yang, Chao Yu, Jiayu Chen 외

We investigate multi-agent navigation tasks, where multiple agents need to reach initially unassigned goals in a limited time. Classical planning-based methods suffer from expensive computation overhead at each step and …

Reinforcement Learning (RL)Zero-shot Generalization

Multi-Agent Conditional Diffusion Model with Mean Field Communication as Wireless Resource Allocation Planner

2025-10-27 · Kechen Meng, Sinuo Zhang, Rongpeng Li, Xiangming Meng 외 arxiv

In wireless communication systems, efficient and adaptive resource allocation plays a crucial role in enhancing overall Quality of Service (QoS). Compared to the conventional Model-Free Reinforcement Learning (MFRL) sche…

Reinforcement Learning

Cooperative Multi-Agent Policy Gradients with Sub-optimal Demonstration

2018-12-05 · Peixi Peng, Junliang Xing

Many reality tasks such as robot coordination can be naturally modelled as multi-agent cooperative system where the rewards are sparse. This paper focuses on learning decentralized policies for such tasks using sub-optim…