paper-with-me

Papers

Windowed MAPF with Completeness Guarantees

2024-10-02 · Rishi Veerapaneni, Muhammad Suhail Saleem, Jiaoyang Li, Maxim Likhachev

Traditional multi-agent path finding (MAPF) methods try to compute entire start-goal paths which are collision free. However, computing an entire path can take too long for MAPF systems where agents need to replan fast. Methods that address this typically employ a "windowed" approach and only try to find collision free paths for a small windowed timestep horizon. This adaptation comes at the cost of incompleteness; all current windowed approaches can become stuck in deadlock or livelock. Our main contribution is to introduce our framework, WinC-MAPF, for Windowed MAPF that enables completeness. Our framework uses heuristic update insights from single-agent real-time heuristic search algorithms as well as agent independence ideas from MAPF algorithms. We also develop Single-Step CBS (SS-CBS), an instantiation of this framework using a novel modification to CBS. We show how SS-CBS, which only plans a single step and updates heuristics, can effectively solve tough scenarios where existing windowed approaches fail.

📄 PDF Abstract BibTeX arXiv:2410.01798

Code (0)

등록된 구현이 없습니다.

Tasks

Heuristic SearchMulti-Agent Path Finding

Similar Papers 제목 키워드 기반

Real-Time LaCAM

2025-04-08 · Runzhe Liang, Rishi Veerapaneni, Daniel Harabor, Jiaoyang Li 외

The vast majority of Multi-Agent Path Finding (MAPF) methods with completeness guarantees require planning full horizon paths. However, planning full horizon paths can take too long and be impractical in real-world appli…

Multi-Agent Path Finding

WinkTPG: An Execution Framework for Multi-Agent Path Finding Using Temporal Reasoning

2025-08-02 · Jingtian Yan, Stephen F. Smith, Jiaoyang Li arxiv

Planning collision-free paths for a large group of agents is a challenging problem in many real-world applications. While recent advances in Multi-Agent Path Finding (MAPF) have shown promising progress, standard MAPF pl…

Lifelong Multi-Agent Path Finding in Large-Scale Warehouses

2020-05-15 · Jiaoyang Li, Andrew Tinka, Scott Kiesel, Joseph W. Durham 외

Multi-Agent Path Finding (MAPF) is the problem of moving a team of agents to their goal locations without collisions. In this paper, we study the lifelong variant of MAPF, where agents are constantly engaged with new goa…

Multi-Agent Path Finding

Budget Allocation Policies for Real-Time Multi-Agent Path Finding

2025-07-22 · Raz Beck, Roni Stern arxiv

Multi-Agent Path finding (MAPF) is the problem of finding paths for a set of agents such that each agent reaches its desired destination while avoiding collisions with the other agents. This problem arises in many roboti…

Automatic Algorithm Selection In Multi-agent Pathfinding

2019-06-10 · Devon Sigurdson, Vadim Bulitko, Sven Koenig, Carlos Hernandez 외

In a multi-agent pathfinding (MAPF) problem, agents need to navigate from their start to their goal locations without colliding into each other. There are various MAPF algorithms, including Windowed Hierarchical Cooperat…

Navigate