Learning Hierarchical Task Networks for Nondeterministic Planning Domains

Abstract

This paper describes how to learn Hierarchical Task Networks (HTNs) in nondeterministic planning domains, where actions may have multiple possible outcomes. We discuss several desired properties that guarantee that the resulting HTNs will correctly handle the nondeterminism in the domain. We developed a new learning algorithm, called ND-HTN-Maker, that exploits these properties. We implemented ND-HTN-Maker in the recently-proposed HTN-Maker system, a goal-regression based HTN learning approach. In our theoretical study, we show that ND-HTN-Maker soundly produces HTN planning knowledge in low-order polynomial times, despite the nondeterminism. In our experiments with two nondeterministic planning domains, ND-SHOP2, a well-known HTN planning algorithm for nondeterministic domains, significantly outperformed (in some cases, by about 3 orders of magnitude) the well-known planner MBP using the learned HTNs. Chad Hogg, Ugur Kuter, Hector Munoz-Avila

Cite

Text

Hogg et al. "Learning Hierarchical Task Networks for Nondeterministic Planning Domains." International Joint Conference on Artificial Intelligence, 2009.

Markdown

[Hogg et al. "Learning Hierarchical Task Networks for Nondeterministic Planning Domains." International Joint Conference on Artificial Intelligence, 2009.](https://mlanthology.org/ijcai/2009/hogg2009ijcai-learning/)

BibTeX

@inproceedings{hogg2009ijcai-learning,
  title     = {{Learning Hierarchical Task Networks for Nondeterministic Planning Domains}},
  author    = {Hogg, Chad and Kuter, Ugur and Muñoz-Avila, Héctor},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2009},
  pages     = {1708-1714},
  url       = {https://mlanthology.org/ijcai/2009/hogg2009ijcai-learning/}
}