paper-with-me

홈 › Papers

Generalized Planning as Heuristic Search: A new planning search-space that leverages pointers over objects

2023-01-26 · Javier Segovia-Aguas, Sergio Jiménez, Anders Jonsson

Planning as heuristic search is one of the most successful approaches to classical planning but unfortunately, it does not extend trivially to Generalized Planning (GP). GP aims to compute algorithmic solutions that are valid for a set of classical planning instances from a given domain, even if these instances differ in the number of objects, the number of state variables, their domain size, or their initial and goal configuration. The generalization requirements of GP make it impractical to perform the state-space search that is usually implemented by heuristic planners. This paper adapts the planning as heuristic search paradigm to the generalization requirements of GP, and presents the first native heuristic search approach to GP. First, the paper introduces a new pointer-based solution space for GP that is independent of the number of classical planning instances in a GP problem and the size of those instances (i.e. the number of objects, state variables and their domain sizes). Second, the paper defines a set of evaluation and heuristic functions for guiding a combinatorial search in our new GP solution space. The computation of these evaluation and heuristic functions does not require grounding states or actions in advance. Therefore our GP as heuristic search approach can handle large sets of state variables with large numerical domains, e.g.~integers. Lastly, the paper defines an upgraded version of our novel algorithm for GP called Best-First Generalized Planning (BFGP), that implements a best-first search in our pointer-based solution space, and that is guided by our evaluation/heuristic functions for GP.

📄 PDF Abstract BibTeX arXiv:2301.11087

Code (2)

aig-upf/best-first-generalized-planning 공식 구현
jsego/bfgp-pp

Tasks

Heuristic Search

Similar Papers 제목 키워드 기반

Generalized Planning as Heuristic Search

2021-03-26 · Javier Segovia-Aguas, Sergio Jiménez, Anders Jonsson

Although heuristic search is one of the most successful approaches to classical planning, this planning paradigm does not apply straightforwardly to Generalized Planning (GP). Planning as heuristic search traditionally a…

Heuristic Search

Computing Programs for Generalized Planning as Heuristic Search

2022-05-12 · Javier Segovia-Aguas, Sergio Jiménez, Anders Jonsson

Although heuristic search is one of the most successful approaches to classical planning, this planning paradigm does not apply straightforwardly to Generalized Planning (GP). This paper adapts the planning as heuristic …

Heuristic Search

Scaling-up Generalized Planning as Heuristic Search with Landmarks

2022-05-10 · Javier Segovia-Aguas, Sergio Jiménez, Anders Jonsson, Laura Sebastiá

Landmarks are one of the most effective search heuristics for classical planning, but largely ignored in generalized planning. Generalized planning (GP) is usually addressed as a combinatorial search in a given space of …

Heuristic Search

Novelty and Lifted Helpful Actions in Generalized Planning

2023-07-03 · Chao Lei, Nir Lipovetzky, Krista A. Ehinger

It has been shown recently that successful techniques in classical planning, such as goal-oriented heuristics and landmarks, can improve the ability to compute planning programs for generalized planning (GP) problems. In…

Parallel Strategies for Best-First Generalized Planning

2024-07-31

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 algor…