paper-with-me

홈 › Papers

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 planning is its computational complexity resulting from exponentially large search spaces. Heuristic approaches are necessary to solve all but the simplest problems. In this work, we explore the possibility of obtaining domain-independent heuristic functions using machine learning. This is a part of a wider research program whose objective is to improve practical applicability of planning in systems for which the planning domains evolve at run time. The challenge is therefore the learning of (corrections of) domain-independent heuristics that can be reused across different planning domains.

📄 PDF Abstract BibTeX arXiv:1707.06895

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…

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 a…

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

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…