LGAIJul 18, 2024

Misspecified $Q$-Learning with Sparse Linear Function Approximation: Tight Bounds on Approximation Error

arXiv:2407.13622v1h-index: 10
AI Analysis

This addresses sample efficiency in RL with misspecified sparse linear approximations, offering theoretical guarantees for practical settings where exact models are unavailable.

The paper tackles the problem of learning an optimal policy in reinforcement learning when the Q-function is misspecified and sparse, showing that an O(Hε)-optimal policy can be achieved with sample complexity polynomial in feature dimension and horizon, and provides a matching lower bound.

The recent work by Dong & Yang (2023) showed for misspecified sparse linear bandits, one can obtain an $O\left(ε\right)$-optimal policy using a polynomial number of samples when the sparsity is a constant, where $ε$ is the misspecification error. This result is in sharp contrast to misspecified linear bandits without sparsity, which require an exponential number of samples to get the same guarantee. In order to study whether the analog result is possible in the reinforcement learning setting, we consider the following problem: assuming the optimal $Q$-function is a $d$-dimensional linear function with sparsity $k$ and misspecification error $ε$, whether we can obtain an $O\left(ε\right)$-optimal policy using number of samples polynomially in the feature dimension $d$. We first demonstrate why the standard approach based on Bellman backup or the existing optimistic value function elimination approach such as OLIVE (Jiang et al., 2017) achieves suboptimal guarantees for this problem. We then design a novel elimination-based algorithm to show one can obtain an $O\left(Hε\right)$-optimal policy with sample complexity polynomially in the feature dimension $d$ and planning horizon $H$. Lastly, we complement our upper bound with an $\widetildeΩ\left(Hε\right)$ suboptimality lower bound, giving a complete picture of this problem.

Foundations

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

Your Notes