The simplex method is strongly polynomial for deterministic Markov decision processes
Ian Post, Yinyu Ye

TL;DR
This paper proves that the simplex method with a specific pivot rule converges in strongly polynomial time for deterministic MDPs, regardless of the discount factor, advancing theoretical understanding of optimization algorithms in decision processes.
Contribution
It establishes the first strongly polynomial convergence proof for the simplex method applied to deterministic MDPs with arbitrary discount factors.
Findings
Simplex method converges in O(n^3 m^2 log^2 n) iterations for uniform discounts.
Convergence in O(n^5 m^3 log^2 n) iterations for nonuniform discounts.
Introduces a layered progress measure and milestone policies to analyze convergence.
Abstract
We prove that the simplex method with the highest gain/most-negative-reduced cost pivoting rule converges in strongly polynomial time for deterministic Markov decision processes (MDPs) regardless of the discount factor. For a deterministic MDP with n states and m actions, we prove the simplex method runs in O(n^3m^2log^2 n) iterations if the discount factor is uniform and O(n^5m^3log^2 n) iterations if each action has a distinct discount factor. Previously the simplex method was known to run in polynomial time only for discounted MDPs where the discount was bounded away from 1 [Ye11]. Unlike in the discounted case, the algorithm does not greedily converge to the optimum, and we require a more complex measure of progress. We identify a set of layers in which the values of primal variables must lie and show that the simplex method always makes progress optimizing one layer, and when the…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEconomic Policies and Impacts · Advanced Causal Inference Techniques · Supply Chain and Inventory Management
