Double-Deck Multi-Agent Pickup and Delivery: Multi-Robot Rearrangement in Large-Scale Warehouses
Baiyu Li, Hang Ma

TL;DR
This paper introduces DD-MAPD, a complex warehouse rearrangement problem, and proposes MAPF-DECOMP, an efficient algorithmic framework that decomposes the problem into simpler subproblems, enabling large-scale solutions in minutes.
Contribution
The paper formulates DD-MAPD, proves its NP-hardness, and develops MAPF-DECOMP, a novel decomposition algorithm with optimization and completeness enhancements for large-scale warehouse robot coordination.
Findings
MAPF-DECOMP efficiently solves large instances with over 1000 shelves.
The framework produces high-quality solutions within minutes.
MAPF-DECOMP is effective for real-world warehouse rearrangement scenarios.
Abstract
We introduce a new problem formulation, Double-Deck Multi-Agent Pickup and Delivery (DD-MAPD), which models the multi-robot shelf rearrangement problem in automated warehouses. DD-MAPD extends both Multi-Agent Pickup and Delivery (MAPD) and Multi-Agent Path Finding (MAPF) by allowing agents to move beneath shelves or lift and deliver a shelf to an arbitrary location, thereby changing the warehouse layout. We show that solving DD-MAPD is NP-hard. To tackle DD-MAPD, we propose MAPF-DECOMP, an algorithmic framework that decomposes a DD-MAPD instance into a MAPF instance for coordinating shelf trajectories and a subsequent MAPD instance with task dependencies for computing paths for agents. We also present an optimization technique to improve the performance of MAPF-DECOMP and demonstrate how to make MAPF-DECOMP complete for well-formed DD-MAPD instances, a realistic subclass of DD-MAPD…
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
TopicsAdvanced Manufacturing and Logistics Optimization · Robotic Path Planning Algorithms · Optimization and Search Problems
