Efficiently Solving MDPs with Stochastic Mirror Descent
Yujia Jin, Aaron Sidford

TL;DR
This paper introduces a stochastic mirror descent framework for efficiently solving infinite-horizon MDPs, achieving near-optimal sample complexity bounds for average-reward and discounted cases, with model-free updates and linear runtime.
Contribution
It develops a unified stochastic mirror descent approach that improves sample complexity bounds for solving MDPs, removing ergodicity dependence and extending to constrained MDPs.
Findings
Achieves $ ilde{O}(t_{mix}^2 A_{tot} rac{1}{\e^2})$ sample complexity for average-reward MDPs.
Achieves $ ilde{O}((1-\gamma)^{-4} A_{tot} rac{1}{\e^2})$ sample complexity for discounted MDPs.
Framework is flexible and applicable to constrained MDPs.
Abstract
We present a unified framework based on primal-dual stochastic mirror descent for approximately solving infinite-horizon Markov decision processes (MDPs) given a generative model. When applied to an average-reward MDP with total state-action pairs and mixing time bound our method computes an -optimal policy with an expected samples from the state-transition matrix, removing the ergodicity dependence of prior art. When applied to a -discounted MDP with total state-action pairs our method computes an -optimal policy with an expected samples, matching the previous state-of-the-art up to a factor. Both methods are model-free, update state values and policies simultaneously, and run in time linear in the number of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsMarkov Chains and Monte Carlo Methods · Reinforcement Learning in Robotics · Stochastic Gradient Optimization Techniques
