paper-with-me

홈 › Papers

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 algorithmic solutions, where candidate solutions are evaluated w.r.t.~the instances they solve. This type of solution evaluation ignores any sub-goal information that is not explicit in the representation of the planning instances, causing plateaus in the space of candidate generalized plans. Furthermore, node expansion in GP is a run-time bottleneck since it requires evaluating every child node over the entire batch of classical planning instances in a GP problem. In this paper we define a landmark counting heuristic for GP (that considers sub-goal information that is not explicitly represented in the planning instances), and a novel heuristic search algorithm for GP (that we call PGP) and that progressively processes subsets of the planning instances of a GP problem. Our two orthogonal contributions are analyzed in an ablation study, showing that both improve the state-of-the-art in GP as heuristic search, and that both benefit from each other when used in combination.

📄 PDF Abstract BibTeX arXiv:2205.04850

Code (0)

등록된 구현이 없습니다.

Tasks

Heuristic Search

Similar Papers 제목 키워드 기반

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…

Revisiting Landmarks: Learning from Previous Plans to Generalize over Problem Instances

2025-08-29 · Issa Hanou, Sebastijan Dumančić, Mathijs de Weerdt arxiv

We propose a new framework for discovering landmarks that automatically generalize across a domain. These generalized landmarks are learned from a set of solved instances and describe intermediate goals for planning prob…

Relevance Score: A Landmark-Like Heuristic for Planning

2024-03-12 · Oliver Kim, Mohan Sridharan

Landmarks are facts or actions that appear in all valid solutions of a planning problem. They have been used successfully to calculate heuristics that guide the search for a plan. We investigate an extension to this conc…

valid

The LAMA Planner: Guiding Cost-Based Anytime Planning with Landmarks

2014-01-16 · Silvia Richter, Matthias Westphal

LAMA is a classical planning system based on heuristic forward search. Its core feature is the use of a pseudo-heuristic derived from landmarks, propositional formulas that must be true in every solution of a planning ta…

Heuristic Search

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…