English

Satisficing and Optimal Generalised Planning via Goal Regression (Extended Version)

Artificial Intelligence 2025-11-17 v1

Abstract

Generalised planning (GP) refers to the task of synthesising programs that solve families of related planning problems. We introduce a novel, yet simple method for GP: given a set of training problems, for each problem, compute an optimal plan for each goal atom in some order, perform goal regression on the resulting plans, and lift the corresponding outputs to obtain a set of first-order ConditionActions\textit{Condition} \rightarrow \textit{Actions} rules. The rules collectively constitute a generalised plan that can be executed as is or alternatively be used to prune the planning search space. We formalise and prove the conditions under which our method is guaranteed to learn valid generalised plans and state space pruning axioms for search. Experiments demonstrate significant improvements over state-of-the-art (generalised) planners with respect to the 3 metrics of synthesis cost, planning coverage, and solution quality on various classical and numeric planning domains.

Keywords

Cite

@article{arxiv.2511.11095,
  title  = {Satisficing and Optimal Generalised Planning via Goal Regression (Extended Version)},
  author = {Dillon Z. Chen and Till Hofmann and Toryn Q. Klassen and Sheila A. McIlraith},
  journal= {arXiv preprint arXiv:2511.11095},
  year   = {2025}
}

Comments

Extended version of AAAI 2026 paper

R2 v1 2026-07-01T07:37:07.726Z