An Algorithm for Probabilistic Least-Commitment Planning

Abstract

We define the probabilistic planning problem in terms of a probability distribution over initial world states, a boolean combination of goal propositions, a probability threshold, and actions whose effects depend on the execution-time state of the world and on random chance. Adopting a probabilistic model complicates the definition of plan success: instead of demanding a plan that provably achieves the goal, we seek plans whose probability of success exceeds the threshold. This paper describes a probabilistic semantics for planning under uncertainty, and presents a fully implemented algorithm that generates plans that succeed with probability no less than a user-supplied probability threshold. The algorithm is sound (if it terminates then the generated plan is sufficiently likely to achieve the goal) and complete (the algorithm will generate a solution if one exists).

Cite

Text

Kushmerick et al. "An Algorithm for Probabilistic Least-Commitment Planning." AAAI Conference on Artificial Intelligence, 1994.

Markdown

[Kushmerick et al. "An Algorithm for Probabilistic Least-Commitment Planning." AAAI Conference on Artificial Intelligence, 1994.](https://mlanthology.org/aaai/1994/kushmerick1994aaai-algorithm/)

BibTeX

@inproceedings{kushmerick1994aaai-algorithm,
  title     = {{An Algorithm for Probabilistic Least-Commitment Planning}},
  author    = {Kushmerick, Nicholas and Hanks, Steve and Weld, Daniel S.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {1994},
  pages     = {1073-1078},
  url       = {https://mlanthology.org/aaai/1994/kushmerick1994aaai-algorithm/}
}