348

Improved and Generalized Upper Bounds on the Complexity of Policy Iteration

Mathematics of Operations Research (MOR), 2013
Abstract

Given a Markov Decision Process (MDP) with nn states and mm actions per state, we study the number of iterations needed by Policy Iteration (PI) algorithms to converge to the optimal γ\gamma-discounted optimal policy. We consider two variations of PI: Howard's PI that changes the actions in all states with a positive advantage, and Simplex-PI that only changes the action in the state with maximal advantage. We show that Howard's PI terminates after at most $ O (\frac{n m}{1-\gamma} \log (\frac{1}{1-\gamma})) $ iterations, improving by a factor O(logn)O(\log n) a result by Hansen et al. (2013), while Simplex-PI terminates after at most $ O (\frac{n^2 m}{1-\gamma} \log (\frac{1}{1-\gamma})) $ iterations, improving by a factor O(logn)O(\log n) a result by Ye (2011). Under some structural assumptions of the MDP, we then consider bounds that are independent of the discount factor γ\gamma: given a measure of the maximal transient time τt\tau_t and the maximal time τr\tau_r to revisit states in recurrent classes under all policies, we show that Simplex-PI terminates after at most $ \tilde O (n^3 m^2 \tau_t \tau_r) $ iterations. This generalizes a recent result for deterministic MDPs by Post & Ye (2012), in which τtn\tau_t \le n and τrn\tau_r \le n. We explain why similar results seem hard to derive for Howard's PI. Finally, under the additional (restrictive) assumption that the state space is partitioned in two sets, respectively states that are transient and recurrent for all policies, we show that Simplex-PI and Howard's PI terminate after at most $ \tilde O(nm (\tau_t+\tau_r))$ iterations.

View on arXiv
Comments on this paper