Parallel Strategies for Best-First Generalized Planning
Alejandro Fern\'andez-Alburquerque, Javier Segovia-Aguas

TL;DR
This paper explores parallel search strategies to improve the performance of Best-First Generalized Planning (BFGP), aiming to close the gap between current planners and generalized planning solutions by leveraging shared-memory parallelization.
Contribution
It introduces two simple parallel search strategies for BFGP that scale well with multiple cores, enhancing its efficiency and applicability.
Findings
Parallel strategies scale well with the number of cores.
BFGP is well suited for parallelization due to its solution space.
Proposed strategies improve search efficiency in BFGP.
Abstract
In recent years, there has been renewed interest in closing the performance gap between state-of-the-art planning solvers and generalized planning (GP), a research area of AI that studies the automated synthesis of algorithmic-like solutions capable of solving multiple classical planning instances. One of the current advancements has been the introduction of Best-First Generalized Planning (BFGP), a GP algorithm based on a novel solution space that can be explored with heuristic search, one of the foundations of modern planners. This paper evaluates the application of parallel search techniques to BFGP, another critical component in closing the performance gap. We first discuss why BFGP is well suited for parallelization and some of its differentiating characteristics from classical planners. Then, we propose two simple shared-memory parallel strategies with good scaling with the number…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI-based Problem Solving and Planning
