Polyhedral value iteration for discounted games and energy games
Alexander Kozachinskiy

TL;DR
This paper introduces a deterministic polyhedral value iteration algorithm for solving discounted and energy games efficiently, improving upon prior methods by providing faster worst-case time complexity without requiring integer weights.
Contribution
The paper presents a novel polyhedral value iteration algorithm for discounted and energy games with improved deterministic time complexity, applicable to arbitrary real weights.
Findings
Deterministic algorithm solves discounted games in $n^{O(1)} imes (2+\sqrt{2})^n$ time.
Special case for bipartite discounted games runs in $n^{O(1)} imes 2^n$ time.
Algorithm does not require integer weights, works with real weights.
Abstract
We present a deterministic algorithm, solving discounted games with nodes in -time. For bipartite discounted games our algorithm runs in -time. Prior to our work no deterministic algorithm running in time regardless of the discount factor was known. We call our approach polyhedral value iteration. We rely on a well-known fact that the values of a discounted game can be found from the so-called optimality equations. In the algorithm we consider a polyhedron obtained by relaxing optimality equations. We iterate points on the border of this polyhedron by moving each time along a carefully chosen shift as far as possible. This continues until the current point satisfies optimality equations. Our approach is heavily inspired by a recent algorithm of Dorfman et al. (ICALP 2019) for energy games. For completeness, we…
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
TopicsGame Theory and Voting Systems · Sports Analytics and Performance · Economic theories and models
