Online Planning Algorithms for POMDPs

Abstract

Partially Observable Markov Decision Processes (POMDPs) provide a rich framework for sequential decision-making under uncertainty in stochastic domains. However, solving a POMDP is often intractable except for small problems due to their complexity. Here, we focus on online approaches that alleviate the computational complexity by computing good local policies at each decision step during the execution. Online algorithms generally consist of a lookahead search to find the best action to execute at each time step in an environment. Our objectives here are to survey the various existing online POMDP methods, analyze their properties and discuss their advantages and disadvantages; and to thoroughly evaluate these online approaches in different environments under various metrics (return, error bound reduction, lower bound improvement). Our experimental results indicate that state-of-the-art online heuristic search methods can handle large POMDP domains efficiently.

Cite

Text

Ross et al. "Online Planning Algorithms for POMDPs." Journal of Artificial Intelligence Research, 2008. doi:10.1613/JAIR.2567

Markdown

[Ross et al. "Online Planning Algorithms for POMDPs." Journal of Artificial Intelligence Research, 2008.](https://mlanthology.org/jair/2008/ross2008jair-online/) doi:10.1613/JAIR.2567

BibTeX

@article{ross2008jair-online,
  title     = {{Online Planning Algorithms for POMDPs}},
  author    = {Ross, Stéphane and Pineau, Joelle and Paquet, Sébastien and Chaib-draa, Brahim},
  journal   = {Journal of Artificial Intelligence Research},
  year      = {2008},
  pages     = {663-704},
  doi       = {10.1613/JAIR.2567},
  volume    = {32},
  url       = {https://mlanthology.org/jair/2008/ross2008jair-online/}
}