paper-with-me

Papers

Conflict-Based Search for Multi-Agent Path Finding with Elevators

2026-02-24 · Haitong He, Xuemian Wu, Shizhe Zhao, Zhongqiang Ren arxiv

This paper investigates a problem called Multi-Agent Path Finding with Elevators (MAPF-E), which seeks conflict-free paths for multiple agents from their start to goal locations that may locate on different floors, and the agents can use elevators to travel between floors. The existence of elevators complicates the interaction among the agents and introduces new challenges to the planning. On the one hand, elevators can cause many conflicts among the agents due to its relatively long traversal time across floors, especially when many agents need to reach a different floor. On the other hand, the planner has to reason in a larger state space including the states of the elevators, besides the locations of the agents.

📄 PDF Abstract BibTeX arXiv:2602.20512

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Resolving Head-On Conflicts for Multi-Agent Path Finding with Conflict-Based Search

2020-07-07 · Lun Yang

Conflict-Based Search (CBS) is a popular framework for solving the Multi-Agent Path Finding problem. Some of the conflicts incur a foreseeable conflict in one or both of the children nodes when splitting on them. This pa…

Multi-Agent Path Finding

Conflict-Based Search for Connected Multi-Agent Path Finding

2020-06-05 · Arthur Queffelec, Ocan Sankur, François Schwarzentruber

We study a variant of the multi-agent path finding problem (MAPF) in which agents are required to remain connected to each other and to a designated base. This problem has applications in search and rescue missions where…

Multi-Agent Path Finding

A Conflict-Based Search Framework for Multi-Objective Multi-Agent Path Finding

2021-01-11 · Zhongqiang Ren, Sivakumar Rathinam, Howie Choset

Conventional multi-agent path planners typically compute an ensemble of paths while optimizing a single objective, such as path length. However, many applications may require multiple objectives, say fuel consumption and…

Multi-Agent Path Finding

Multi-agent Path Finding in Continuous Environment

2024-09-16 · Kristýna Janovská, Pavel Surynek

We address a variant of multi-agent path finding in continuous environment (CE-MAPF), where agents move along sets of smooth curves. Collisions between agents are resolved via avoidance in the space domain. A new Continu…

Multi-Agent Path Finding

Conflict-Based Search for Multi Agent Path Finding with Asynchronous Actions

2026-03-19 · Xuemian Wu, Shizhe Zhao, Zhongqiang Ren arxiv

Multi-Agent Path Finding (MAPF) seeks collision-free paths for multiple agents from their respective start locations to their respective goal locations while minimizing path costs. Most existing MAPF algorithms rely on a…