paper-with-me

홈 › Papers

Learning to Resolve Conflicts for Multi-Agent Path Finding with Conflict-Based Search

2020-12-10 · Taoan Huang, Bistra Dilkina, Sven Koenig

Conflict-Based Search (CBS) is a state-of-the-art algorithm for multi-agent path finding. At the high level, CBS repeatedly detects conflicts and resolves one of them by splitting the current problem into two subproblems. Previous work chooses the conflict to resolve by categorizing the conflict into three classes and always picking a conflict from the highest-priority class. In this work, we propose an oracle for conflict selection that results in smaller search tree sizes than the one used in previous work. However, the computation of the oracle is slow. Thus, we propose a machine-learning framework for conflict selection that observes the decisions made by the oracle and learns a conflict-selection strategy represented by a linear ranking function that imitates the oracle's decisions accurately and quickly. Experiments on benchmark maps indicate that our method significantly improves the success rates, the search tree sizes and runtimes over the current state-of-the-art CBS solver.

📄 PDF Abstract BibTeX arXiv:2012.06005

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Agent Path Finding

Similar Papers 제목 키워드 기반

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

Solving Multi-Agent Multi-Goal Path Finding Problems in Polynomial Time

2025-12-17 · Stefan Edelkamp arxiv

In this paper, we plan missions for a fleet of agents in undirected graphs, such as grids, with multiple goals. In contrast to regular multi-agent path-finding, the solver finds and updates the assignment of goals to the…

Multi Agent Path Finding with Awareness for Spatially Extended Agents

2020-09-20 · Shyni Thomas, Dipti Deodhare, M. N. Murty

Path finding problems involve identification of a plan for conflict free movement of agents over a common road network. Most approaches to this problem handle the agents as point objects, wherein the size of the agent is…

Multi-Agent Path Finding

Dynamic Multi-Agent Path Finding based on Conflict Resolution using Answer Set Programming

2020-09-22 · Basem Atiq, Volkan Patoglu, Esra Erdem

We study a dynamic version of multi-agent path finding problem (called D-MAPF) where existing agents may leave and new agents may join the team at different times. We introduce a new method to solve D-MAPF based on confl…

Multi-Agent Path Finding

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