paper-with-me

Papers

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 states are not assumed to be observable at all, and yet it is not practical enough as STRIPS actions include arguments that are not needed for selecting the actions. This shortcoming has been addressed by assuming that the action traces come instead from a hidden STRIPS+ model where some action arguments are implicit in the hidden action preconditions. A limitation of this approach, however, is that it assumes that the states are fully observable. In this work, we relax these restrictions and consider the problem of learning STRIPS+ action domains from traces in a more general context where the traces carry partial information about both actions and states. In particular, we formulate algorithms and completeness results for three general cases, all of which assume full observability of selected action arguments. In the first case, no observability of the state is assumed; in the second case, full observability of some state predicates is assumed, and in the third case, local observability of some state predicates is assumed instead. Given a STRIPS+ domain, these results characterize the conditions under which an equivalent domain can be learned from traces. Experimental results are reported.

📄 PDF Abstract BibTeX arXiv:2605.18627

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Lifted Action Models from Unsupervised Visual Traces

2026-04-21 · Kai Xi, Stephen Gould, Sylvie Thiébaux arxiv

Efficient construction of models capturing the preconditions and effects of actions is essential for applying AI planning in real-world domains. Extensive prior work has explored learning such models from high-level desc…

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

Differentiable Learning of Lifted Action Schemas for Classical Planning

2026-05-13 · Jonas Reiter, Jakob Elias Gebler, Hector Geffner arxiv

Classical planners can effectively solve very large deterministic MDPs represented in STRIPS or PDDL where states are sets of atoms over objects and relations, and lifted action schemas add or delete these atoms. This co…

Self-directed Learning of Action Models using Exploratory Planning

2022-03-07 · Dustin Dannenhauer, Matthew Molineaux, Michael W. Floyd, Noah Reifsnyder 외

Complex, real-world domains may not be fully modeled for an agent, especially if the agent has never operated in the domain before. The agent's ability to effectively plan and act in such a domain is influenced by its kn…

Learning Lifted STRIPS Models from Action Traces Alone: A Simple, General, and Scalable Solution

2024-11-22 · Jonas Gösgens, Niklas Jansen, Hector Geffner

Learning STRIPS action models from action traces alone is a challenging problem as it involves learning the domain predicates as well. In this work, a novel approach is introduced which, like the well-known LOCM systems,…