An Empirical Study on the Effectiveness of Incorporating Offline RL As Online RL Subroutines
Jianhai Su, Jinzhu Luo, Qi Zhang
TL;DR
<3-5 sentence high-level summary> The paper investigates whether offline RL algorithms can meaningfully accelerate tabula rasa online RL by integrating offline subroutines into the online process. It formalizes a universal framework for online-with-offline subroutines and systematically evaluates multiple variants, including offline-only recommendations and offline learning followed by online fine-tuning. Key findings show that offline subroutines can substantially improve performance in environment-specific, particularly sparse-reward, tasks when paired with validation and careful data handling, while online fine-tuning methods often underperform within practical budgets. The work highlights critical failure modes and suggests directions for improving data preparation, validation, and fine-tuning strategies in online settings lacking pre-collected offline data.
Abstract
We take the novel perspective of incorporating offline RL algorithms as subroutines of tabula rasa online RL. This is feasible because an online learning agent can repurpose its historical interactions as offline dataset. We formalize this idea into a framework that accommodates several variants of offline RL incorporation such as final policy recommendation and online fine-tuning. We further introduce convenient techniques to improve its effectiveness in enhancing online learning efficiency. Our extensive and systematic empirical analyses show that 1) the effectiveness of the proposed framework depends strongly on the nature of the task, 2) our proposed techniques greatly enhance its effectiveness, and 3) existing online fine-tuning methods are overall ineffective, calling for more research therein.
