LGFeb 22, 2023

Provably Efficient Reinforcement Learning via Surprise Bound

arXiv:2302.11634v14 citationsh-index: 26
Originality Incremental advance
AI Analysis

This provides a theoretical foundation for efficient RL algorithms with broad applicability, though it is incremental in improving computational efficiency for known bottlenecks.

The paper tackles the problem of provably efficient reinforcement learning with general value function approximations, achieving an $\widetilde{O}( ext{poly}(ιH)\sqrt{T})$ regret bound under Bellman-completeness assumptions and requiring only $O(H\log K)$ empirical risk minimization problems, which is more efficient than previous methods needing $Ω(HK)$.

Value function approximation is important in modern reinforcement learning (RL) problems especially when the state space is (infinitely) large. Despite the importance and wide applicability of value function approximation, its theoretical understanding is still not as sophisticated as its empirical success, especially in the context of general function approximation. In this paper, we propose a provably efficient RL algorithm (both computationally and statistically) with general value function approximations. We show that if the value functions can be approximated by a function class that satisfies the Bellman-completeness assumption, our algorithm achieves an $\widetilde{O}(\text{poly}(ιH)\sqrt{T})$ regret bound where $ι$ is the product of the surprise bound and log-covering numbers, $H$ is the planning horizon, $K$ is the number of episodes and $T = HK$ is the total number of steps the agent interacts with the environment. Our algorithm achieves reasonable regret bounds when applied to both the linear setting and the sparse high-dimensional linear setting. Moreover, our algorithm only needs to solve $O(H\log K)$ empirical risk minimization (ERM) problems, which is far more efficient than previous algorithms that need to solve ERM problems for $Ω(HK)$ times.

Foundations

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

Your Notes