paper-with-me

홈 › Papers

Representation Learning for Classical Planning from Partially Observed Traces

2019-07-19 · Zhanhao Xiao, Hai Wan, Hankui Hankz Zhuo, Jinxia Lin, Yanan Liu

Specifying a complete domain model is time-consuming, which has been a bottleneck of AI planning technique application in many real-world scenarios. Most classical domain-model learning approaches output a domain model in the form of the declarative planning language, such as STRIPS or PDDL, and solve new planning instances by invoking an existing planner. However, planning in such a representation is sensitive to the accuracy of the learned domain model which probably cannot be used to solve real planning problems. In this paper, to represent domain models in a vectorization representation way, we propose a novel framework based on graph neural network (GNN) integrating model-free learning and model-based planning, called LP-GNN. By embedding propositions and actions in a graph, the latent relationship between them is explored to form a domain-specific heuristics. We evaluate our approach on five classical planning domains, comparing with the classical domain-model learner ARMS. The experimental results show that the domain models learned by our approach are much more effective on solving real planning problems.

📄 PDF Abstract BibTeX arXiv:1907.08352

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Learning Visual Planning Models from Partially Observed Images

2022-11-25 · Kebing Jin, Zhanhao Xiao, Hankui Hankz Zhuo, Hai Wan 외

There has been increasing attention on planning model learning in classical planning. Most existing approaches, however, focus on learning planning models from structured data in symbolic representations. It is often dif…

Differentiable Learning of Lifted Action Schemas for Classical Planning

2026-05-13 · Jonas Reiter, Jakob Elias Gebler, Hector Geffner arxiv

Classical planners can effectively solve very large deterministic MDPs represented in STRIPS or PDDL where states are sets of atoms over objects and relations, and lifted action schemas add or delete these atoms. This co…

Temporal Logics Over Finite Traces with Uncertainty (Technical Report)

2019-03-12 · Fabrizio M. Maggi, Marco Montali, Rafael Peñaloza

Temporal logics over finite traces have recently seen wide application in a number of areas, from business process modelling, monitoring, and mining to planning and decision making. However, real-life dynamic systems con…

Decision Making

When both Grounding and not Grounding are Bad -- A Partially Grounded Encoding of Planning into SAT (Extended Version)

2026-03-19 · João Filipe, Gregor Behnke arxiv

Classical planning problems are typically defined using lifted first-order representations, which offer compactness and generality. While most planners ground these representations to simplify reasoning, this can cause a…

Learning Action Models from Disordered and Noisy Plan Traces

2019-08-26 · Hankz Hankui Zhuo, Jing Peng, Subbarao Kambhampati

There is increasing awareness in the planning community that the burden of specifying complete domain models is too high, which impedes the applicability of planning technology in many real-world domains. Although there …