Search Results for author: Hector Geffner

Found 30 papers, 4 papers with code

Learning Generalized Policies for Fully Observable Non-Deterministic Planning Domains

no code implementations3 Apr 2024 Till Hofmann, Hector Geffner

General policies represent reactive strategies for solving large families of planning problems like the infinite collection of solvable instances from a given domain.

On Policy Reuse: An Expressive Language for Representing and Executing General Policies that Call Other Policies

no code implementations25 Mar 2024 Blai Bonet, Dominik Drexler, Hector Geffner

Recently, a simple but powerful language for expressing and learning general policies and problem decompositions (sketches) has been introduced in terms of rules defined over a set of Boolean and numerical features.

Learning General Policies for Classical Planning Domains: Getting Beyond C$_2$

no code implementations18 Mar 2024 Simon Ståhlberg, Blai Bonet, Hector Geffner

GNN-based approaches for learning general policies across planning domains are limited by the expressive power of $C_2$, namely; first-order logic with two variables and counting.

General Policies, Subgoal Structure, and Planning Width

no code implementations9 Nov 2023 Blai Bonet, Hector Geffner

It has been observed that many classical planning domains with atomic goals can be solved by means of a simple polynomial exploration procedure, called IW, that runs in time exponential in the problem width, which in these cases is bounded and small.

Language-Based Causal Representation Learning

no code implementations12 Jul 2022 Blai Bonet, Hector Geffner

We show that this is possible provided that the dynamics is learned over a suitable domain-independent first-order causal language that makes room for objects and relations that are not assumed to be known.

Representation Learning

Learning Generalized Policies Without Supervision Using GNNs

no code implementations12 May 2022 Simon Ståhlberg, Blai Bonet, Hector Geffner

We find for example that domains with general policies that require more expressive features can be solved with GNNs once the states are extended with suitable "derived atoms" encoding role compositions and transitive closures that do not fit into $C_{2}$.

Learning First-Order Symbolic Planning Representations That Are Grounded

no code implementations25 Apr 2022 Andrés Occhipinti Liberman, Blai Bonet, Hector Geffner

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.

Learning Sketches for Decomposing Planning Problems into Subproblems of Bounded Width: Extended Version

no code implementations28 Mar 2022 Dominik Drexler, Jendrik Seipp, Hector Geffner

Recently, sketches have been introduced as a general language for representing the subgoal structure of instances drawn from the same domain.

Learning General Optimal Policies with Graph Neural Networks: Expressive Power, Transparency, and Limits

no code implementations21 Sep 2021 Simon Ståhlberg, Blai Bonet, Hector Geffner

As predicted by the theory, it is observed that general optimal policies are obtained in domains where general optimal value functions can be defined with $C_2$ features but not in those requiring more expressive $C_3$ features.

Combinatorial Optimization

Target Languages (vs. Inductive Biases) for Learning to Act and Plan

no code implementations15 Sep 2021 Hector Geffner

In the paper, I articulate a different learning approach where representations do not emerge from biases in a neural architecture but are learned over a given target language with a known semantics.

Combinatorial Optimization Out-of-Distribution Generalization

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

no code implementations23 May 2021 Ivan D. Rodriguez, Blai Bonet, Javier Romero, Hector Geffner

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).

Expressing and Exploiting the Common Subgoal Structure of Classical Planning Domains Using Sketches: Extended Version

no code implementations10 May 2021 Dominik Drexler, Jendrik Seipp, Hector Geffner

Width-based planning methods deal with conjunctive goals by decomposing problems into subproblems of low width.

Flexible FOND Planning with Explicit Fairness Assumptions

1 code implementation15 Mar 2021 Ivan D. Rodriguez, Blai Bonet, Sebastian Sardina, Hector Geffner

The infinite trajectories that violate this condition are deemed as unfair, and the solutions are policies for which all the fair trajectories reach a goal state.

Fairness

Learning General Policies from Small Examples Without Supervision

1 code implementation3 Jan 2021 Guillem Francès, Blai Bonet, Hector Geffner

It has been recently shown that these policies can be computed in two steps: first, a suitable abstraction in the form of a qualitative numerical planning problem (QNP) is learned from sample plans, then the general policies are obtained from the learned QNP using a planner.

Combinatorial Optimization

General Policies, Serializations, and Planning Width

no code implementations15 Dec 2020 Blai Bonet, Hector Geffner

We show that bounded width is a property of planning domains that admit optimal general policies in terms of features that are explicitly or implicitly represented in the domain encoding.

Qualitative Numeric Planning: Reductions and Complexity

1 code implementation10 Dec 2019 Blai Bonet, Hector Geffner

This leads to a generate-and-test algorithm for solving QNPs where solutions to a FOND problem are generated one by one and tested for termination.

Causal Belief Decomposition for Planning with Sensing: Completeness Results and Practical Approximation

no code implementations26 Sep 2019 Blai Bonet, Hector Geffner

First, we introduce an alternative decomposition scheme and algorithm with the same time complexity but different completeness guarantees, whose space complexity is much smaller: exponential in the causal width of the problem that measures the number of state variables that are causally relevant to a given precondition, goal, or observable.

Generalized Planning: Non-Deterministic Abstractions and Trajectory Constraints

no code implementations26 Sep 2019 Blai Bonet, Giuseppe De Giacomo, Hector Geffner, Sasha Rubin

Moreover, for a broad class of problems that involve integer variables that can be increased or decreased, trajectory constraints can be compiled away, reducing generalized planning to fully observable non-deterministic planning.

Action Selection for MDPs: Anytime AO* vs. UCT

no code implementations26 Sep 2019 Blai Bonet, Hector Geffner

In the presence of non-admissible heuristics, A* and other best-first algorithms can be converted into anytime optimal algorithms over OR graphs, by simply continuing the search after the first solution is found.

Factored Probabilistic Belief Tracking

no code implementations26 Sep 2019 Blai Bonet, Hector Geffner

The problem of belief tracking in the presence of stochastic actions and observations is pervasive and yet computationally intractable.

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

no code implementations12 Sep 2019 Blai Bonet, Hector Geffner

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.

Representation Learning

Learning Features and Abstract Actions for Computing Generalized Plans

no code implementations17 Nov 2018 Blai Bonet, Guillem Francès, Hector Geffner

The actions in such plans, however, are not the actions in the instances themselves, which are not necessarily common to other instances, but abstract actions that are defined on a set of common features.

Compact Policies for Fully-Observable Non-Deterministic Planning as SAT

1 code implementation25 Jun 2018 Tomas Geffner, Hector Geffner

Fully observable non-deterministic (FOND) planning is becoming increasingly important as an approach for computing proper policies in probabilistic planning, extended temporal plans in LTL planning, and general plans in generalized planning.

Model-free, Model-based, and General Intelligence

no code implementations6 Jun 2018 Hector Geffner

During the 60s and 70s, AI researchers explored intuitions about intelligence by writing programs that displayed intelligent behavior.

Features, Projections, and Representation Change for Generalized Planning

no code implementations30 Jan 2018 Blai Bonet, Hector Geffner

This is achieved by projecting the actions over the features, resulting in a common set of abstract actions which can be tested for soundness and completeness, and which can be used for generating general policies such as "if the gripper is empty, pick the clear block above x and place it on the table" that achieve the goal clear(x) in any Blocksworld instance.

Planning with Pixels in (Almost) Real Time

no code implementations10 Jan 2018 Wilmer Bandres, Blai Bonet, Hector Geffner

By using the same visual inputs, the planning results can be compared with those of humans and learning methods.

Combined Task and Motion Planning as Classical AI Planning

no code implementations21 Jun 2017 Jonathan Ferrer-Mestres, Guillem Francès, Hector Geffner

In this work, we show that it is possible to compile task and motion planning problems into classical AI planning problems; i. e., planning problems over finite and discrete state spaces with a known initial state, deterministic actions, and goal states to be reached.

Motion Planning Task and Motion Planning +1

Heuristics for Planning, Plan Recognition and Parsing

no code implementations19 May 2016 Miquel Ramirez, Hector Geffner

In a recent paper, we have shown that Plan Recognition over STRIPS can be formulated and solved using Classical Planning heuristics and algorithms.

Compiling Uncertainty Away in Conformant Planning Problems with Bounded Width

no code implementations15 Jan 2014 Hector Palacios, Hector Geffner

Conformant planning is the problem of finding a sequence of actions for achieving a goal in the presence of uncertainty in the initial state or action effects.

Translation

Soft Goals Can Be Compiled Away

no code implementations15 Jan 2014 Emil Keyder, Hector Geffner

In this note, we show however that these extensions are not needed: soft goals do not increase the expressive power of the basic model of planning with action costs, as they can easily be compiled away.

Cannot find the paper you are looking for? You can Submit a new open access paper.