paper-with-me

홈 › Papers

Learning Domain-Independent Planning Heuristics with Hypergraph Networks

2019-11-29 · William Shen, Felipe Trevizan, Sylvie Thiébaux

We present the first approach capable of learning domain-independent planning heuristics entirely from scratch. The heuristics we learn map the hypergraph representation of the delete-relaxation of the planning problem at hand, to a cost estimate that approximates that of the least-cost path from the current state to the goal through the hypergraph. We generalise Graph Networks to obtain a new framework for learning over hypergraphs, which we specialise to learn planning heuristics by training over state/value pairs obtained from optimal cost plans. Our experiments show that the resulting architecture, STRIPS-HGNs, is capable of learning heuristics that are competitive with existing delete-relaxation heuristics including LM-cut. We show that the heuristics we learn are able to generalise across different problems and domains, including to domains that were not seen during training.

📄 PDF Abstract BibTeX arXiv:1911.13101

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Domain-Independent Heuristics for Grounded and Lifted Planning

2023-12-18 · Dillon Z. Chen, Sylvie Thiébaux, Felipe Trevizan

We present three novel graph representations of planning tasks suitable for learning domain-independent heuristics using Graph Neural Networks (GNNs) to guide search. In particular, to mitigate the issues caused by large…

LLM-Generated Heuristics for AI Planning: Do We Even Need Domain-Independence Anymore?

2025-01-30 · Alexander Tuisov, Yonatan Vernik, Alexander Shleyfman

Domain-independent heuristics have long been a cornerstone of AI planning, offering general solutions applicable across a wide range of tasks without requiring domain-specific engineering. However, the advent of large la…

Computational Efficiency

Towards learning domain-independent planning heuristics

2017-07-21 · Pawel Gomoluch, Dalal Alrajeh, Alessandra Russo, Antonio Bucchiarone

Automated planning remains one of the most general paradigms in Artificial Intelligence, providing means of solving problems coming from a wide variety of domains. One of the key factors restricting the applicability of …

LLM-Evolved Pattern Generators for Optimal Classical Planning

2026-06-01 · Windy Phung, Dominik Drexler, Arnaud Lequen, Jendrik Seipp arxiv

Learned heuristics have recently become a competitive alternative to traditional domain-independent heuristics for satisficing planning. Existing approaches, however, focus on improving search guidance rather than guaran…

Symmetry-Invariant Novelty Heuristics via Unsupervised Weisfeiler-Leman Features

2025-08-25 · Dillon Z. Chen arxiv

Novelty heuristics aid heuristic search by exploring states that exhibit novel atoms. However, novelty heuristics are not symmetry invariant and hence may sometimes lead to redundant exploration. In this preliminary repo…