Papers › Revisiting the Minimalist Approach to Offline Reinforcement Learning

Revisiting the Minimalist Approach to Offline Reinforcement Learning

16 May 2023NeurIPS 2023 11arXiv:2305.09836archive 2025-07-28

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 noteworthy improvements, many incorporate seemingly minor design choices that impact their effectiveness beyond core algorithmic advances. However, the effect of these design choices on established baselines remains understudied. In this work, we aim to bridge this gap by conducting a retrospective analysis of recent works in offline RL and propose ReBRAC, a minimalistic algorithm that integrates such design elements built on top of the TD3+BC method. We evaluate ReBRAC on 51 datasets with both proprioceptive and visual state spaces using D4RL and V-D4RL benchmarks, demonstrating its state-of-the-art performance among ensemble-free methods in both offline and offline-to-online settings. To further illustrate the efficacy of these design choices, we perform a large-scale ablation study and hyperparameter sensitivity analysis on the scale of thousands of experiments.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2305.09836")

Code

Syntology Ran 7 of 16 code samples harvested from 3 repositories linked to this paper; 9 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · our draft was wrong; 3 ran with no contract checked.

By repository: official repository: 1 sample from 1 repository, 1 ran; community (archive-listed): 15 samples from 2 repositories, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

dt6a/rebrac officialmentioned in paperjax report
adamjelley/efficientofflinerl mentioned on GitHubpytorchApache-2.0 report
takuseno/d3rlpy mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 7 ran; 2 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
2ran · our draft was wrong
3ran
9unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

return_reward_range dt6a/rebrac/src/algorithms/rebrac_torch_vis.py official repository ran · honoured contract Apache-2.0 (permissive) · 136a4348dc060901 · report
compute_mean_std adamjelley/efficientofflinerl/algorithms/any_percent_bc.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 4e08ac58e3891cfb · report
compute_mean_std adamjelley/efficientofflinerl/algorithms/iql.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 639b4986c270df90 · report
discounted_cumsum adamjelley/efficientofflinerl/algorithms/dt.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · f1082bd682dc3cf0 · report
normalize_states adamjelley/efficientofflinerl/algorithms/any_percent_bc.py community (archive-listed) ran · honoured contract fingerprinted Apache-2.0 (permissive) · ba80f9ff81b1de5f · report
pad_along_axis adamjelley/efficientofflinerl/algorithms/dt.py community (archive-listed) ran Apache-2.0 (permissive) · 47482b0dd3325c35 · report
wrap_env adamjelley/efficientofflinerl/algorithms/dt.py community (archive-listed) ran Apache-2.0 (permissive) · 637dc1e936615e64 · report
asdict_as_float takuseno/d3rlpy/d3rlpy/dataclass_utils.py community (archive-listed) unverified MIT (permissive) · 041f98fc8573d532 · report
asdict_without_copy takuseno/d3rlpy/d3rlpy/dataclass_utils.py community (archive-listed) unverified MIT (permissive) · 42fee5768773ac46 · report
discount_cumsum adamjelley/efficientofflinerl/algorithms/cql.py community (archive-listed) unverified Apache-2.0 (permissive) · d0c4a0aa6c8b23c1 · report
discount_cumsum adamjelley/efficientofflinerl/algorithms/edac.py community (archive-listed) unverified Apache-2.0 (permissive) · 04ad4ada1fd13ab2 · report
discount_cumsum adamjelley/efficientofflinerl/algorithms/sac_n.py community (archive-listed) unverified Apache-2.0 (permissive) · e258d5be5c961c7a · report
init_process_group takuseno/d3rlpy/d3rlpy/distributed.py community (archive-listed) unverified MIT (permissive) · 027b4e46e81ee939 · report
wrap_env adamjelley/efficientofflinerl/algorithms/awac.py community (archive-listed) unverified Apache-2.0 (permissive) · 80f4da28d1c7ef4f · report
wrap_env adamjelley/efficientofflinerl/algorithms/any_percent_bc.py community (archive-listed) unverified Apache-2.0 (permissive) · 4dd56ecf0f797666 · report
wrap_env adamjelley/efficientofflinerl/algorithms/iql.py community (archive-listed) unverified Apache-2.0 (permissive) · a8341f5e34d50ae6 · report

Tasks

D4RLOffline RLReinforcement LearningReinforcement Learning (RL)reinforcement-learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections