paper-with-me

홈 › Papers

On the Tour Towards DPLL(MAPF) and Beyond

2019-07-11 · Pavel Surynek

We discuss milestones on the tour towards DPLL(MAPF), a multi-agent path finding (MAPF) solver fully integrated with the Davis-Putnam-Logemann-Loveland (DPLL) propositional satisfiability testing algorithm through satisfiability modulo theories (SMT). The task in MAPF is to navigate agents in an undirected graph in a non-colliding way so that each agent eventually reaches its unique goal vertex. At most one agent can reside in a vertex at a time. Agents can move instantaneously by traversing edges provided the movement does not result in a collision. Recently attempts to solve MAPF optimally w.r.t. the sum-of-costs or the makespan based on the reduction of MAPF to propositional satisfiability (SAT) have appeared. The most successful methods rely on building the propositional encoding for the given MAPF instance lazily by a process inspired in the SMT paradigm. The integration of satisfiability testing by the SAT solver and the high-level construction of the encoding is however relatively loose in existing methods. Therefore the ultimate goal of research in this direction is to build the DPLL(MAPF) algorithm, a MAPF solver where the construction of the encoding is fully integrated with the underlying SAT solver. We discuss the current state-of-the-art in MAPF solving and what steps need to be done to get DPLL(MAPF). The advantages of DPLL(MAPF) in terms of its potential to be alternatively parametrized with MAPF$^R$, a theory of continuous MAPF with geometric agents, are also discussed.

📄 PDF Abstract BibTeX arXiv:1907.07631

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Agent Path FindingNavigate

Similar Papers 제목 키워드 기반

DPLL(MAPF): an Integration of Multi-Agent Path Finding and SAT Solving Technologies

2021-11-11 · Martin Čapek, Pavel Surynek

In multi-agent path finding (MAPF), the task is to find non-conflicting paths for multiple agents from their initial positions to given individual goal positions. MAPF represents a classical artificial intelligence probl…

Heuristic SearchMulti-Agent Path Finding

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

Cooperative Multi-Agent Path Finding: Beyond Path Planning and Collision Avoidance

2021-05-23 · Nir Greshler, Ofir Gordon, Oren Salzman, Nahum Shimkin

We introduce the Cooperative Multi-Agent Path Finding (Co-MAPF) problem, an extension to the classical MAPF problem, where cooperative behavior is incorporated. In this setting, a group of autonomous agents operate in a …

Collision AvoidanceMulti-Agent Path Finding

MAPF-World: Action World Model for Multi-Agent Path Finding

2025-08-16 · Zhanjiang Yang, Yang Shen, Yueming Li, Meng Li 외 arxiv

Multi-agent path finding (MAPF) is the problem of planning conflict-free paths from the designated start locations to goal positions for multiple agents. It underlies a variety of real-world tasks, including multi-robot …

Zero-shot Generalization

Scalable Mechanism Design for Multi-Agent Path Finding

2024-01-30 · Paul Friedrich, Yulun Zhang, Michael Curry, Ludwig Dierks 외

Multi-Agent Path Finding (MAPF) involves determining paths for multiple agents to travel simultaneously and collision-free through a shared area toward given goal locations. This problem is computationally complex, espec…

Multi-Agent Path Finding