paper-with-me

홈 › 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 learning approaches that produce action schemas from states represented by images. A benefit of the former approach is that the learned action schemas are similar to those that can be written by hand; a benefit of the latter is that the learned representations (predicates) are grounded on the images, and as a result, new instances can be given in terms of images. In this work, we develop a new formulation for learning crisp first-order planning models that are grounded on parsed images, a step to combine the benefits of the two approaches. Parsed images are assumed to be given in a simple O2D language (objects in 2D) that involves a small number of unary and binary predicates like "left", "above", "shape", etc. After learning, new planning instances can be given in terms of pairs of parsed images, one for the initial situation and the other for the goal. Learning and planning experiments are reported for several domains including Blocks, Sokoban, IPC Grid, and Hanoi.

📄 PDF Abstract BibTeX arXiv:2204.11902

Code (0)

등록된 구현이 없습니다.

Tasks

Sokoban

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

Representation Learning

ViPlan: A Benchmark for Visual Planning with Symbolic Predicates and Vision-Language Models

2025-05-19 · Matteo Merler, Nicola Dainese, Minttu Alakuijala, Giovanni Bonetta 외

Integrating Large Language Models with symbolic planners is a promising direction for obtaining verifiable and grounded plans compared to planning in natural language, with recent works extending this idea to visual doma…

Visual Reasoning

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 …

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

Sketch-Plan-Generalize: Learning and Planning with Neuro-Symbolic Programmatic Representations for Inductive Spatial Concepts

2024-04-11 · Namasivayam Kalithasan, Sachit Sachdeva, Himanshu Gaurav Singh, Vishal Bindal 외

Effective human-robot collaboration requires the ability to learn personalized concepts from a limited number of demonstrations, while exhibiting inductive generalization, hierarchical composition, and adaptability to no…

Code Generationcontinual few-shot learningContinual LearningFew-Shot Learning+3