paper-with-me

Papers

Conflict-Based Search for Explainable Multi-Agent Path Finding

2022-02-20 · Justin Kottinger, Shaull Almagor, Morteza Lahijanian

In the Multi-Agent Path Finding (MAPF) problem, the goal is to find non-colliding paths for agents in an environment, such that each agent reaches its goal from its initial location. In safety-critical applications, a human supervisor may want to verify that the plan is indeed collision-free. To this end, a recent work introduces a notion of explainability for MAPF based on a visualization of the plan as a short sequence of images representing time segments, where in each time segment the trajectories of the agents are disjoint. Then, the explainable MAPF problem asks for a set of non-colliding paths that admits a short-enough explanation. Explainable MAPF adds a new difficulty to MAPF, in that it is NP-hard with respect to the size of the environment, and not just the number of agents. Thus, traditional MAPF algorithms are not equipped to directly handle explainable-MAPF. In this work, we adapt Conflict Based Search (CBS), a well-studied algorithm for MAPF, to handle explainable MAPF. We show how to add explainability constraints on top of the standard CBS tree and its underlying A* search. We examine the usefulness of this approach and, in particular, the tradeoff between planning time and explainability.

📄 PDF Abstract BibTeX arXiv:2202.09930

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Agent Path Finding

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

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 t…

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

Subdimensional Expansion Using Attention-Based Learning For Multi-Agent Path Finding

2021-09-29 · Lakshay Virmani, Zhongqiang Ren, Sivakumar Rathinam, Howie Choset

Multi-Agent Path Finding (MAPF) finds conflict-free paths for multiple agents from their respective start to goal locations. MAPF is challenging as the joint configuration space grows exponentially with respect to the nu…

Multi-Agent Path Finding