LGOct 30, 2024

Model-free Low-Rank Reinforcement Learning via Leveraged Entry-wise Matrix Estimation

arXiv:2410.23434v2h-index: 8NIPS
Originality Highly original
AI Analysis

This work addresses sample efficiency in reinforcement learning for systems with low-rank structure, offering a novel method that improves over existing approaches by reducing assumptions.

The paper tackles the problem of learning an optimal policy in low-rank reinforcement learning by introducing LoRa-PI, a model-free algorithm that uses leveraged matrix estimation, achieving an order-optimal sample complexity of Õ((S+A)/(poly(1-γ)ε²)) under milder conditions than prior methods.

We consider the problem of learning an $\varepsilon$-optimal policy in controlled dynamical systems with low-rank latent structure. For this problem, we present LoRa-PI (Low-Rank Policy Iteration), a model-free learning algorithm alternating between policy improvement and policy evaluation steps. In the latter, the algorithm estimates the low-rank matrix corresponding to the (state, action) value function of the current policy using the following two-phase procedure. The entries of the matrix are first sampled uniformly at random to estimate, via a spectral method, the leverage scores of its rows and columns. These scores are then used to extract a few important rows and columns whose entries are further sampled. The algorithm exploits these new samples to complete the matrix estimation using a CUR-like method. For this leveraged matrix estimation procedure, we establish entry-wise guarantees that remarkably, do not depend on the coherence of the matrix but only on its spikiness. These guarantees imply that LoRa-PI learns an $\varepsilon$-optimal policy using $\widetilde{O}({S+A\over \mathrm{poly}(1-γ)\varepsilon^2})$ samples where $S$ (resp. $A$) denotes the number of states (resp. actions) and $γ$ the discount factor. Our algorithm achieves this order-optimal (in $S$, $A$ and $\varepsilon$) sample complexity under milder conditions than those assumed in previously proposed approaches.

Foundations

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

Your Notes