Hybrid Search for Efficient Planning with Completeness Guarantees
Kalle Kujanp\"a\"a, Joni Pajarinen, Alexander Ilin

TL;DR
This paper introduces a hybrid search method that combines high-level and low-level actions to ensure completeness in solving complex planning problems, improving efficiency and guaranteeing solution discovery.
Contribution
The paper proposes a novel complete subgoal search method that augments existing high-level search with low-level actions to guarantee completeness in discrete action spaces.
Findings
Guarantees completeness in complex planning problems.
Improves search efficiency over high-level only methods.
Applicable to systems requiring guaranteed solutions.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAI-based Problem Solving and Planning · Machine Learning and Algorithms · Artificial Intelligence in Games
