Papers › Is Value Learning Really the Main Bottleneck in Offline RL?

Is Value Learning Really the Main Bottleneck in Offline RL?

13 Jun 2024arXiv:2406.09329archive 2025-07-28

Seohong Park, Kevin Frans, Sergey Levine, Aviral Kumar

While imitation learning requires access to high-quality data, offline reinforcement learning (RL) should, in principle, perform similarly or better with substantially lower data quality by using a value function. However, current results indicate that offline RL often performs worse than imitation learning, and it is often unclear what holds back the performance of offline RL. Motivated by this observation, we aim to understand the bottlenecks in current offline RL algorithms. While poor performance of offline RL is typically attributed to an imperfect value function, we ask: is the main bottleneck of offline RL indeed in learning the value function, or something else? To answer this question, we perform a systematic empirical study of (1) value learning, (2) policy extraction, and (3) policy generalization in offline RL problems, analyzing how these components affect performance. We make two surprising observations. First, we find that the choice of a policy extraction algorithm significantly affects the performance and scalability of offline RL, often more so than the value learning objective. For instance, we show that common value-weighted behavioral cloning objectives (e.g., AWR) do not fully leverage the learned value function, and switching to behavior-constrained policy gradient objectives (e.g., DDPG+BC) often leads to substantial improvements in performance and scalability. Second, we find that a big barrier to improving offline RL performance is often imperfect policy generalization on test-time states out of the support of the training data, rather than policy learning on in-distribution states. We then show that the use of suboptimal but high-coverage data or test-time policy training techniques can address this generalization issue in practice. Specifically, we propose two simple test-time policy improvement methods and show that these methods lead to better performance.

PaperPDFCodeCode 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="2406.09329")

Code

Syntology Ran 7 of 10 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 7 ran with no contract checked.

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

seohongpark/ogbench mentioned on GitHubjax 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

10 samples harvested; 7 ran; 0 honoured the contract we drafted; 3 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.

7ran
3unverified

Licence: 0 of the 10 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 seohongpark/ogbench. “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.

GCActor seohongpark/ogbench/impls/agents/hiql.py community (archive-listed) ran MIT (permissive) · 9bc539476ffcf222 · report
GCEncoder seohongpark/ogbench/impls/agents/hiql.py community (archive-listed) ran MIT (permissive) · 85c24c360661275c · report
GCValue seohongpark/ogbench/impls/agents/hiql.py community (archive-listed) ran MIT (permissive) · 1a0dd970d5292061 · report
Identity seohongpark/ogbench/impls/agents/hiql.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 55eac5ab51a6832f · report
ImpalaEncoder seohongpark/ogbench/impls/agents/hiql.py community (archive-listed) ran MIT (permissive) · 503831beac2bf3d9 · report
MLP seohongpark/ogbench/impls/agents/hiql.py community (archive-listed) ran MIT (permissive) · ccbb1f2bba20397b · report
ModuleDict seohongpark/ogbench/impls/agents/hiql.py community (archive-listed) ran MIT (permissive) · 1b4a14ceaf967da5 · report
GCDiscreteActor seohongpark/ogbench/impls/agents/hiql.py community (archive-listed) unverified MIT (permissive) · 76e656aaad5ce115 · report
HIQLAgent seohongpark/ogbench/impls/agents/hiql.py community (archive-listed) unverified MIT (permissive) · 3c394762e2a85d6f · report
LengthNormalize seohongpark/ogbench/impls/agents/hiql.py community (archive-listed) unverified MIT (permissive) · 2c53e405a504fd6d · report

Tasks

Imitation LearningOffline RLReinforcement Learning (RL)

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