{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2512-04341","title":"Long-Horizon Model-Based Offline Reinforcement Learning Without Explicit Conservatism","arxiv_id":"2512.04341","date":"2025-12-04","proceeding":"ICML","authors":["Tianwei Ni","Esther Derman","Vineet Jain","Vincent Taboga","Siamak Ravanbakhsh","Pierre-Luc Bacon"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2512.04341","url_pdf":"https://arxiv.org/pdf/2512.04341","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2512.04341","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2512.04341"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/twni2016/neubay","reach":{"status":"ok","spdx":"MIT"}},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Howuhh/sac-n-jax","reach":{"status":"ok","spdx":"MIT"}},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/proroklab/memoroids","reach":null}],"summary":{"ran":3,"ran_draft_wrong":3,"ran_honours":1,"unverified":16},"by_repo_kind":{"found_in_text":{"samples":23,"ran":7,"repositories":3}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":8,"samples":[{"code_sha256_prefix":"9a632502a83cb77d","entry":"AtariCNN","repo":"proroklab/memoroids","repo_kind":"found_in_text","path":"modules.py","file_url":"https://github.com/proroklab/memoroids/blob/HEAD/modules.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9a632502a83cb77d"}},{"code_sha256_prefix":"0cd85f17db6bef74","entry":"Block","repo":"proroklab/memoroids","repo_kind":"found_in_text","path":"modules.py","file_url":"https://github.com/proroklab/memoroids/blob/HEAD/modules.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0cd85f17db6bef74"}},{"code_sha256_prefix":"40cf3544bbd2c834","entry":"QHead","repo":"proroklab/memoroids","repo_kind":"found_in_text","path":"modules.py","file_url":"https://github.com/proroklab/memoroids/blob/HEAD/modules.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"40cf3544bbd2c834"}},{"code_sha256_prefix":"e31de52332dff52c","entry":"default_init","repo":"proroklab/memoroids","repo_kind":"found_in_text","path":"modules.py","file_url":"https://github.com/proroklab/memoroids/blob/HEAD/modules.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e31de52332dff52c"}},{"code_sha256_prefix":"9bcd87ecfba6af31","entry":"final_linear","repo":"proroklab/memoroids","repo_kind":"found_in_text","path":"modules.py","file_url":"https://github.com/proroklab/memoroids/blob/HEAD/modules.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9bcd87ecfba6af31"}},{"code_sha256_prefix":"764e3c422e0df809","entry":"leaky_relu","repo":"proroklab/memoroids","repo_kind":"found_in_text","path":"modules.py","file_url":"https://github.com/proroklab/memoroids/blob/HEAD/modules.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"764e3c422e0df809"}},{"code_sha256_prefix":"b5491b8fa060cb74","entry":"uniform_init","repo":"Howuhh/sac-n-jax","repo_kind":"found_in_text","path":"sac_n_jax_flax.py","file_url":"https://github.com/Howuhh/sac-n-jax/blob/HEAD/sac_n_jax_flax.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b5491b8fa060cb74"}},{"code_sha256_prefix":"ac49693a84a1de1c","entry":"RandomSequential","repo":"proroklab/memoroids","repo_kind":"found_in_text","path":"modules.py","file_url":"https://github.com/proroklab/memoroids/blob/HEAD/modules.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ac49693a84a1de1c"}},{"code_sha256_prefix":"9b9bf1240105b1d6","entry":"RecurrentQNetwork","repo":"proroklab/memoroids","repo_kind":"found_in_text","path":"modules.py","file_url":"https://github.com/proroklab/memoroids/blob/HEAD/modules.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9b9bf1240105b1d6"}},{"code_sha256_prefix":"4873b7ac678b7322","entry":"ensemble_predict","repo":"Howuhh/sac-n-jax","repo_kind":"found_in_text","path":"sac_n_jax_eqx.py","file_url":"https://github.com/Howuhh/sac-n-jax/blob/HEAD/sac_n_jax_eqx.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4873b7ac678b7322"}},{"code_sha256_prefix":"2897edd398c620dc","entry":"fix_numerical_issue","repo":"twni2016/neubay","repo_kind":"found_in_text","path":"eval_error.py","file_url":"https://github.com/twni2016/neubay/blob/HEAD/eval_error.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2897edd398c620dc"}},{"code_sha256_prefix":"0424e46f070a475b","entry":"get_mse_and_unc","repo":"twni2016/neubay","repo_kind":"found_in_text","path":"offline_world/losses.py","file_url":"https://github.com/twni2016/neubay/blob/HEAD/offline_world/losses.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0424e46f070a475b"}},{"code_sha256_prefix":"a0975bd6994f79e8","entry":"get_nll_and_unc","repo":"twni2016/neubay","repo_kind":"found_in_text","path":"offline_world/losses.py","file_url":"https://github.com/twni2016/neubay/blob/HEAD/offline_world/losses.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a0975bd6994f79e8"}},{"code_sha256_prefix":"6c22b2d26f00f6a8","entry":"get_train_loss","repo":"twni2016/neubay","repo_kind":"found_in_text","path":"offline_world/losses.py","file_url":"https://github.com/twni2016/neubay/blob/HEAD/offline_world/losses.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6c22b2d26f00f6a8"}},{"code_sha256_prefix":"6709bbfd7a31a9c7","entry":"sac_alpha_loss","repo":"twni2016/neubay","repo_kind":"found_in_text","path":"online_rl/ac_losses.py","file_url":"https://github.com/twni2016/neubay/blob/HEAD/online_rl/ac_losses.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6709bbfd7a31a9c7"}},{"code_sha256_prefix":"810d7ec6ea4d4cf9","entry":"sac_pi_loss","repo":"twni2016/neubay","repo_kind":"found_in_text","path":"online_rl/ac_losses.py","file_url":"https://github.com/twni2016/neubay/blob/HEAD/online_rl/ac_losses.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"810d7ec6ea4d4cf9"}},{"code_sha256_prefix":"f92e635d667b3a0c","entry":"soft_clamp","repo":"twni2016/neubay","repo_kind":"found_in_text","path":"offline_world/modules.py","file_url":"https://github.com/twni2016/neubay/blob/HEAD/offline_world/modules.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f92e635d667b3a0c"}},{"code_sha256_prefix":"a6b12c3466cb50c9","entry":"subselect_members","repo":"twni2016/neubay","repo_kind":"found_in_text","path":"offline_world/modules.py","file_url":"https://github.com/twni2016/neubay/blob/HEAD/offline_world/modules.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a6b12c3466cb50c9"}},{"code_sha256_prefix":"1058e2af882503c3","entry":"update_actor","repo":"Howuhh/sac-n-jax","repo_kind":"found_in_text","path":"sac_n_jax_eqx.py","file_url":"https://github.com/Howuhh/sac-n-jax/blob/HEAD/sac_n_jax_eqx.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1058e2af882503c3"}},{"code_sha256_prefix":"a9b0dbc1f6e0b3fb","entry":"update_actor","repo":"Howuhh/sac-n-jax","repo_kind":"found_in_text","path":"sac_n_jax_flax.py","file_url":"https://github.com/Howuhh/sac-n-jax/blob/HEAD/sac_n_jax_flax.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a9b0dbc1f6e0b3fb"}},{"code_sha256_prefix":"2be8994bb96607b4","entry":"update_alpha","repo":"Howuhh/sac-n-jax","repo_kind":"found_in_text","path":"sac_n_jax_eqx.py","file_url":"https://github.com/Howuhh/sac-n-jax/blob/HEAD/sac_n_jax_eqx.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2be8994bb96607b4"}},{"code_sha256_prefix":"43914e1e4188a279","entry":"update_alpha","repo":"Howuhh/sac-n-jax","repo_kind":"found_in_text","path":"sac_n_jax_flax.py","file_url":"https://github.com/Howuhh/sac-n-jax/blob/HEAD/sac_n_jax_flax.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"43914e1e4188a279"}},{"code_sha256_prefix":"22bf8ddfe38b20bc","entry":"update_selected_members","repo":"twni2016/neubay","repo_kind":"found_in_text","path":"offline_world/modules.py","file_url":"https://github.com/twni2016/neubay/blob/HEAD/offline_world/modules.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"22bf8ddfe38b20bc"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_api"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":1,"rejected_by_independent_check":0,"refused_by_a_rule":1,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}