Sound Value Iteration for Simple Stochastic Games
By: Muqsit Azeem, Jan Kretinsky, Maximilian Weininger
Potential Business Impact:
Makes computer decisions more accurate and faster.
Algorithmic analysis of Markov decision processes (MDP) and stochastic games (SG) in practice relies on value-iteration (VI) algorithms. Since basic VI does not provide guarantees on the precision of the result, variants of VI have been proposed that offer such guarantees. In particular, sound value iteration (SVI) not only provides precise lower and upper bounds on the result, but also converges faster in the presence of probabilistic cycles. Unfortunately, it is neither applicable to SG, nor to MDP with end components. In this paper, we extend SVI and cover both cases. The technical challenge consists mainly in proper treatment of end components, which require different handling than in the literature. Moreover, we provide several optimizations of SVI. Finally, we evaluate our prototype implementation experimentally to demonstrate its potential on systems with probabilistic cycles.
Similar Papers
Geometric Re-Analysis of Classical MDP Solving Algorithms
Machine Learning (CS)
Makes computer learning faster and more reliable.
Value Iteration with Guessing for Markov Chains and Markov Decision Processes
Artificial Intelligence
Makes smart machines learn faster and better.
Widest Path Games and Maximality Inheritance in Bounded Value Iteration for Stochastic Games
Logic in Computer Science
Improves computer games with tricky goals.