Region-Based Value Iteration for Partially Observable Markov Decision Processes

Abstract

An approximate region-based value iteration (RBVI) algorithm is proposed to find the optimal policy for a partially observable Markov decision process (POMDP). The proposed RBVI approximates the true polyhedral partition of the belief simplex with an ellipsoidal partition, such that the optimal value function is linear in each of the ellipsoidal regions. The position and shape of each region, as well as the gradient (alpha-vector) of the optimal value function in the region, are parameterized explicitly, and are estimated via efficient expectation maximization (EM) and variational Bayesian EM (VBEM), based on a set of selected sample belief points. The RBVI maintains a much smaller number of alpha-vectors than point-based methods and yields a more parsimonious representation that approximates the true value function in the maximum likelihood (ML) sense. The results on benchmark problems show that the proposed RBVI is comparable in performance to state-of-the-art algorithms, despite of the small number of alpha-vectors that are used.

Cite

Text

Li et al. "Region-Based Value Iteration for Partially Observable Markov Decision Processes." International Conference on Machine Learning, 2006. doi:10.1145/1143844.1143915

Markdown

[Li et al. "Region-Based Value Iteration for Partially Observable Markov Decision Processes." International Conference on Machine Learning, 2006.](https://mlanthology.org/icml/2006/li2006icml-region/) doi:10.1145/1143844.1143915

BibTeX

@inproceedings{li2006icml-region,
  title     = {{Region-Based Value Iteration for Partially Observable Markov Decision Processes}},
  author    = {Li, Hui and Liao, Xuejun and Carin, Lawrence},
  booktitle = {International Conference on Machine Learning},
  year      = {2006},
  pages     = {561-568},
  doi       = {10.1145/1143844.1143915},
  url       = {https://mlanthology.org/icml/2006/li2006icml-region/}
}