Novelty and Lifted Helpful Actions in Generalized Planning
Chao Lei, Nir Lipovetzky, Krista A. Ehinger

TL;DR
This paper introduces action novelty rank and lifted helpful actions in generalized planning, proposing new algorithms that outperform existing methods on standard benchmarks by improving search efficiency and scalability.
Contribution
It presents the concept of action novelty rank and lifted helpful actions, along with novel algorithms BFS(v) and PGP(v) that enhance generalized planning performance.
Findings
BFS(v) and PGP(v) outperform state-of-the-art algorithms
Novelty-based pruning improves search efficiency
Lifted helpful actions scale better in large problems
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 , implemented by novelty-based best-first search BFS() and its progressive variant PGP(). 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() and PGP() outperform the state-of-the-art in GP over…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI-based Problem Solving and Planning · Constraint Satisfaction and Optimization · Robotic Path Planning Algorithms
