paper-with-me

홈 › Papers

Hybrid Search for Efficient Planning with Completeness Guarantees

2023-10-19 · NeurIPS 2023 11

Solving complex planning problems has been a long-standing challenge in computer science. Learning-based subgoal search methods have shown promise in tackling these problems, but they often suffer from a lack of completeness guarantees, meaning that they may fail to find a solution even if one exists. In this paper, we propose an efficient approach to augment a subgoal search method to achieve completeness in discrete action spaces. Specifically, we augment the high-level search with low-level actions to execute a multi-level (hybrid) search, which we call complete subgoal search. This solution achieves the best of both worlds: the practical efficiency of high-level search and the completeness of low-level search. We apply the proposed search method to a recently proposed subgoal search algorithm and evaluate the algorithm trained on offline data on complex planning problems. We demonstrate that our complete subgoal search not only guarantees completeness but can even improve performance in terms of search expansions for instances that the high-level could solve without low-level augmentations. Our approach makes it possible to apply subgoal-level planning for systems where completeness is a critical requirement.

📄 PDF Abstract BibTeX arXiv:2310.12819

Code (1)

kallekku/hips pytorch

Similar Papers 제목 키워드 기반

Real-Time LaCAM

2025-04-08 · Runzhe Liang, Rishi Veerapaneni, Daniel Harabor, Jiaoyang Li 외

The vast majority of Multi-Agent Path Finding (MAPF) methods with completeness guarantees require planning full horizon paths. However, planning full horizon paths can take too long and be impractical in real-world appli…

Multi-Agent Path Finding

Search-Based Path Planning in Interactive Environments among Movable Obstacles

2024-10-24 · Zhongqiang Ren, Bunyod Suvonov, Guofei Chen, Botao He 외

This paper investigates Path planning Among Movable Obstacles (PAMO), which seeks a minimum cost collision-free path among static obstacles from start to goal while allowing the robot to push away movable obstacles (i.e.…

MeshA*: Efficient Path Planing With Motion Primitives

2024-12-13 · Marat Agranovskiy, Konstantin Yakovlev

We study a path planning problem where the possible move actions are represented as a finite set of motion primitives aligned with the grid representation of the environment. That is, each primitive corresponds to a shor…

Heuristic Search

PRISM: Efficient and Locally Optimal Probabilistic Planning with Reachability Guarantees

2026-06-24 · Alex Rose, Christopher Jewison, Jonathan P. How arxiv

Belief-space planning under motion uncertainty and state and control constraints remains a fundamental challenge, largely due to the difficulty of establishing reachability guarantees in constrained belief spaces. Existi…

Motion Planning

Accelerating Search-Based Planning for Multi-Robot Manipulation by Leveraging Online-Generated Experiences

2024-03-29 · Yorai Shaoul, Itamar Mishani, Maxim Likhachev, Jiaoyang Li

An exciting frontier in robotic manipulation is the use of multiple arms at once. However, planning concurrent motions is a challenging task using current methods. The high-dimensional composite state space renders many …

Motion PlanningMulti-Agent Path FindingRobot Manipulation