Safe Heterogeneous Multi-Agent RL with Communication Regularization for Coordinated Target Acquisition
Gabriele Calzolari, Vidya Sumathy, Christoforos Kanellakis, George Nikolakopoulos
TL;DR
The paper tackles safe coordination of structurally heterogeneous robot teams (e.g., UAVs and UGVs) in unknown, partially observable environments with limited communication. It fuses MAPPO with a Graph Attention Network encoder operating on a dynamic neighbor graph defined by a radius $r_c$, and augments it with a trajectory-aware safety filter that rescales actions to avoid collisions; the safety filter selects a feasible action by evaluating trajectory feasibility over a horizon. It introduces a communication orthogonality regularizer to encourage diverse message embeddings and reduce redundancy. Comprehensive ablations and simulator experiments demonstrate that the approach yields safe, stable coordination and improved target acquisition performance, with balanced workload among heterogeneous agents. The work advances practical Safe MARL for heterogeneous teams and provides a path toward real-world deployment.
Abstract
This paper introduces a decentralized multi-agent reinforcement learning framework enabling structurally heterogeneous teams of agents to jointly discover and acquire randomly located targets in environments characterized by partial observability, communication constraints, and dynamic interactions. Each agent's policy is trained with the Multi-Agent Proximal Policy Optimization algorithm and employs a Graph Attention Network encoder that integrates simulated range-sensing data with communication embeddings exchanged among neighboring agents, enabling context-aware decision-making from both local sensing and relational information. In particular, this work introduces a unified framework that integrates graph-based communication and trajectory-aware safety through safety filters. The architecture is supported by a structured reward formulation designed to encourage effective target discovery and acquisition, collision avoidance, and de-correlation between the agents' communication vectors by promoting informational orthogonality. The effectiveness of the proposed reward function is demonstrated through a comprehensive ablation study. Moreover, simulation results demonstrate safe and stable task execution, confirming the framework's effectiveness.
