paper-with-me

Papers

Learning First-Order Representations for Planning from Black-Box States: New Results

2021-05-23 · Ivan D. Rodriguez, Blai Bonet, Javier Romero, Hector Geffner

Recently Bonet and Geffner have shown that first-order representations for planning domains can be learned from the structure of the state space without any prior knowledge about the action schemas or domain predicates. For this, the learning problem is formulated as the search for a simplest first-order domain description D that along with information about instances I_i (number of objects and initial state) determine state space graphs G(P_i) that match the observed state graphs G_i where P_i = (D, I_i). The search is cast and solved approximately by means of a SAT solver that is called over a large family of propositional theories that differ just in the parameters encoding the possible number of action schemas and domain predicates, their arities, and the number of objects. In this work, we push the limits of these learners by moving to an answer set programming (ASP) encoding using the CLINGO system. The new encodings are more transparent and concise, extending the range of possible models while facilitating their exploration. We show that the domains introduced by Bonet and Geffner can be solved more efficiently in the new approach, often optimally, and furthermore, that the approach can be easily extended to handle partial information about the state graphs as well as noise that prevents some states from being distinguished.

📄 PDF Abstract BibTeX arXiv:2105.10830

Code (0)

등록된 구현이 없습니다.

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

Symmetries and Expressive Requirements for Learning General Policies

2024-09-24 · Dominik Drexler, Simon Ståhlberg, Blai Bonet, Hector Geffner

State symmetries play an important role in planning and generalized planning. In the first case, state symmetries can be used to reduce the size of the search; in the second, to reduce the size of the training set. In th…

Symmetry Detection

Monte-Carlo Planning in Large POMDPs

2010-12-01 · NeurIPS 2010 12 · David Silver, Joel Veness

This paper introduces a Monte-Carlo algorithm for online planning in large POMDPs. The algorithm combines a Monte-Carlo update of the agent's belief state with a Monte-Carlo tree search from the current belief state. The…

Generating Plannable Lifted Action Models for Visually Generated Logical Predicates

2021-01-01 · Masataro Asai

We propose FOSAE++, an unsupervised end-to-end neural system that generates a compact discrete state transition model (dynamics / action model) from raw visual observations. Our representation can be exported to Planning…

Task Planning

A Heuristic Search Algorithm for Solving First-Order MDPs

2014-08-09 · Eldar Karabaev, Olga Skvortsova

We present a heuristic search algorithm for solving first-order MDPs (FOMDPs). Our approach combines first-order state abstraction that avoids evaluating states individually, and heuristic search that avoids evaluating a…

Heuristic Search