English

Online Pre-Training for Offline-to-Online Reinforcement Learning

Machine Learning 2025-07-14 v1

Abstract

Offline-to-online reinforcement learning (RL) aims to integrate the complementary strengths of offline and online RL by pre-training an agent offline and subsequently fine-tuning it through online interactions. However, recent studies reveal that offline pre-trained agents often underperform during online fine-tuning due to inaccurate value estimation caused by distribution shift, with random initialization proving more effective in certain cases. In this work, we propose a novel method, Online Pre-Training for Offline-to-Online RL (OPT), explicitly designed to address the issue of inaccurate value estimation in offline pre-trained agents. OPT introduces a new learning phase, Online Pre-Training, which allows the training of a new value function tailored specifically for effective online fine-tuning. Implementation of OPT on TD3 and SPOT demonstrates an average 30% improvement in performance across a wide range of D4RL environments, including MuJoCo, Antmaze, and Adroit.

Keywords

Cite

@article{arxiv.2507.08387,
  title  = {Online Pre-Training for Offline-to-Online Reinforcement Learning},
  author = {Yongjae Shin and Jeonghye Kim and Whiyoung Jung and Sunghoon Hong and Deunsol Yoon and Youngsoo Jang and Geonhyeong Kim and Jongseong Chae and Youngchul Sung and Kanghoon Lee and Woohyung Lim},
  journal= {arXiv preprint arXiv:2507.08387},
  year   = {2025}
}

Comments

ICML 2025 camera-ready

R2 v1 2026-07-01T03:56:09.928Z