MAAIROJan 18, 2025

Simultaneous Computation with Multiple Prioritizations in Multi-Agent Motion Planning

arXiv:2501.10781v1h-index: 15
Originality Incremental advance
AI Analysis

This work addresses computational efficiency and solution quality in multi-agent motion planning, which is incremental as it builds on prioritized planning methods.

The paper tackles the challenge of multi-agent motion planning by enabling agents to compute with multiple prioritizations simultaneously, demonstrating that this approach nearly matches optimal prioritization and outperforms state-of-the-art methods with only a minor increase in computation time, achieving real-time capability with ten vehicles in a road network experiment.

Multi-agent path finding (MAPF) in large networks is computationally challenging. An approach for MAPF is prioritized planning (PP), in which agents plan sequentially according to their priority. Albeit a computationally efficient approach for MAPF, the solution quality strongly depends on the prioritization. Most prioritizations rely either on heuristics, which do not generalize well, or iterate to find adequate priorities, which costs computational effort. In this work, we show how agents can compute with multiple prioritizations simultaneously. Our approach is general as it does not rely on domain-specific knowledge. The context of this work is multi-agent motion planning (MAMP) with a receding horizon subject to computation time constraints. MAMP considers the system dynamics in more detail compared to MAPF. In numerical experiments on MAMP, we demonstrate that our approach to prioritization comes close to optimal prioritization and outperforms state-of-the-art methods with only a minor increase in computation time. We show real-time capability in an experiment on a road network with ten vehicles in our Cyber-Physical Mobility Lab.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes