paper-with-me

Papers

Pretraining a Shared Q-Network for Data-Efficient Offline Reinforcement Learning

2025-05-09 · Jongchan Park, MinGyu Park, Donghwan Lee

Offline reinforcement learning (RL) aims to learn a policy from a static dataset without further interactions with the environment. Collecting sufficiently large datasets for offline RL is exhausting since this data collection requires colossus interactions with environments and becomes tricky when the interaction with the environment is restricted. Hence, how an agent learns the best policy with a minimal static dataset is a crucial issue in offline RL, similar to the sample efficiency problem in online RL. In this paper, we propose a simple yet effective plug-and-play pretraining method to initialize a feature of a $Q$-network to enhance data efficiency in offline RL. Specifically, we introduce a shared $Q$-network structure that outputs predictions of the next state and $Q$-value. We pretrain the shared $Q$-network through a supervised regression task that predicts a next state and trains the shared $Q$-network using diverse offline RL methods. Through extensive experiments, we empirically demonstrate that our method enhances the performance of existing popular offline RL methods on the D4RL, Robomimic and V-D4RL benchmarks. Furthermore, we show that our method significantly boosts data-efficient offline RL across various data qualities and data distributions trough D4RL and ExoRL benchmarks. Notably, our method adapted with only 10% of the dataset outperforms standard algorithms even with full datasets.

📄 PDF Abstract BibTeX arXiv:2505.05701

Code (0)

등록된 구현이 없습니다.

Tasks

D4RLOffline RLReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Guiding Online Reinforcement Learning with Action-Free Offline Pretraining

2023-01-30 · Deyao Zhu, Yuhui Wang, Jürgen Schmidhuber, Mohamed Elhoseiny

Offline RL methods have been shown to reduce the need for environment interaction by training agents using offline collected episodes. However, these methods typically require action information to be logged during data …

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Scaling Offline Model-Based RL via Jointly-Optimized World-Action Model Pretraining

2024-10-01 · Jie Cheng, Ruixi Qiao, Gang Xiong, Qinghai Miao 외

A significant aspiration of offline reinforcement learning (RL) is to develop a generalist agent with high capabilities from large and heterogeneous datasets. However, prior approaches that scale offline RL either rely h…

Atari GamesmodelOffline RLReinforcement Learning (RL)+1

Critic-Free Pretraining for Efficient Online Reinforcement Learning Fine-Tuning

2026-08-11 · Daoyi Li, Yixian Zhang, Wenbo Ding, Yu Wang 외 arxiv

Offline-to-online (O2O) reinforcement learning aims to leverage policies pretrained on static datasets while improving them through online interaction. However, directly reusing an offline-trained critic can hinder onlin…

Reinforcement Learning

PROTO: Iterative Policy Regularized Offline-to-Online Reinforcement Learning

2023-05-25 · Jianxiong Li, Xiao Hu, Haoran Xu, Jingjing Liu 외

Offline-to-online reinforcement learning (RL), by combining the benefits of offline pretraining and online finetuning, promises enhanced sample efficiency and policy performance. However, existing methods, effective as t…

Computational Efficiencyreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Representation Matters: Offline Pretraining for Sequential Decision Making

2021-02-11 · ICLR Workshop SSL-RL 2021 5 · Mengjiao Yang, Ofir Nachum

The recent success of supervised learning methods on ever larger offline datasets has spurred interest in the reinforcement learning (RL) field to investigate whether the same paradigms can be translated to RL algorithms…

Decision MakingImitation LearningOffline RLReinforcement Learning (RL)+1