Bounded Intention Planning

Abstract

We propose a novel approach for solving unary SAS+ planning problems. This approach extends an SAS+ instance with new state variables representing intentions about how each original state variable will be used or changed next, and splits the original actions into several stages of intention followed by eventual execution. The result is a new SAS+ instance with the same basic solutions as the original. While the transformed problem is larger, it has additional structure that can be exploited to reduce the branching factor, leading to reachable state spaces that are many orders of magnitude smaller (and hence much faster planning) in several test domains with acyclic causal graphs.

Cite

Text

Wolfe and Russell. "Bounded Intention Planning." International Joint Conference on Artificial Intelligence, 2011. doi:10.5591/978-1-57735-516-8/IJCAI11-340

Markdown

[Wolfe and Russell. "Bounded Intention Planning." International Joint Conference on Artificial Intelligence, 2011.](https://mlanthology.org/ijcai/2011/wolfe2011ijcai-bounded/) doi:10.5591/978-1-57735-516-8/IJCAI11-340

BibTeX

@inproceedings{wolfe2011ijcai-bounded,
  title     = {{Bounded Intention Planning}},
  author    = {Wolfe, Jason Andrew and Russell, Stuart},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2011},
  pages     = {2039-2045},
  doi       = {10.5591/978-1-57735-516-8/IJCAI11-340},
  url       = {https://mlanthology.org/ijcai/2011/wolfe2011ijcai-bounded/}
}