LGOCMay 26, 2023

Accelerating Value Iteration with Anchoring

arXiv:2305.16569v215 citations
Originality Highly original
AI Analysis

This provides a foundational acceleration for reinforcement learning algorithms, addressing a long-standing theoretical bottleneck with broad implications for efficiency in practice.

The paper tackles the open problem of accelerating Value Iteration (VI) in reinforcement learning by introducing Anc-VI, an anchored method that achieves an O(1/k)-rate for discount factors near or equal to 1, compared to standard VI's O(1)-rate, with a complexity lower bound matching the upper bound up to a constant factor of 4.

Value Iteration (VI) is foundational to the theory and practice of modern reinforcement learning, and it is known to converge at a $\mathcal{O}(γ^k)$-rate, where $γ$ is the discount factor. Surprisingly, however, the optimal rate for the VI setup was not known, and finding a general acceleration mechanism has been an open problem. In this paper, we present the first accelerated VI for both the Bellman consistency and optimality operators. Our method, called Anc-VI, is based on an \emph{anchoring} mechanism (distinct from Nesterov's acceleration), and it reduces the Bellman error faster than standard VI. In particular, Anc-VI exhibits a $\mathcal{O}(1/k)$-rate for $γ\approx 1$ or even $γ=1$, while standard VI has rate $\mathcal{O}(1)$ for $γ\ge 1-1/k$, where $k$ is the iteration count. We also provide a complexity lower bound matching the upper bound up to a constant factor of $4$, thereby establishing optimality of the accelerated rate of Anc-VI. Finally, we show that the anchoring mechanism provides the same benefit in the approximate VI and Gauss--Seidel VI setups as well.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes