Loosely Synchronized Search for Multi-agent Path Finding with Asynchronous Actions
Zhongqiang Ren, Sivakumar Rathinam, Howie Choset

TL;DR
This paper introduces Loosely Synchronized Search (LSS), a novel A*-based approach for multi-agent path finding that handles asynchronous actions, ensuring optimal solutions while improving efficiency in multi-agent systems.
Contribution
The work extends MAPF algorithms to support asynchronous agent actions, providing a complete and optimal solution method called LSS, and demonstrates its effectiveness in simulation and real-world robotics.
Findings
LSS is complete and finds optimal solutions when they exist.
LSS improves computational efficiency compared to traditional methods.
Validated in both simulation and physical robot platform.
Abstract
Multi-agent path finding (MAPF) determines an ensemble of collision-free paths for multiple agents between their respective start and goal locations. Among the available MAPF planners for workspace modeled as a graph, A*-based approaches have been widely investigated due to their guarantees on completeness and solution optimality, and have demonstrated their efficiency in many scenarios. However, almost all of these A*-based methods assume that each agent executes an action concurrently in that all agents start and stop together. This article presents a natural generalization of MAPF with asynchronous actions (MAPF-AA) where agents do not necessarily start and stop concurrently. The main contribution of the work is a proposed approach called Loosely Synchronized Search (LSS) that extends A*-based MAPF planners to handle asynchronous actions. We show LSS is complete and finds an optimal…
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.
