paper-with-me

Papers

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 guaranteeing admissibility, which makes them unsuitable for optimal classical planning. We present the first method for learning domain-dependent heuristics that are admissible by design and thus preserve the optimality guarantees of A* search. Instead of learning a direct mapping from states to heuristic values, we learn to construct abstractions that induce admissible heuristics. We use an LLM-driven evolutionary program-synthesis framework to obtain, for each domain, a program that produces a pattern collection for any task in that domain, and we combine the resulting patterns admissibly via saturated cost partitioning. Empirically, the learned programs encode interpretable domain-specific insights, run with negligible overhead at test time and yield heuristics that match the coverage of state-of-the-art domain-independent baselines on several domains while evaluating each state substantially faster.

📄 PDF Abstract BibTeX arXiv:2606.02438

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Reinforcement Learning for Classical Planning: Viewing Heuristics as Dense Reward Generators

2021-09-30 · Clement Gehring, Masataro Asai, Rohan Chitnis, Tom Silver 외

Recent advances in reinforcement learning (RL) have led to a growing interest in applying RL to classical planning domains or applying classical planning methods to some complex RL domains. However, the long-horizon goal…

reinforcement-learningReinforcement Learning (RL)

Exploring Randomly Wired Neural Networks for Image Recognition

2019-04-02 · ICCV 2019 10 · Saining Xie, Alexander Kirillov, Ross Girshick, Kaiming He

Neural networks for image recognition have evolved through extensive manual design from simple chain-like models to structures with multiple wiring paths. The success of ResNets and DenseNets is due in large part to thei…

Image ClassificationNeural Architecture Search

Pseudo-Boolean Proof Logging for Optimal Classical Planning

2025-04-25 · Simon Dold, Malte Helmert, Jakob Nordström, Gabriele Röger 외

We introduce lower-bound certificates for classical planning tasks, which can be used to prove the unsolvability of a task or the optimality of a plan in a way that can be verified by an independent third party. We descr…

NeSIG: A Neuro-Symbolic Method for Learning to Generate Planning Problems

2023-01-24 · Carlos Núñez-Molina, Pablo Mesejo, Juan Fernández-Olivares

In the field of Automated Planning there is often the need for a set of planning problems from a particular domain, e.g., to be used as training data for Machine Learning or as benchmarks in planning competitions. In mos…

Deep Reinforcement LearningDiversityvalid

An Algorithm to Find Optimal Attack Paths in Nondeterministic Scenarios

2013-06-17 · Carlos Sarraute, Gerardo Richarte, Jorge Lucangeli Obes

As penetration testing frameworks have evolved and have become more complex, the problem of controlling automatically the pentesting tool has become an important question. This can be naturally addressed as an attack pla…