Graph Based Deep Reinforcement Learning Aided by Transformers for Multi-Agent Cooperation
Michael Elrod, Niloufar Mehrabi, Rahul Amin, Manveen Kaur, Long Cheng, Jim Martin, Abolfazl Razi
TL;DR
This work tackles cooperative multi-agent drone navigation under partial observability and limited communication by proposing a graph-based framework that couples a GNN with transformer-based message passing to capture spatial and long-range dependencies, and a Double DQN with prioritized experience replay for robust policy learning. Key innovations include adaptive graph construction, edge-feature enhanced attention, and an entity-aware embedding scheme that feed a DDQN to produce coordinated action choices. Empirical results in a MiniGrid-like grid environment show the approach achieves around 90% goal collection and near-complete grid coverage while reducing episode steps to roughly 200, substantially outperforming PSO, DBSCAN, greedy, and standard DQN baselines. The framework demonstrates improved scalability and adaptability for real-world, communication-constrained multi-agent missions with partial observability, highlighting the practical impact for disaster response and environmental monitoring tasks.
Abstract
Mission planning for a fleet of cooperative autonomous drones in applications that involve serving distributed target points, such as disaster response, environmental monitoring, and surveillance, is challenging, especially under partial observability, limited communication range, and uncertain environments. Traditional path-planning algorithms struggle in these scenarios, particularly when prior information is not available. To address these challenges, we propose a novel framework that integrates Graph Neural Networks (GNNs), Deep Reinforcement Learning (DRL), and transformer-based mechanisms for enhanced multi-agent coordination and collective task execution. Our approach leverages GNNs to model agent-agent and agent-goal interactions through adaptive graph construction, enabling efficient information aggregation and decision-making under constrained communication. A transformer-based message-passing mechanism, augmented with edge-feature-enhanced attention, captures complex interaction patterns, while a Double Deep Q-Network (Double DQN) with prioritized experience replay optimizes agent policies in partially observable environments. This integration is carefully designed to address specific requirements of multi-agent navigation, such as scalability, adaptability, and efficient task execution. Experimental results demonstrate superior performance, with 90% service provisioning and 100% grid coverage (node discovery), while reducing the average steps per episode to 200, compared to 600 for benchmark methods such as particle swarm optimization (PSO), greedy algorithms and DQN.
