Scaling Lifelong Multi-Agent Path Finding to More Realistic Settings: Research Challenges and Opportunities
He Jiang, Yulun Zhang, Rishi Veerapaneni, Jiaoyang Li
TL;DR
This work tackles scaling Lifelong MAPF to very large, dense agent populations under tight time budgets. It introduces Windowed Parallel PIBT-LNS (WPPL), a fast, scalable approach that combines windowed planning with PIBT-LNS refinement and parallel execution, achieving strong throughput in the 2023 LRR competition. The paper identifies three core challenges—limited planning time, traffic congestion/myopia, and gaps between theoretical LMAPF models and real-world systems—and proposes concrete directions: improved rule-based or MARL methods, guidance graphs, and agent-disabling strategies to mitigate congestion, plus rotation-inclusive modeling and realistic uncertainty considerations. The findings show WPPL achieving top performance and provide a roadmap for future research to bridge theory and practice in real-world, large-scale LMAPF applications.
Abstract
Multi-Agent Path Finding (MAPF) is the problem of moving multiple agents from starts to goals without collisions. Lifelong MAPF (LMAPF) extends MAPF by continuously assigning new goals to agents. We present our winning approach to the 2023 League of Robot Runners LMAPF competition, which leads us to several interesting research challenges and future directions. In this paper, we outline three main research challenges. The first challenge is to search for high-quality LMAPF solutions within a limited planning time (e.g., 1s per step) for a large number of agents (e.g., 10,000) or extremely high agent density (e.g., 97.7%). We present future directions such as developing more competitive rule-based and anytime MAPF algorithms and parallelizing state-of-the-art MAPF algorithms. The second challenge is to alleviate congestion and the effect of myopic behaviors in LMAPF algorithms. We present future directions, such as developing moving guidance and traffic rules to reduce congestion, incorporating future prediction and real-time search, and determining the optimal agent number. The third challenge is to bridge the gaps between the LMAPF models used in the literature and real-world applications. We present future directions, such as dealing with more realistic kinodynamic models, execution uncertainty, and evolving systems.
