HTN Plan Repair Algorithms Compared: Strengths and Weaknesses of Different Methods
Paul Zaidins, Robert P. Goldman, Ugur Kuter, Dana Nau, Mark Roberts
TL;DR
The paper addresses dynamic disruptions in hierarchical HTN planning and compares three plan-repair methods: Rewrite (RW), SHOPFixer (SF), and IPyHOPPER (IPH). It provides a formal framework for plan repair, showing that the algorithms differ in their search spaces and the repairs they permit, with RW being more restrictive, SF leveraging causal links, and IPH relying on external simulation. The authors prove relationships among the solution sets of the three methods and empirically evaluate them on IPC-derived domains (Satellite, Rovers, Openstacks), revealing domain-dependent performance: SF and IPH often outperform RW, while RW can solve a distinct subset of problems. The study highlights how stability, domain structure, and repair definitions influence practical outcomes, and it discusses opportunities for optimization and future research in HTN repair and planning under uncertainty.
Abstract
This paper provides theoretical and empirical comparisons of three recent hierarchical plan repair algorithms: SHOPFixer, IPyHOPPER, and Rewrite. Our theoretical results show that the three algorithms correspond to three different definitions of the plan repair problem, leading to differences in the algorithms' search spaces, the repair problems they can solve, and the kinds of repairs they can make. Understanding these distinctions is important when choosing a repair method for any given application. Building on the theoretical results, we evaluate the algorithms empirically in a series of benchmark planning problems. Our empirical results provide more detailed insight into the runtime repair performance of these systems and the coverage of the repair problems solved, based on algorithmic properties such as replanning, chronological backtracking, and backjumping over plan trees.
