Resolving Conflicting Constraints in Multi-Agent Reinforcement Learning with Layered Safety
Jason J. Choi, Jasmine Jerry Aloor, Jingqi Li, Maria G. Mendoza, Hamsa Balakrishnan, Claire J. Tomlin
TL;DR
This work tackles safety in dense multi-agent reinforcement learning by addressing conflicting pairwise safety constraints that arise in multi-robot navigation. It introduces Layered Safe MARL, a three-tier framework that combines MARL (to minimize interactions), a prioritization module (to identify urgent collision pairs), and a Control Barrier-Value Function (CBVF) safety filter (to enforce safety) grounded in Hamilton-Jacobi reachability. The training pipeline incorporates curriculum learning and safety-informed rewards to reduce conservatism, while ensuring safety via CBVF-based QP-based action corrections, including cooperative and non-cooperative filtering. The approach is validated through hardware experiments with Crazyflie drones and high-density AAM simulations (air taxis), showing significant reductions in conflicts and improved efficiency (faster travel times and fewer near-collisions) compared to baselines. The results demonstrate the viability and practicality of integrating model-based safety tools with learning-based strategies for scalable, safety-critical multi-agent coordination.
Abstract
Preventing collisions in multi-robot navigation is crucial for deployment. This requirement hinders the use of learning-based approaches, such as multi-agent reinforcement learning (MARL), on their own due to their lack of safety guarantees. Traditional control methods, such as reachability and control barrier functions, can provide rigorous safety guarantees when interactions are limited only to a small number of robots. However, conflicts between the constraints faced by different agents pose a challenge to safe multi-agent coordination. To overcome this challenge, we propose a method that integrates multiple layers of safety by combining MARL with safety filters. First, MARL is used to learn strategies that minimize multiple agent interactions, where multiple indicates more than two. Particularly, we focus on interactions likely to result in conflicting constraints within the engagement distance. Next, for agents that enter the engagement distance, we prioritize pairs requiring the most urgent corrective actions. Finally, a dedicated safety filter provides tactical corrective actions to resolve these conflicts. Crucially, the design decisions for all layers of this framework are grounded in reachability analysis and a control barrier-value function-based filtering mechanism. We validate our Layered Safe MARL framework in 1) hardware experiments using Crazyflie drones and 2) high-density advanced aerial mobility (AAM) operation scenarios, where agents navigate to designated waypoints while avoiding collisions. The results show that our method significantly reduces conflict while maintaining safety without sacrificing much efficiency (i.e., shorter travel time and distance) compared to baselines that do not incorporate layered safety. The project website is available at https://dinamo-mit.github.io/Layered-Safe-MARL/
