Papers › Long-Horizon Model-Based Offline Reinforcement Learning Without Explicit Conservatism

Long-Horizon Model-Based Offline Reinforcement Learning Without Explicit Conservatism

4 Dec 2025ICMLarXiv:2512.04341added by Syntology

Tianwei Ni, Esther Derman, Vineet Jain, Vincent Taboga, Siamak Ravanbakhsh, Pierre-Luc Bacon

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Popular offline reinforcement learning (RL) methods rely on explicit conservatism, penalizing out-of-dataset actions or restricting rollout horizons. We question the universality of this principle and revisit a complementary Bayesian perspective for test-time adaptation. By modeling a posterior over world models and training a history-dependent agent to maximize expected return, the Bayesian approach directly addresses epistemic uncertainty without explicit conservatism. We first illustrate in a bandit setting that Bayesianism excels on low-quality datasets where conservatism fails. Scaling to realistic tasks, we find that long-horizon rollouts are essential to control value overestimation once conservatism is removed. We introduce design choices that enable learning from long-horizon rollouts while mitigating compounding model errors, yielding our algorithm, NEUBAY, grounded in the neutral Bayesian principle. On D4RL and NeoRL benchmarks, NEUBAY is competitive with leading conservative algorithms, achieving new state-of-the-art on 7 datasets with rollout horizons of several hundred steps. Finally, we characterize datasets by quality and coverage to identify when NEUBAY is preferable to conservative methods.

PaperPDFCode 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="2512.04341")

Code

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

By repository: found in paper text by Syntology: 23 samples from 3 repositories, 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.

twni2016/neubay found in paper text by SyntologyMIT report
Howuhh/sac-n-jax found in paper text by SyntologyMIT report
proroklab/memoroids found in paper text by Syntology report

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

23 samples harvested; 7 ran; 1 honoured the contract we drafted; 16 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.

1ran · honoured contract
3ran · our draft was wrong
3ran
16unverified

Licence: 8 of the 23 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.

AtariCNN proroklab/memoroids/modules.py found in paper text by Syntology ran no licence file found · pointer only · 9a632502a83cb77d · report
Block proroklab/memoroids/modules.py found in paper text by Syntology ran no licence file found · pointer only · 0cd85f17db6bef74 · report
QHead proroklab/memoroids/modules.py found in paper text by Syntology ran no licence file found · pointer only · 40cf3544bbd2c834 · report
default_init proroklab/memoroids/modules.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · e31de52332dff52c · report
final_linear proroklab/memoroids/modules.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 9bcd87ecfba6af31 · report
leaky_relu proroklab/memoroids/modules.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 764e3c422e0df809 · report
uniform_init Howuhh/sac-n-jax/sac_n_jax_flax.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · b5491b8fa060cb74 · report
RandomSequential proroklab/memoroids/modules.py found in paper text by Syntology unverified no licence file found · pointer only · ac49693a84a1de1c · report
RecurrentQNetwork proroklab/memoroids/modules.py found in paper text by Syntology unverified no licence file found · pointer only · 9b9bf1240105b1d6 · report
ensemble_predict Howuhh/sac-n-jax/sac_n_jax_eqx.py found in paper text by Syntology unverified MIT (permissive) · 4873b7ac678b7322 · report
fix_numerical_issue twni2016/neubay/eval_error.py found in paper text by Syntology unverified MIT (permissive) · 2897edd398c620dc · report
get_mse_and_unc twni2016/neubay/offline_world/losses.py found in paper text by Syntology unverified MIT (permissive) · 0424e46f070a475b · report
get_nll_and_unc twni2016/neubay/offline_world/losses.py found in paper text by Syntology unverified MIT (permissive) · a0975bd6994f79e8 · report
get_train_loss twni2016/neubay/offline_world/losses.py found in paper text by Syntology unverified MIT (permissive) · 6c22b2d26f00f6a8 · report
sac_alpha_loss twni2016/neubay/online_rl/ac_losses.py found in paper text by Syntology unverified MIT (permissive) · 6709bbfd7a31a9c7 · report
sac_pi_loss twni2016/neubay/online_rl/ac_losses.py found in paper text by Syntology unverified MIT (permissive) · 810d7ec6ea4d4cf9 · report
soft_clamp twni2016/neubay/offline_world/modules.py found in paper text by Syntology unverified MIT (permissive) · f92e635d667b3a0c · report
subselect_members twni2016/neubay/offline_world/modules.py found in paper text by Syntology unverified MIT (permissive) · a6b12c3466cb50c9 · report
update_actor Howuhh/sac-n-jax/sac_n_jax_eqx.py found in paper text by Syntology unverified MIT (permissive) · 1058e2af882503c3 · report
update_actor Howuhh/sac-n-jax/sac_n_jax_flax.py found in paper text by Syntology unverified MIT (permissive) · a9b0dbc1f6e0b3fb · report
update_alpha Howuhh/sac-n-jax/sac_n_jax_eqx.py found in paper text by Syntology unverified MIT (permissive) · 2be8994bb96607b4 · report
update_alpha Howuhh/sac-n-jax/sac_n_jax_flax.py found in paper text by Syntology unverified MIT (permissive) · 43914e1e4188a279 · report
update_selected_members twni2016/neubay/offline_world/modules.py found in paper text by Syntology unverified MIT (permissive) · 22bf8ddfe38b20bc · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2512.04341, was issued in December 2025, after that date, so the archive has no leaderboard rows for it.

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