Decentralized Unlabeled Multi-agent Pathfinding Via Target And Priority Swapping (With Supplementary)
Stepan Dergachev, Konstantin Yakovlev

TL;DR
This paper introduces a fully decentralized multi-agent pathfinding algorithm that uses target and priority swapping, ensuring agents reach goals efficiently without centralized control, and proves its completeness both theoretically and empirically.
Contribution
The paper presents the first decentralized AMAPF solver with a priority and target swapping mechanism, enabling agents to independently reach goals with proven completeness.
Findings
TP-SWAP outperforms decentralized baselines in flowtime.
TP-SWAP can outperform semi-decentralized methods.
The method guarantees each target is reached by some agent.
Abstract
In this paper we study a challenging variant of the multi-agent pathfinding problem (MAPF), when a set of agents must reach a set of goal locations, but it does not matter which agent reaches a specific goal - Anonymous MAPF (AMAPF). Current optimal and suboptimal AMAPF solvers rely on the existence of a centralized controller which is in charge of both target assignment and pathfinding. We extend the state of the art and present the first AMAPF solver capable of solving the problem at hand in a fully decentralized fashion, when each agent makes decisions individually and relies only on the local communication with the others. The core of our method is a priority and target swapping procedure tailored to produce consistent goal assignments (i.e. making sure that no two agents are heading towards the same goal). Coupled with an established rule-based path planning, we end up with a…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMulti-Agent Systems and Negotiation · Semantic Web and Ontologies · Logic, Reasoning, and Knowledge
