AINov 9, 2023

General Policies, Subgoal Structure, and Planning Width

arXiv:2311.05490v16 citationsh-index: 51
Originality Incremental advance
AI Analysis

This work provides theoretical insights into planning efficiency, potentially aiding algorithm design for AI planning researchers, though it is incremental in extending width-based methods.

The paper addresses why many classical planning domains have bounded width by linking it to the existence of general optimal policies represented by bounded-size atom tuples, and introduces sketches as a compact language for specifying serializations to enable polynomial-time solutions.

It has been observed that many classical planning domains with atomic goals can be solved by means of a simple polynomial exploration procedure, called IW, that runs in time exponential in the problem width, which in these cases is bounded and small. Yet, while the notion of width has become part of state-of-the-art planning algorithms such as BFWS, there is no good explanation for why so many benchmark domains have bounded width when atomic goals are considered. In this work, we address this question by relating bounded width with the existence of general optimal policies that in each planning instance are represented by tuples of atoms of bounded size. We also define the notions of (explicit) serializations and serialized width that have a broader scope as many domains have a bounded serialized width but no bounded width. Such problems are solved non-optimally in polynomial time by a suitable variant of the Serialized IW algorithm. Finally, the language of general policies and the semantics of serializations are combined to yield a simple, meaningful, and expressive language for specifying serializations in compact form in the form of sketches, which can be used for encoding domain control knowledge by hand or for learning it from small examples. Sketches express general problem decompositions in terms of subgoals, and sketches of bounded width express problem decompositions that can be solved in polynomial time.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes