paper-with-me

홈 › Papers

On the Computational Complexity of Multi-Agent Pathfinding on Directed Graphs

2019-11-11 · Bernhard Nebel

The determination of the computational complexity of multi-agent pathfinding on directed graphs has been an open problem for many years. For undirected graphs, solvability can be decided in polynomial time, as has been shown already in the eighties. Further, recently it has been shown that a special case on directed graphs is solvable in polynomial time. In this paper, we show that the problem is NP-hard in the general case. In addition, some upper bounds are proven.

📄 PDF Abstract BibTeX arXiv:1911.04871

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Small Solution Hypothesis for MAPF on Strongly Connected Directed Graphs Is True

2022-10-10 · Bernhard Nebel

The determination of the computational complexity of multi-agent pathfinding on directed graphs (diMAPF) has been an open research problem for many years. While diMAPF has been shown to be polynomial for some special cas…

PRISM: Complete Online Decentralized Multi-Agent Pathfinding with Rapid Information Sharing using Motion Constraints

2025-05-12 · Hannah Lee, Zachary Serlin, James Motes, Brendan Long 외

We introduce PRISM (Pathfinding with Rapid Information Sharing using Motion Constraints), a decentralized algorithm designed to address the multi-task multi-agent pathfinding (MT-MAPF) problem. PRISM enables large teams …

Benchmarking

HiMAP: Learning Heuristics-Informed Policies for Large-Scale Multi-Agent Pathfinding

2024-02-23 · Huijie Tang, Federico Berto, Zihan Ma, Chuanbo Hua 외

Large-scale multi-agent pathfinding (MAPF) presents significant challenges in several areas. As systems grow in complexity with a multitude of autonomous agents operating simultaneously, efficient and collision-free coor…

Imitation LearningReinforcement Learning (RL)

Efficient Multi-Agent Coordination via Dynamic Joint-State Graph Construction

2025-09-08 · Yanlin Zhou, Manshi Limbu, Xuesu Xiao arxiv

Multi-agent pathfinding (MAPF) traditionally focuses on collision avoidance, but many real-world applications require active coordination between agents to improve team performance. This paper introduces Team Coordinatio…

Collision Avoidance

Multi-Agent Pathfinding with Continuous Time

2019-01-16 · Anton Andreychuk, Konstantin Yakovlev, Dor Atzmon, Roni Stern

Multi-Agent Pathfinding (MAPF) is the problem of finding paths for multiple agents such that every agent reaches its goal and the agents do not collide. Most prior work on MAPF was on grids, assumed agents' actions have …