{"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-2605-05863","title":"SOPE: Stabilizing Off-Policy Evaluation for Online RL with Prior Data","arxiv_id":"2605.05863","date":"2026-05-07","proceeding":null,"authors":["Carlo Romeo","Girolamo Macaluso","Alessandro Sestini","Andrew D. Bagdanov"],"abstract":"Incorporating prior data into online reinforcement learning accelerates training but typically forces a difficult trade-off between high computational costs and long, multi-stage training pipelines. While fixed-length stabilization phases are significantly more computationally efficient than static update schedules, they require task-dependent manual tuning, risking either the waste of prior knowledge or severe overfitting. To address this, we propose SOPE, an algorithm that uses an actor-aligned Off-Policy Policy Evaluation (OPE) signal as an automated early-stopping mechanism to dynamically control the length of offline training phases. By evaluating the critic on a held-out validation split under the current policy's action distribution, SOPE halts gradient updates exactly when out-of-distribution benefits saturate, eliminating the need for manual schedule tuning. Evaluated on 25 continuous control tasks from the Minari benchmark suite, SOPE improves baseline performance by up to 45.6% while reducing the required TFLOPs by up to 22x, thus balancing the tradeoff between sample and computational efficiency. These findings demonstrate that adaptive, evaluation-driven update schedules are more effective than relying on static, exhaustive update schedules.","url_abs":"https://arxiv.org/abs/2605.05863","url_pdf":"https://arxiv.org/pdf/2605.05863","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":{"syntology_url":"https://syntology.ai/paper/2605.05863","atlas_url":"https://app.syntology.ai/?focus=2605.05863","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2605.05863"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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/CarloRomeo427/SOPE","reach":null}],"summary":{"ran":3,"ran_honours":1,"unverified":4},"by_repo_kind":{"found_in_text":{"samples":8,"ran":4,"repositories":1}},"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":0,"samples":[{"code_sha256_prefix":"962e617b40ecd9f5","entry":"Mlp","repo":"CarloRomeo427/SOPE","repo_kind":"found_in_text","path":"src/algos/agent_sope.py","file_url":"https://github.com/CarloRomeo427/SOPE/blob/HEAD/src/algos/agent_sope.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"962e617b40ecd9f5"}},{"code_sha256_prefix":"068b007d0eb9bea3","entry":"ReplayBuffer","repo":"CarloRomeo427/SOPE","repo_kind":"found_in_text","path":"src/algos/agent_sope.py","file_url":"https://github.com/CarloRomeo427/SOPE/blob/HEAD/src/algos/agent_sope.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"068b007d0eb9bea3"}},{"code_sha256_prefix":"ce08a4d7af866e17","entry":"TanhGaussianPolicy","repo":"CarloRomeo427/SOPE","repo_kind":"found_in_text","path":"src/algos/agent_sope.py","file_url":"https://github.com/CarloRomeo427/SOPE/blob/HEAD/src/algos/agent_sope.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ce08a4d7af866e17"}},{"code_sha256_prefix":"977de6bae6c0ba44","entry":"test_agent","repo":"CarloRomeo427/SOPE","repo_kind":"found_in_text","path":"src/algos/agent_sope.py","file_url":"https://github.com/CarloRomeo427/SOPE/blob/HEAD/src/algos/agent_sope.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"977de6bae6c0ba44"}},{"code_sha256_prefix":"26f0035bf4b9574f","entry":"BaseAgent","repo":"CarloRomeo427/SOPE","repo_kind":"found_in_text","path":"src/algos/agent_sope.py","file_url":"https://github.com/CarloRomeo427/SOPE/blob/HEAD/src/algos/agent_sope.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":"26f0035bf4b9574f"}},{"code_sha256_prefix":"7e15f7ab13c0a0ba","entry":"SOPEAgent","repo":"CarloRomeo427/SOPE","repo_kind":"found_in_text","path":"src/algos/agent_sope.py","file_url":"https://github.com/CarloRomeo427/SOPE/blob/HEAD/src/algos/agent_sope.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":"7e15f7ab13c0a0ba"}},{"code_sha256_prefix":"85db83892956be03","entry":"SPEQAgent","repo":"CarloRomeo427/SOPE","repo_kind":"found_in_text","path":"src/algos/agent_sope.py","file_url":"https://github.com/CarloRomeo427/SOPE/blob/HEAD/src/algos/agent_sope.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":"85db83892956be03"}},{"code_sha256_prefix":"894b11068d04f6e1","entry":"soft_update_model1_with_model2","repo":"CarloRomeo427/SOPE","repo_kind":"found_in_text","path":"src/algos/agent_sope.py","file_url":"https://github.com/CarloRomeo427/SOPE/blob/HEAD/src/algos/agent_sope.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":"894b11068d04f6e1"}}]},"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_2026.jsonl"},"syntology_extracted_results":null}