Improved Strongly Polynomial Algorithms for Deterministic MDPs, 2VPI Feasibility, and Discounted All-Pairs Shortest Paths
Adam Karczmarz

TL;DR
This paper presents improved randomized and deterministic algorithms for solving deterministic MDPs, 2VPI feasibility, and discounted all-pairs shortest paths, achieving faster runtimes and better space efficiency for large, sparse instances.
Contribution
It introduces new algorithms with improved time and space complexity for deterministic MDPs, 2VPI feasibility, and discounted shortest paths, surpassing previous bounds.
Findings
Achieves subquadratic time complexity for 2VPI feasibility.
Provides a deterministic algorithm for discounted shortest paths with improved runtime.
Offers a trade-off algorithm balancing time and space for MDPs and related problems.
Abstract
We revisit the problem of finding optimal strategies for deterministic Markov Decision Processes (DMDPs), and a closely related problem of testing feasibility of systems of linear inequalities on real variables with at most two variables per inequality (2VPI). We give a randomized trade-off algorithm solving both problems and running in time using space for any parameter . In particular, using subquadratic space we get running time, which improves by a polynomial factor upon all the known upper bounds for non-dense instances with . Moreover, using linear space we match the randomized time bound of Cohen and Megiddo [SICOMP'94] that required space. Additionally, we show a new algorithm for the Discounted All-Pairs Shortest…
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
TopicsMachine Learning and Algorithms · Complexity and Algorithms in Graphs · Optimization and Search Problems
