AIMAROMar 30, 2023

Robust Multi-Agent Pickup and Delivery with Delays

arXiv:2303.17422v17 citationsh-index: 28
Originality Incremental advance
AI Analysis

This addresses robustness issues in multi-agent systems for applications like logistics, but it is incremental as it builds on existing Token Passing methods.

The paper tackles the problem of Multi-Agent Pickup and Delivery (MAPD) with delays, where real agents may not follow planned paths perfectly, and presents two algorithms, k-TP and p-TP, that reduce replans caused by delays by 30-50% with minimal impact on solution cost and running time.

Multi-Agent Pickup and Delivery (MAPD) is the problem of computing collision-free paths for a group of agents such that they can safely reach delivery locations from pickup ones. These locations are provided at runtime, making MAPD a combination between classical Multi-Agent Path Finding (MAPF) and online task assignment. Current algorithms for MAPD do not consider many of the practical issues encountered in real applications: real agents often do not follow the planned paths perfectly, and may be subject to delays and failures. In this paper, we study the problem of MAPD with delays, and we present two solution approaches that provide robustness guarantees by planning paths that limit the effects of imperfect execution. In particular, we introduce two algorithms, k-TP and p-TP, both based on a decentralized algorithm typically used to solve MAPD, Token Passing (TP), which offer deterministic and probabilistic guarantees, respectively. Experimentally, we compare our algorithms against a version of TP enriched with online replanning. k-TP and p-TP provide robust solutions, significantly reducing the number of replans caused by delays, with little or no increase in solution cost and running time.

Foundations

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

Your Notes