paper-with-me

홈 › Papers

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 problems where traditional landmark extraction algorithms fall short. Our generalized landmarks extend beyond the predicates of a domain by using state functions that are independent of the objects of a specific problem and apply to all similar objects, thus capturing repetition. Based on these functions, we construct a directed generalized landmark graph that defines the landmark progression, including loop possibilities for repetitive subplans. We show how to use this graph in a heuristic to solve new problem instances of the same domain. Our results show that the generalized landmark graphs learned from a few small instances are also effective for larger instances in the same domain. If a loop that indicates repetition is identified, we see a significant improvement in heuristic performance over the baseline. Generalized landmarks capture domain information that is interpretable and useful to an automated planner. This information can be discovered from a small set of plans for the same domain.

📄 PDF Abstract BibTeX arXiv:2508.21564

Code (0)

등록된 구현이 없습니다.

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

Heuristic Search

Landmark-Based Approaches for Goal Recognition as Planning

2019-04-26 · Ramon Fraga Pereira, Nir Oren, Felipe Meneguzzi

The task of recognizing goals and plans from missing and full observations can be done efficiently by using automated planning techniques. In many applications, it is important to recognize goals and plans not only accur…

Landmark-Based Plan Recognition

2016-04-05 · Ramon Fraga Pereira, Felipe Meneguzzi

Recognition of goals and plans using incomplete evidence from action execution can be done efficiently by using planning techniques. In many applications it is important to recognize goals and plans not only accurately, …

Representation and Synthesis of C++ Programs for Generalized Planning

2022-06-29 · Javier Segovia-Aguas, Yolanda E-Martín, Sergio Jiménez

The paper introduces a novel representation for Generalized Planning (GP) problems, and their solutions, as C++ programs. Our C++ representation allows to formally proving the termination of generalized plans, and to spe…

Heuristic Search

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