Novelty and Lifted Helpful Actions in Generalized PlanningDownload PDF

Published: 15 Jun 2023, Last Modified: 03 Jul 2023ICAPS HSDIP 2023Readers: Everyone
Keywords: Generalized Planning, Planning Programs, Heuristic Search, Domain Control Knowledge, Program Synthesis, Planning and Learning
TL;DR: We introduce the notion of action novelty rank and lifted helpful actions in generalized planning and propose new evaluation functions and structural program restrictions to scale up the search.
Abstract: It has been shown recently that successful techniques in classical planning, such as goal-oriented heuristics and landmarks, can improve the ability to compute planning programs for generalized planning (GP) problems. In this work, we introduce the notion of action novelty rank, which computes novelty with respect to a planning program, and propose novelty-based generalized planning solvers, which prune a newly generated planning program if its most frequent action repetition is greater than a given bound $v$, implemented by novelty-based best-first search BFS($v$) and its progressive variant PGP($v$). Besides, we introduce lifted helpful actions in GP derived from action schemes, and propose new evaluation functions and structural program restrictions to scale up the search. Our experiments show that the new algorithms BFS($v$) and PGP($v$) outperform the state-of-the-art in GP over the standard generalized planning benchmarks. Practical findings on the above-mentioned methods in generalized planning are briefly discussed.
5 Replies

Loading