DMAPF: A Decentralized and Distributed Solver for Multi-Agent Path Finding Problem with Obstacles
Poom Pianpak, Tran Cao Son

TL;DR
DMAPF is a decentralized MAPF solver that improves scalability and success rate in dense, obstacle-rich environments by dividing maps into disconnected regions and using ASP for planning.
Contribution
The paper introduces DMAPF, a novel decentralized MAPF solver that extends previous work to handle maps with obstacles and dense agent populations, enhancing scalability and success rate.
Findings
DMAPF outperforms state-of-the-art MAPF solvers in scalability.
DMAPF achieves higher success rates in dense, obstacle-filled maps.
Experimental results confirm improved solution quality.
Abstract
Multi-Agent Path Finding (MAPF) is a problem of finding a sequence of movements for agents to reach their assigned location without collision. Centralized algorithms usually give optimal solutions, but have difficulties to scale without employing various techniques - usually with a sacrifice of optimality; but solving MAPF problems with the number of agents greater than a thousand remains a challenge nevertheless. To tackle the scalability issue, we present DMAPF - a decentralized and distributed MAPF solver, which is a continuation of our recently published work, ros-dmapf. We address the issues of ros-dmapf where it (i) only works in maps without obstacles; and (ii) has a low success rate with dense maps. Given a MAPF problem, both ros-dmapf and DMAPF divide the map spatially into subproblems, but the latter further divides each subproblem into disconnected regions called areas. Each…
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
TopicsMulti-Agent Systems and Negotiation · Logic, Reasoning, and Knowledge · Natural Language Processing Techniques
