Counterexample Guided Abstraction Refinement with Non-Refined
Abstractions for Multi-Agent Path Finding
- URL: http://arxiv.org/abs/2301.08687v1
- Date: Fri, 20 Jan 2023 17:18:49 GMT
- Title: Counterexample Guided Abstraction Refinement with Non-Refined
Abstractions for Multi-Agent Path Finding
- Authors: Pavel Surynek
- Abstract summary: We propose a novel CEGAR-style solver for MAPF based on SAT in which some abstractions are deliberately left non-refined.
Non-refining however yields order-of-magnitude smaller SAT encodings than those of the previous approach.
- Score: 15.99072005190786
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: Counterexample guided abstraction refinement (CEGAR) represents a powerful
symbolic technique for various tasks such as model checking and reachability
analysis. Recently, CEGAR combined with Boolean satisfiability (SAT) has been
applied for multi-agent path finding (MAPF), a problem where the task is to
navigate agents from their start positions to given individual goal positions
so that the agents do not collide with each other.
The recent CEGAR approach used the initial abstraction of the MAPF problem
where collisions between agents were omitted and were eliminated in subsequent
abstraction refinements. We propose in this work a novel CEGAR-style solver for
MAPF based on SAT in which some abstractions are deliberately left non-refined.
This adds the necessity to post-process the answers obtained from the
underlying SAT solver as these answers slightly differ from the correct MAPF
solutions. Non-refining however yields order-of-magnitude smaller SAT encodings
than those of the previous approach and speeds up the overall solving process
making the SAT-based solver for MAPF competitive again in relevant benchmarks.
Related papers
- LLaMA-Berry: Pairwise Optimization for O1-like Olympiad-Level Mathematical Reasoning [56.273799410256075]
The framework combines Monte Carlo Tree Search (MCTS) with iterative Self-Refine to optimize the reasoning path.
The framework has been tested on general and advanced benchmarks, showing superior performance in terms of search efficiency and problem-solving capability.
arXiv Detail & Related papers (2024-10-03T18:12:29Z) - Decentralized Monte Carlo Tree Search for Partially Observable
Multi-agent Pathfinding [49.730902939565986]
Multi-Agent Pathfinding problem involves finding a set of conflict-free paths for a group of agents confined to a graph.
In this study, we focus on the decentralized MAPF setting, where the agents may observe the other agents only locally.
We propose a decentralized multi-agent Monte Carlo Tree Search (MCTS) method for MAPF tasks.
arXiv Detail & Related papers (2023-12-26T06:57:22Z) - Factorization of Multi-Agent Sampling-Based Motion Planning [72.42734061131569]
Modern robotics often involves multiple embodied agents operating within a shared environment.
Standard sampling-based algorithms can be used to search for solutions in the robots' joint space.
We integrate the concept of factorization into sampling-based algorithms, which requires only minimal modifications to existing methods.
We present a general implementation of a factorized SBA, derive an analytical gain in terms of sample complexity for PRM*, and showcase empirical results for RRG.
arXiv Detail & Related papers (2023-04-01T15:50:18Z) - Heuristically Guided Compilation for Multi-Agent Path Finding [15.99072005190786]
We focus on compilation-based solvers in which the MAPF problem is expressed in a different well established formalism.
We show in this work how the build a MAPF encoding for the target SAT solver in which domain specific knowledge is reflected.
The conducted experiments show that guided compilation outperforms the vanilla variants of the SAT-based MAPF solver.
arXiv Detail & Related papers (2022-12-13T23:19:15Z) - Optimal Clustering with Bandit Feedback [57.672609011609886]
This paper considers the problem of online clustering with bandit feedback.
It includes a novel stopping rule for sequential testing that circumvents the need to solve any NP-hard weighted clustering problem as its subroutines.
We show through extensive simulations on synthetic and real-world datasets that BOC's performance matches the lower boundally, and significantly outperforms a non-adaptive baseline algorithm.
arXiv Detail & Related papers (2022-02-09T06:05:05Z) - DPLL(MAPF): an Integration of Multi-Agent Path Finding and SAT Solving
Technologies [7.766921168069532]
In multi-agent path finding (MAPF), the task is to find non-conflicting paths for multiple agents.
We present a novel compilation scheme called DPLL(MAPF) in which the consistency checking of partial assignments of decision variables is integrated directly into the SAT solver.
arXiv Detail & Related papers (2021-11-11T23:06:00Z) - Navigating to the Best Policy in Markov Decision Processes [68.8204255655161]
We investigate the active pure exploration problem in Markov Decision Processes.
Agent sequentially selects actions and, from the resulting system trajectory, aims at the best as fast as possible.
arXiv Detail & Related papers (2021-06-05T09:16:28Z) - Compilation-based Solvers for Multi-Agent Path Finding: a Survey,
Discussion, and Future Opportunities [7.766921168069532]
We show the lessons learned from past developments and current trends in the topic and discuss its wider impact.
Two major approaches to optimal MAPF solving include (1) dedicated search-based methods, which solve MAPF directly, and (2) compilation-based methods that reduce a MAPF instance to an instance in a different well established formalism.
arXiv Detail & Related papers (2021-04-23T20:13:12Z) - Loosely Synchronized Search for Multi-agent Path Finding with
Asynchronous Actions [10.354181009277623]
Multi-agent path finding (MAPF) determines an ensemble of collision-free paths for multiple agents between their respective start and goal locations.
This article presents a natural generalization of MAPF with asynchronous actions where agents do not necessarily start and stop concurrently.
arXiv Detail & Related papers (2021-03-08T02:34:17Z) - Adaptive Sampling for Best Policy Identification in Markov Decision
Processes [79.4957965474334]
We investigate the problem of best-policy identification in discounted Markov Decision (MDPs) when the learner has access to a generative model.
The advantages of state-of-the-art algorithms are discussed and illustrated.
arXiv Detail & Related papers (2020-09-28T15:22:24Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.