Multi-Goal Multi-Agent Pickup and Delivery
Qinghong Xu, Jiaoyang Li, Sven Koenig, Hang Ma

TL;DR
This paper introduces two algorithms for multi-agent pickup and delivery tasks, demonstrating improved scalability and efficiency over existing methods in large warehouse scenarios.
Contribution
It proposes LNS-PBS and LNS-wPBS algorithms for MAPD, with one offering completeness and the other enhanced efficiency, applicable to generalized MG-MAPD problems.
Findings
LNS-PBS is complete for well-formed MAPD instances.
LNS-wPBS scales to thousands of agents and tasks.
Both algorithms outperform existing methods in effectiveness and efficiency.
Abstract
In this work, we consider the Multi-Agent Pickup-and-Delivery (MAPD) problem, where agents constantly engage with new tasks and need to plan collision-free paths to execute them. To execute a task, an agent needs to visit a pair of goal locations, consisting of a pickup location and a delivery location. We propose two variants of an algorithm that assigns a sequence of tasks to each agent using the anytime algorithm Large Neighborhood Search (LNS) and plans paths using the Multi-Agent Path Finding (MAPF) algorithm Priority-Based Search (PBS). LNS-PBS is complete for well-formed MAPD instances, a realistic subclass of MAPD instances, and empirically more effective than the existing complete MAPD algorithm CENTRAL. LNS-wPBS provides no completeness guarantee but is empirically more efficient and stable than LNS-PBS. It scales to thousands of agents and thousands of tasks in a large…
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 · Optimization and Search Problems · Vehicle Routing Optimization Methods
