LLM-Evolved Pattern Generators for Optimal Classical Planning

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, quick

Summary

A new method, "LLM-Evolved Pattern Generators," introduces the first approach for learning domain-dependent heuristics that are admissible by design for optimal classical planning. Unlike existing learned heuristics focused on satisficing planning, this technique preserves the optimality guarantees of A* search. It employs an LLM-driven evolutionary program-synthesis framework to generate, for each planning domain, a program that constructs a pattern collection for any task. These patterns are then combined admissibly using saturated cost partitioning. Empirically, the learned programs provide interpretable domain-specific insights, operate with negligible overhead at test time, and achieve coverage matching state-of-the-art domain-independent baselines across several domains, while evaluating each state substantially faster.

Key takeaway

For research scientists developing optimal classical planning systems, this method offers a new path to admissible heuristics. You should consider integrating LLM-driven program synthesis to generate domain-dependent pattern collections, ensuring A* search optimality while significantly accelerating state evaluation. This approach provides interpretable insights and matches state-of-the-art coverage, potentially streamlining your heuristic development workflow.

Key insights

LLM-driven program synthesis generates admissible, domain-dependent heuristics for optimal classical planning, preserving A* search optimality.

Principles

Method

An LLM-driven evolutionary program-synthesis framework generates domain-specific programs. These programs produce pattern collections for planning tasks, which are then combined admissibly via saturated cost partitioning to form heuristics.

In practice

Topics

Best for: AI Scientist, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.