Loosely Synchronized Rule-Based Planning for Multi-Agent Path Finding with Asynchronous Actions
Shuai Zhou, Shizhe Zhao, Zhongqiang Ren

TL;DR
This paper introduces a scalable, rule-based planning approach for multi-agent pathfinding with asynchronous actions, achieving efficient solutions for thousands of agents by trading off optimality for scalability.
Contribution
It presents a novel hybrid planner combining search and rule-based methods to handle asynchronous actions in MAPF, emphasizing scalability over optimality.
Findings
Handles up to 1000 agents in various maps
Achieves about 25% longer makespan than baselines
Significantly improves scalability compared to existing methods
Abstract
Multi-Agent Path Finding (MAPF) seeks collision-free paths for multiple agents from their respective starting locations to their respective goal locations while minimizing path costs. Although many MAPF algorithms were developed and can handle up to thousands of agents, they usually rely on the assumption that each action of the agent takes a time unit, and the actions of all agents are synchronized in a sense that the actions of agents start at the same discrete time step, which may limit their use in practice. Only a few algorithms were developed to address asynchronous actions, and they all lie on one end of the spectrum, focusing on finding optimal solutions with limited scalability. This paper develops new planners that lie on the other end of the spectrum, trading off solution quality for scalability, by finding an unbounded sub-optimal solution for many agents. Our method…
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.
Code & Models
Videos
Taxonomy
TopicsRobotic Path Planning Algorithms · Multi-Agent Systems and Negotiation · Logic, Reasoning, and Knowledge
