Loop Estimator for Discounted Values in Markov Reward Processes

Abstract

At the working heart of policy iteration algorithms commonly used and studied in the discounted setting of reinforcement learning, the policy evaluation step estimates the value of states with samples from a Markov reward process induced by following a Markov policy in a Markov decision process. We propose a simple and efficient estimator called loop estimator that exploits the regenerative structure of Markov reward processes without explicitly estimating a full model. Our method enjoys a space complexity of O(1) when estimating the value of a single positive recurrent state s unlike TD with O(S) or model-based methods with O(S^2). Moreover, the regenerative structure enables us to show, without relying on the generative model approach, that the estimator has an instance-dependent convergence rate of O~(\sqrt{\tau_s/T}) over steps T on a single sample path, where \tau_s is the maximal expected hitting time to state s. In preliminary numerical experiments, the loop estimator outperforms model-free methods, such as TD(k), and is competitive with the model-based estimator.

Cite

Text

Dai and Walter. "Loop Estimator for Discounted Values in Markov Reward Processes." AAAI Conference on Artificial Intelligence, 2021. doi:10.1609/AAAI.V35I8.16881

Markdown

[Dai and Walter. "Loop Estimator for Discounted Values in Markov Reward Processes." AAAI Conference on Artificial Intelligence, 2021.](https://mlanthology.org/aaai/2021/dai2021aaai-loop/) doi:10.1609/AAAI.V35I8.16881

BibTeX

@inproceedings{dai2021aaai-loop,
  title     = {{Loop Estimator for Discounted Values in Markov Reward Processes}},
  author    = {Dai, Falcon Z. and Walter, Matthew R.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2021},
  pages     = {7169-7175},
  doi       = {10.1609/AAAI.V35I8.16881},
  url       = {https://mlanthology.org/aaai/2021/dai2021aaai-loop/}
}