paper-with-me

홈 › Papers

A Minimalist Approach to Offline Reinforcement Learning

2021-06-12 · NeurIPS 2021 12 · Scott Fujimoto, Shixiang Shane Gu

Offline reinforcement learning (RL) defines the task of learning from a fixed batch of data. Due to errors in value estimation from out-of-distribution actions, most offline RL algorithms take the approach of constraining or regularizing the policy with the actions contained in the dataset. Built on pre-existing RL algorithms, modifications to make an RL algorithm work offline comes at the cost of additional complexity. Offline RL algorithms introduce new hyperparameters and often leverage secondary components such as generative models, while adjusting the underlying RL algorithm. In this paper we aim to make a deep RL algorithm work while making minimal changes. We find that we can match the performance of state-of-the-art offline RL algorithms by simply adding a behavior cloning term to the policy update of an online RL algorithm and normalizing the data. The resulting algorithm is a simple to implement and tune baseline, while more than halving the overall run time by removing the additional computational overhead of previous methods.

📄 PDF Abstract BibTeX arXiv:2106.06860

Code (8)

sfujim/TD3_BC 공식 구현 pytorch
HoldenB/TD3-BC-from-scratch pytorch
corl-team/CORL jax
haosulab/ManiSkill-Learn pytorch
opendilab/DI-engine/blob/main/ding/policy/td3_bc.py pytorch
ryanxhr/por pytorch
typoverflow/OfflineRL-Lib pytorch
yihaosun1124/OfflineRL-Kit pytorch

Tasks

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Revisiting the Minimalist Approach to Offline Reinforcement Learning

2023-05-16 · NeurIPS 2023 11 · Denis Tarasov, Vladislav Kurenkov, Alexander Nikulin, Sergey Kolesnikov

Recent years have witnessed significant advancements in offline reinforcement learning (RL), resulting in the development of numerous algorithms with varying degrees of complexity. While these algorithms have led to note…

D4RLOffline RLreinforcement-learningReinforcement Learning+1

Sim2O: Efficient Offline-to-Online MARL via Joint Action Composition

2026-06-19 · Bingchang Song, Yiqin Yang arxiv

Offline-to-online adaptation serves as a pivotal paradigm for mitigating the prohibitive cost of online exploration by bootstrapping reinforcement learning from offline datasets. While this paradigm has been extensively …

Multi-agent Reinforcement Learning

B3C: A Minimalist Approach to Offline Multi-Agent Reinforcement Learning

2025-01-30 · Woojun Kim, Katia Sycara

Overestimation arising from selecting unseen actions during policy evaluation is a major challenge in offline reinforcement learning (RL). A minimalist approach in the single-agent setting -- adding behavior cloning (BC)…

Multi-agent Reinforcement LearningReinforcement Learning (RL)

120 Minutes and a Laptop: Minimalist Image-goal Navigation via Unsupervised Exploration and Offline RL

2026-03-27 · Xiaoming Liu, Borong Zhang, Qingbiao Li, Steven Morad arxiv

The prevailing paradigm for image-goal visual navigation often assumes access to large-scale datasets, substantial pretraining, and significant computational resources. In this work, we challenge this assumption. We show…

Computational EfficiencyReinforcement LearningVisual NavigationOffline RL

A Clean Slate for Offline Reinforcement Learning

2025-04-15 · Matthew Thomas Jackson, Uljad Berdica, Jarek Liesen, Shimon Whiteson 외

Progress in offline reinforcement learning (RL) has been impeded by ambiguous problem definitions and entangled algorithmic designs, resulting in inconsistent implementations, insufficient ablations, and unfair evaluatio…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)