Hybrid Reinforcement Learning Breaks Sample Size Barriers in Linear MDPs
Kevin Tan, Wei Fan, Yuting Wei
TL;DR
This paper addresses sample efficiency in hybrid RL without relying on single-policy concentrability by studying linear MDPs and proposing two algorithms: RAPPEL (online-to-offline reward-agnostic exploration followed by offline pessimistic RL) and HYRULE (offline-to-online warm-started online RL). It introduces a partitioned analysis into online and offline components with dimensions $d_{ ext{on}}$ and $d_{ ext{off}}$ and partial concentrability coefficients $c_{ ext{off}}(\mathcal{X}_{\text{off}})$ and $c_{ ext{on}}(\mathcal{X}_{\text{on}})$, achieving $H^3$ horizon scaling and improved dimension dependence. The results show that hybrid RL can match or exceed offline-only and online-only rates in linear MDPs, providing the strongest theoretical guarantees to date for this setting, including a reward-agnostic exploration strategy that yields fixed policies and robust offline data for multiple rewards. Numerical experiments on a Tetris-like environment illustrate practical gains in both the offline-to-online and online-to-offline regimes, highlighting the potential of reward-agnostic exploration and warm-starting to improve sample efficiency in real-world tasks.
Abstract
Hybrid Reinforcement Learning (RL), where an agent learns from both an offline dataset and online explorations in an unknown environment, has garnered significant recent interest. A crucial question posed by Xie et al. (2022) is whether hybrid RL can improve upon the existing lower bounds established in purely offline and purely online RL without relying on the single-policy concentrability assumption. While Li et al. (2023) provided an affirmative answer to this question in the tabular PAC RL case, the question remains unsettled for both the regret-minimizing RL case and the non-tabular case. In this work, building upon recent advancements in offline RL and reward-agnostic exploration, we develop computationally efficient algorithms for both PAC and regret-minimizing RL with linear function approximation, without single-policy concentrability. We demonstrate that these algorithms achieve sharper error or regret bounds that are no worse than, and can improve on, the optimal sample complexity in offline RL (the first algorithm, for PAC RL) and online RL (the second algorithm, for regret-minimizing RL) in linear Markov decision processes (MDPs), regardless of the quality of the behavior policy. To our knowledge, this work establishes the tightest theoretical guarantees currently available for hybrid RL in linear MDPs.
