An Efficient Approach to the Online Multi-Agent Path Finding Problem by Using Sustainable Information
Mingkai Tang, Boyi Liu, Yuanhang Li, Hongji Liu, Ming Liu, Lujia Wang

TL;DR
This paper introduces a novel three-level online MAPF algorithm that leverages sustainable information to significantly reduce redundant calculations and improve computational efficiency in multi-agent pathfinding scenarios.
Contribution
The paper presents a new three-level approach utilizing sustainable information, including the SR, SCBS, and SRSIPP algorithms, to enhance efficiency in online MAPF by reusing planning contexts.
Findings
Achieves up to 1.48 times faster performance than state-of-the-art methods.
Reduces redundant calculations in online MAPF through sustainable information.
Demonstrates significant efficiency improvements in experimental scenarios.
Abstract
Multi-agent path finding (MAPF) is the problem of moving agents to the goal vertex without collision. In the online MAPF problem, new agents may be added to the environment at any time, and the current agents have no information about future agents. The inability of existing online methods to reuse previous planning contexts results in redundant computation and reduces algorithm efficiency. Hence, we propose a three-level approach to solve online MAPF utilizing sustainable information, which can decrease its redundant calculations. The high-level solver, the Sustainable Replan algorithm (SR), manages the planning context and simulates the environment. The middle-level solver, the Sustainable Conflict-Based Search algorithm (SCBS), builds a conflict tree and maintains the planning context. The low-level solver, the Sustainable Reverse Safe Interval Path Planning algorithm (SRSIPP), is an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Smart Parking Systems Research · Vehicle Routing Optimization Methods
MethodsTest
