ReTrASE: Integrating Paradigms for Approximate Probabilistic Planning

Abstract

Past approaches for solving MDPs have several weaknesses: 1) Decision-theoretic computation over the state space can yield optimal results but scales poorly. 2) Value-function approximation typically requires human-specified basis functions and has not been shown successful on nominal ("discrete") domains such as those in the ICAPS planning competitions. 3) Replanning by applying a classical planner to a determinized domain model can generate approximate policies for very large problems but has trouble handling probabilistic subtlety. This paper presents ReTrASE, a novel MDP solver, which combines decision theory, function approximation and classical planning in a new way. ReTrASE uses classical planning to create basis functions for value-function approximation and applies expected-utility analysis to this compact space. Our algorithm is memory-efficient and fast (due to its compact, approximate representation), returns high-quality solutions (due to the decision-theoretic framework) and does not require additional knowledge from domain engineers (since we apply classical planning to automatically construct the basis functions). Experiments demonstrate that ReTrASE outperforms winners from the past three probabilistic-planning competitions on many hard problems. Andrey Kolobov, Mausam, Daniel S. Weld

Cite

Text

Kolobov et al. "ReTrASE: Integrating Paradigms for Approximate Probabilistic Planning." International Joint Conference on Artificial Intelligence, 2009.

Markdown

[Kolobov et al. "ReTrASE: Integrating Paradigms for Approximate Probabilistic Planning." International Joint Conference on Artificial Intelligence, 2009.](https://mlanthology.org/ijcai/2009/kolobov2009ijcai-retrase/)

BibTeX

@inproceedings{kolobov2009ijcai-retrase,
  title     = {{ReTrASE: Integrating Paradigms for Approximate Probabilistic Planning}},
  author    = {Kolobov, Andrey and Mausam,  and Weld, Daniel S.},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2009},
  pages     = {1746-1753},
  url       = {https://mlanthology.org/ijcai/2009/kolobov2009ijcai-retrase/}
}