paper-with-me

Papers

Intermediate Results on the Complexity of STRIPS$_{1}^{1}$

2026-02-09 · Stefan Edelkamp, Jiří Fink, Petr Gregor, Anders Jonsson, Bernhard Nebel arxiv

This paper is based on Bylander's results on the computational complexity of propositional STRIPS planning. He showed that when only ground literals are permitted, determining plan existence is PSPACE-complete even if operators are limited to two preconditions and two postconditions. While NP-hardness is settled, it is unknown whether propositional STRIPS with operators that only have one precondition and one effect is NP-complete. We shed light on the question whether this small solution hypothesis for STRIPS$^1_1$ is true, calling a SAT solver for small instances, introducing the literal graph, and mapping it to Petri nets.

📄 PDF Abstract BibTeX arXiv:2602.08708

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

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

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…

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