Deadlock-Free Method for Multi-Agent Pickup and Delivery Problem Using Priority Inheritance with Temporary Priority
Yukita Fujitani, Tomoki Yamauchi, Yuki Miyashita, Toshiharu, Sugawara

TL;DR
This paper introduces a deadlock-free control method for multi-agent pickup and delivery tasks in environments with dead-ends by extending the priority inheritance with backtracking (PIBT) algorithm to include temporary priorities.
Contribution
The proposed method enables PIBT to operate in environments with dead-ends by allowing temporary priorities and movement restrictions, preventing deadlocks in complex real-world settings.
Findings
The method guarantees agents reach their destinations without deadlock.
Experimental results show high efficiency compared to token passing baseline.
Applicable to environments with tree-shaped paths and dead-ends.
Abstract
This paper proposes a control method for the multi-agent pickup and delivery problem (MAPD problem) by extending the priority inheritance with backtracking (PIBT) method to make it applicable to more general environments. PIBT is an effective algorithm that introduces a priority to each agent, and at each timestep, the agents, in descending order of priority, decide their next neighboring locations in the next timestep through communications only with the local agents. Unfortunately, PIBT is only applicable to environments that are modeled as a bi-connected area, and if it contains dead-ends, such as tree-shaped paths, PIBT may cause deadlocks. However, in the real-world environment, there are many dead-end paths to locations such as the shelves where materials are stored as well as loading/unloading locations to transportation trucks. Our proposed method enables MAPD tasks to be…
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 · Optimization and Search Problems · Robotic Path Planning Algorithms
