paper-with-me

Papers

Learning First-Order Symbolic Representations for Planning from the Structure of the State Space

2019-09-12 · Blai Bonet, Hector Geffner

One of the main obstacles for developing flexible AI systems is the split between data-based learners and model-based solvers. Solvers such as classical planners are very flexible and can deal with a variety of problem instances and goals but require first-order symbolic models. Data-based learners, on the other hand, are robust but do not produce such representations. In this work we address this split by showing how the first-order symbolic representations that are used by planners can be learned from non-symbolic inputs that encode the structure of the state space. The representation learning problem is formulated as the problem of inferring planning instances over a common but unknown first-order domain that account for the structure of the observed state space. This means to infer a complete first-order representation (i.e. general action schemas, relational symbols, and objects) that explains the observed state space structures. The inference problem is cast as a two-level combinatorial search where the outer level searches for values of a small set of hyperparameters and the inner level, solved via SAT, searches for a first-order symbolic model. The framework is shown to produce general and correct first-order representations for standard problems like Gripper, Blocksworld, and Hanoi from input graphs that encode the flat state-space structure of a single instance.

📄 PDF Abstract BibTeX arXiv:1909.05546

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Learning First-Order Symbolic Planning Representations That Are Grounded

2022-04-25 · Andrés Occhipinti Liberman, Blai Bonet, Hector Geffner

Two main approaches have been developed for learning first-order planning (action) models from unstructured data: combinatorial approaches that yield crisp action schemas from the structure of the state space, and deep l…

Sokoban

VisualPredicator: Learning Abstract World Models with Neuro-Symbolic Predicates for Robot Planning

2024-10-30 · Yichao Liang, Nishanth Kumar, Hao Tang, Adrian Weller 외

Broadly intelligent agents should form task-specific abstractions that selectively expose the essential elements of a task, while abstracting away the complexity of the raw sensorimotor space. In this work, we present Ne…

Hierarchical Reinforcement LearningLanguage ModelingLanguage ModellingOut-of-Distribution Generalization

TASKOGRAPHY: Evaluating robot task planning over large 3D scene graphs

2022-07-11 · Christopher Agia, Krishna Murthy Jatavallabhula, Mohamed Khodeir, Ondrej Miksik 외

3D scene graphs (3DSGs) are an emerging description; unifying symbolic, topological, and metric scene representations. However, typical 3DSGs contain hundreds of objects and symbols even for small environments; rendering…

BenchmarkingRepresentation LearningRobot Task PlanningTask Planning

Learning Visual Spatial Planning from Symbolic State via Modality-Gap-Aware Self-Distillation

2026-06-04 · Haocheng Luo, Jiahui Liu, Ruicheng Zhang, Zhizhou Zhong 외 arxiv

While vision-language models excel at general multimodal understanding, they still struggle with visual spatial planning. We attribute this to a perception-reasoning modality gap: visual planning requires models to infer…

Unsupervised Grounding of Plannable First-Order Logic Representation from Images

2019-02-21 · Masataro Asai

Recently, there is an increasing interest in obtaining the relational structures of the environment in the Reinforcement Learning community. However, the resulting "relations" are not the discrete, logical predicates com…

Reinforcement Learning