paper-with-me

Papers

STRIPS Action Discovery

2020-01-30 · Alejandro Suárez-Hernández, Javier Segovia-Aguas, Carme Torras, Guillem Alenyà

The problem of specifying high-level knowledge bases for planning becomes a hard task in realistic environments. This knowledge is usually handcrafted and is hard to keep updated, even for system experts. Recent approaches have shown the success of classical planning at synthesizing action models even when all intermediate states are missing. These approaches can synthesize action schemas in Planning Domain Definition Language (PDDL) from a set of execution traces each consisting, at least, of an initial and final state. In this paper, we propose a new algorithm to unsupervisedly synthesize STRIPS action models with a classical planner when action signatures are unknown. In addition, we contribute with a compilation to classical planning that mitigates the problem of learning static predicates in the action model preconditions, exploits the capabilities of SAT planners with parallel encodings to compute action schemas and validate all instances. Our system is flexible in that it supports the inclusion of partial input information that may speed up the search. We show through several experiments how learned action models generalize over unseen planning instances.

📄 PDF Abstract BibTeX arXiv:2001.11457

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Learning Lifted Action Models From Traces of Incomplete Actions and States

2025-08-29 · Niklas Jansen, Jonas Gösgens, Hector Geffner arxiv

Consider the problem of learning a lifted STRIPS model of the sliding-tile puzzle from random state-action traces where the states represent the location of the tiles only, and the actions are the labels up, down, left, …

Learning Lifted Action Models from Traces with Minimal Information About Actions and States

2026-05-18 · Jonas Gösgens, Niklas Jansen, Hector Geffner arxiv

It has been recently shown that lifted STRIPS models can be learned correctly and efficiently from action traces alone; i.e., applicable action sequences from a hidden STRIPS model. The result is remarkable because the s…

STRIPS-WM: Learning Grounded Propositional STRIPS-style World Models from Images

2026-06-05 · Abhiroop Ajith, Constantinos Chamzas arxiv

Robots performing long-horizon visual manipulation observe high-dimensional images, but successful plans depend on action-relevant facts: what can be done now and what changes afterward. A useful planning representation …

Learning STRIPS Action Models with Classical Planning

2019-03-04 · Diego Aineto, Sergio Jiménez, Eva Onaindia

This paper presents a novel approach for learning STRIPS action models from examples that compiles this inductive learning task into a classical planning task. Interestingly, the compilation approach is flexible to diffe…

Inductive Learning

From Next Token Prediction to (STRIPS) World Models

2025-09-16 · Carlos Núñez-Molina, Vicenç Gómez, Hector Geffner arxiv

We study whether next-token prediction can yield world models that truly support planning, in a controlled symbolic setting where propositional STRIPS action models are learned from action traces alone and correctness ca…