ROAIMAApr 27, 2023

Double-Deck Multi-Agent Pickup and Delivery: Multi-Robot Rearrangement in Large-Scale Warehouses

arXiv:2304.14309v136 citationsh-index: 30
Originality Incremental advance
AI Analysis

This addresses the problem of efficient robot coordination in large-scale warehouses, though it is incremental as it extends existing MAPD and MAPF formulations.

The paper tackles the multi-robot shelf rearrangement problem in automated warehouses by introducing the Double-Deck Multi-Agent Pickup and Delivery (DD-MAPD) formulation, showing it is NP-hard, and proposing the MAPF-DECOMP framework that computes high-quality solutions for instances with over one thousand shelves and hundreds of agents in minutes.

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 instances. Our experimental results demonstrate the efficiency and effectiveness of MAPF-DECOMP, with the ability to compute high-quality solutions for large-scale instances with over one thousand shelves and hundreds of agents in just minutes of runtime.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes