English

Loop Estimator for Discounted Values in Markov Reward Processes

Machine Learning 2021-03-04 v3 Machine Learning

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)O(1) when estimating the value of a single positive recurrent state ss unlike TD with O(S)O(S) or model-based methods with O(S2)O\left(S^2\right). 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~(τs/T)\widetilde{O}\left(\sqrt{\tau_s/T}\right) over steps TT on a single sample path, where τs\tau_s is the maximal expected hitting time to state ss. In preliminary numerical experiments, the loop estimator outperforms model-free methods, such as TD(k), and is competitive with the model-based estimator.

Keywords

Cite

@article{arxiv.2002.06299,
  title  = {Loop Estimator for Discounted Values in Markov Reward Processes},
  author = {Falcon Z. Dai and Matthew R. Walter},
  journal= {arXiv preprint arXiv:2002.06299},
  year   = {2021}
}

Comments

accepted to AAAI 2021

R2 v1 2026-06-23T13:42:32.236Z