Probabilistic Hierarchical Goal Network Planning with UCT
Dana S. Nau, David H. Chan, Mark Roberts
aaai
Research metadataShow detailsHide details
- Affiliations
- Not available
- Published
- 2026-03-17
- Processed
- 7/25/2026, 12:55:24 PM
- Analysis model
- gemini-2.5-flash
- Analysis status
- analyzed
- Local PDF artifact
- papers/pdf/2026/probabilistic-hierarchical-goal-network-planning-with-uct.pdf
Summary
This paper introduces a formalism for probabilistic Hierarchical Goal Network (HGN) planning with action-insertion semantics, enabling the integration of domain knowledge from goal decomposition methods into probabilistic planners. The authors propose and evaluate two UCT-based algorithms: UCTbase, an asymptotically optimal approach that transforms the HGN problem into a stochastic shortest path (SSP) problem, and UCTcomp, a compressed variant that reduces search tree size by sharing learned value estimates across related goal networks. Experimental results on modified FOND HTN benchmark domains demonstrate that UCTcomp converges more quickly, requires less memory, and consistently finds lower-cost solutions on larger problems, outperforming UCTbase which struggles with scalability on such instances.
Problem
The paper addresses several bottlenecks in hierarchical planning for stochastic environments:
- Lack of Probabilistic HGN Planning: Prior work on HGNs has primarily focused on deterministic settings, with scant research on how HGNs can be applied in stochastic environments.