Andrew Bagdanov, Alessandro Sestini, Carlo Romeo, Girolamo Macaluso
We lifted 8 functions out of this paper's own repositories and ran 4 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| CarloRomeo427/SOPE | — | 4 of 8 |
| Function | Status | Where it lives |
|---|---|---|
| Mlp | Ran | CarloRomeo427/SOPE/src/algos/agent_sope.py code served (permissive licence) · get_code("962e617b40ecd9f5") |
| ReplayBuffer | Ran | CarloRomeo427/SOPE/src/algos/agent_sope.py code served (permissive licence) · get_code("068b007d0eb9bea3") |
| TanhGaussianPolicy | Ran | CarloRomeo427/SOPE/src/algos/agent_sope.py code served (permissive licence) · get_code("ce08a4d7af866e17") |
| test_agent | Ran | CarloRomeo427/SOPE/src/algos/agent_sope.py code served (permissive licence) · get_code("977de6bae6c0ba44") |
| BaseAgent | Not yet run | CarloRomeo427/SOPE/src/algos/agent_sope.py code served (permissive licence) · get_code("26f0035bf4b9574f") |
| SOPEAgent | Not yet run | CarloRomeo427/SOPE/src/algos/agent_sope.py code served (permissive licence) · get_code("7e15f7ab13c0a0ba") |
| SPEQAgent | Not yet run | CarloRomeo427/SOPE/src/algos/agent_sope.py code served (permissive licence) · get_code("85db83892956be03") |
| soft_update_model1_with_model2 | Not yet run | CarloRomeo427/SOPE/src/algos/agent_sope.py code served (permissive licence) · get_code("894b11068d04f6e1") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
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 22×, thus balancing the tradeoff between sample and computational efficiency. These findings demonstrate that adaptive, evaluation-driven update schedules is more effective than relying on static, exhaustive update schedules. Source code is available at github.com/CarloRomeo427/SOPE.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2605.05863")
get_code_for_paper("2605.05863")
have("2605.05863")
Connect an agent — have() is free.