GRAND: Guidance, Rebalancing, and Assignment for Networked Dispatch in Multi-Agent Path Finding
Johannes Gaber, Meshal Alharbi, Daniele Gammelli, Gioele Zardini
TL;DR
This paper tackles high-throughput, real-time lifelong MAPD scheduling for large robot fleets by marrying graph-based global guidance with lightweight optimization. A learned guidance policy produces region-level agent-distribution targets, which are efficiently realized through a region-to-region minimum-cost flow rebalancing followed by decoupled local task assignments. The method yields up to 10% throughput improvements on standardized warehouse benchmarks while maintaining a 1-second per-step compute budget and demonstrates zero-shot transfer across map sizes and occupancy. The work highlights the practicality of graph neural guidance combined with tractable solvers for scalable, high-throughput fleet management in industrial settings.
Abstract
Large robot fleets are now common in warehouses and other logistics settings, where small control gains translate into large operational impacts. In this article, we address task scheduling for lifelong Multi-Agent Pickup-and-Delivery (MAPD) and propose a hybrid method that couples learning-based global guidance with lightweight optimization. A graph neural network policy trained via reinforcement learning outputs a desired distribution of free agents over an aggregated warehouse graph. This signal is converted into region-to-region rebalancing through a minimum-cost flow, and finalized by small, local assignment problems, preserving accuracy while keeping per-step latency within a 1 s compute budget. On congested warehouse benchmarks from the League of Robot Runners (LRR) with up to 500 agents, our approach improves throughput by up to 10% over the 2024 winning scheduler while maintaining real-time execution. The results indicate that coupling graph-structured learned guidance with tractable solvers reduces congestion and yields a practical, scalable blueprint for high-throughput scheduling in large fleets.
