paper-with-me

홈 › Papers

Features, Projections, and Representation Change for Generalized Planning

2018-01-30 · Blai Bonet, Hector Geffner

Generalized planning is concerned with the characterization and computation of plans that solve many instances at once. In the standard formulation, a generalized plan is a mapping from feature or observation histories into actions, assuming that the instances share a common pool of features and actions. This assumption, however, excludes the standard relational planning domains where actions and objects change across instances. In this work, we extend the standard formulation of generalized planning to such domains. 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. In this policy, "pick the clear block above x" is an abstract action that may represent the action Unstack(a, b) in one situation and the action Unstack(b, c) in another. Transformations are also introduced for computing such policies by means of fully observable non-deterministic (FOND) planners. The value of generalized representations for learning general policies is also discussed.

📄 PDF Abstract BibTeX arXiv:1801.10055

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Online Detection of Sparse Changes in High-Dimensional Data Streams Using Tailored Projections

2019-08-06 · Martin Tveten, Ingrid K. Glad

When applying principal component analysis (PCA) for dimension reduction, the most varying projections are usually used in order to retain most of the information. For the purpose of anomaly and change detection, however…

Change DetectionDimensionality Reduction

Changes-Aware Transformer: Learning Generalized Changes Representation

2023-09-24 · Dan Wang, Licheng Jiao, Jie Chen, Shuyuan Yang 외

Difference features obtained by comparing the images of two periods play an indispensable role in the change detection (CD) task. However, a pair of bi-temporal images can exhibit diverse changes, which may cause various…

Change Detection

Learning Type-Generalized Actions for Symbolic Planning

2023-08-09 · Daniel Tanneberg, Michael Gienger

Symbolic planning is a powerful technique to solve complex tasks that require long sequences of actions and can equip an intelligent agent with complex behavior. The downside of this approach is the necessity for suitabl…

Scaling Up without Fading Out: Goal-Aware Sparse GNN for RL-based Generalized Planning

2025-08-14 · Sangwoo Jeon, Juchul Shin, Gyeong-Tae Kim, YeonJe Cho 외 arxiv

Generalized planning using deep reinforcement learning (RL) combined with graph neural networks (GNNs) has shown promising results in various symbolic planning domains described by PDDL. However, existing approaches typi…

Reinforcement Learning

Learning Features and Abstract Actions for Computing Generalized Plans

2018-11-17 · Blai Bonet, Guillem Francès, Hector Geffner

Generalized planning is concerned with the computation of plans that solve not one but multiple instances of a planning domain. Recently, it has been shown that generalized plans can be expressed as mappings of feature v…