REVIEW 4 major objections 6 minor 9 references
Actively choosing which offline policies to fine-tune under a fixed interaction budget beats both single-policy commitment and equal budget splitting.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-14 03:38 UTC pith:PQLQNIFD
load-bearing objection First clean framing of the joint selection-plus-fine-tuning budget trade-off in O2O-RL, with a simple local-linear UCB heuristic that beats FTS/FTA on a broad continuous-control suite; the oracle-normalized headline numbers overstate deployable gains. the 4 major comments →
Active Offline-to-Online Reinforcement Learning
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Under a fixed online interaction budget, selecting and fine-tuning offline-pretrained policies according to upper confidence bounds on their locally linear forecasts of future return yields higher final performance than either committing the entire budget to a single pretrained policy or dividing it equally among all candidates.
What carries the argument
Locally linear performance forecasts (windowed least-squares slope and intercept fitted to recent online returns) that produce prediction intervals and thereby upper confidence bounds used as the selection criterion.
Load-bearing premise
That short-term changes in online return can be captured well enough by a local straight-line model for the resulting confidence bounds to guide which policy lineage deserves the next fine-tuning steps.
What would settle it
On the same continuous-control suites, replace the local-linear UCB selector with pure equal-budget fine-tuning of every candidate (or with random single-policy commitment) and check whether the reported overall normalized advantage of roughly 82 percent versus 63–64 percent disappears.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies active policy selection for fine-tuning under a fixed online interaction budget in offline-to-online RL (O2O-RL). After pretraining a diverse pool of K candidates with multiple O2O algorithms and hyperparameter settings, it allocates the budget by repeatedly selecting a lineage via upper confidence bounds on short-horizon future return, where the forecasts come from local linear regression on online evaluation returns (Eqs. 13–18, Algorithms 1–3). The selection rule is automatically calibrated by the best value seen so far rather than a free exploration constant c. On Minari continuous-control tasks (navigation, classic control, locomotion), with 16 candidates, 1M-transition budgets, and four seeds, the method (ACTIVE) reports higher oracle-normalized scores than committing to one lineage (FTS) or splitting the budget equally (FTA), with ablations on budget size and window width and explicit discussion of failure cases (SWIMMER, ANT).
Significance. If the empirical gains hold under clearer absolute metrics and stronger statistical reporting, the work is a useful systems-level contribution: it is the first formulation that jointly treats evaluation and fine-tuning under one limited O2O budget, and it shows that simple local-linear UCBs can beat the two natural budget-allocation baselines across a reasonably diverse suite. Strengths include a clean problem statement (Problem 1, regret lower bound sketch), an explicit trade-off analysis, reproducible algorithmic description, multi-algorithm candidate pools, smaller-budget and window ablations, and honest failure-mode discussion. The result would matter for practical deployment where online interaction is costly, even if the forecasting model remains a heuristic rather than a theoretically tight bandit algorithm.
major comments (4)
- §5.4 and Table 1: All headline scores are min–max normalized to a random-policy floor and the oracle ceiling v_i*_j* (Problem 1)—the best value obtainable only if every lineage’s full future trajectory were known a priori. Within an environment this preserves method ranking, but the overall average (ACTIVE 82.3% vs FTS 64.3% / FTA 63.1%) is hard to interpret as practical superiority without raw (unnormalized) final returns, or at least absolute mean returns and standard errors for the selected policies. Please add absolute returns (or a second table) and, if possible, a pure online fine-tuning-from-scratch or strong single-algorithm O2O baseline so readers can judge deployable performance, not only proximity to an unattainable oracle.
- §4.1–4.2, Eqs. (13)–(18), Fig. 3: The method’s load-bearing modeling assumption is that short-term evolution of online return estimates is locally linear with i.i.d. Gaussian residuals, so that the prediction interval yields a reliable UCB. Fig. 3 shows highly irregular, non-monotonic, high-variance fine-tuning curves (stalls, regressions, seed-dependent jumps). The paper itself reports sensitivity to window size w (Table 3) and failure when no lineage improves early (SWIMMER, ANT; §5.4). The automatic scale rule i* = argmin (v* − ṽ)/s̃ (Alg. 1, line 12; Eq. 21) is presented as removing free parameter c, but its validity under non-linear, non-stationary residuals is not analyzed. Please either (i) provide diagnostic evidence that local linearity holds on the horizons used (e.g., residual plots, forecast calibration), or (ii) strengthen the method/analysis for the acknowledged non-improv
- §5.1 and Tables 1–2: Each cell is an average over only four random seeds, yet several ACTIVE entries have very large standard deviations (e.g., HOPPER-MEDIUM 72.9±25.0, WALKER-SIMPLE 70.9±28.2, ANT-MEDIUM 42.9±25.0). With K=16 lineages and high seed sensitivity already illustrated in Fig. 3, four seeds are thin for claiming consistent outperformance in the overall average. Please increase the number of seeds for the main comparison, report confidence intervals or paired tests against FTS/FTA, and clarify whether seeds re-randomize offline pretraining, online interaction, or both.
- Algorithm 1 vs §4.2: The prose first defines a classical UCB u = ṽ + c s̃ (Eq. 18) then switches to the scale-based argmin rule (Eq. 21 / Alg. 1 line 12). Algorithm 1’s forecast call still takes parameters d and c, and the online-initialization loop (lines 6–10) fine-tunes every candidate once before selection begins—effectively spending τ·K of the budget on forced exploration. These design choices are material to the claimed budget efficiency; please make the implemented selection rule, the role of c, and the forced-initialization cost fully consistent and explicit, and report how much of N is consumed by the initial pass over all K lineages.
minor comments (6)
- §3.2, Eqs. (6)–(12): The regret lower-bound sketch assumes i.i.d. Normal value estimates independent of history; this is useful for intuition but is far from the nonstationary fine-tuning setting. Label it clearly as an illustrative bound under a simplified model so it is not read as a guarantee for the proposed algorithm.
- Fig. 1 caption and Alg. 1: Notation for best policy π* / v* vs forecasted (ṽ, s̃) is dense; a short symbol table would help.
- §5.3: Dataset sizes and reward structures are described, but episode length / evaluation protocol (how the 1K evaluation transitions are rolled out) should be stated once for reproducibility.
- Related work §2.2.2: Konyushova et al. (2021) and Kurenkov & Kolesnikov (2022) are correctly distinguished as selection-without-fine-tuning; a one-sentence comparison of computational overhead (fitting local regressions each step) would be useful.
- Typos / polish: “V ol.” in running headers; occasional missing spaces before citations; “for 𝑖=2” repeated when describing both configurations in the illustrative example (§3.4).
- Table 3: Report absolute ACTIVE scores for each w (or deltas with signs clearly defined) so the ablation is readable without referring back to Table 1.
Circularity Check
No significant circularity: algorithmic UCB heuristic with internal local-linear forecasts evaluated empirically on external simulators; nothing reduces to its own inputs by construction.
full rationale
The paper formulates active policy selection for O2O fine-tuning (Problem 1) and proposes a practical heuristic (Algorithms 1–3) that fits local linear models to observed online returns (Eqs. 13–16) solely to produce short-horizon forecasts and UCBs (Eqs. 17–18, 21) used for selection. These forecasts are never claimed as first-principles predictions of an independent scientific quantity, nor is any reported performance number defined from the fitted parameters; success is measured by the actual highest online-evaluated return obtained under a fixed budget. Empirical claims compare against standard baselines (RANDOM/BEST/FTS/FTA) on external Minari/MuJoCo continuous-control tasks, with min-max normalization that explicitly uses an unattainable oracle ceiling (v_i*_j* of Problem 1) only for reporting convenience. The single self-citation (to the authors’ own conference version) merely notes that the present article is an expanded version and is not load-bearing for any derivation or uniqueness claim. No self-definitional loop, fitted-input-as-prediction, uniqueness import, ansatz smuggling, or renaming of a known result appears. The derivation chain is therefore self-contained against external benchmarks.
Axiom & Free-Parameter Ledger
free parameters (3)
- local-regression window size w =
3 (main); {3,5,6,7} ablated
- number of candidate configurations K =
16
- pseudo-estimate horizon τ and random-policy value v̂_R =
τ=1
axioms (3)
- domain assumption Environment interactions form a discounted MDP; policy value is the expected discounted return.
- ad hoc to paper Short-term evolution of online return estimates is locally linear with i.i.d. Gaussian residuals (Eq. 13).
- ad hoc to paper The automatic scale selection i* = argmin (v* − ṽ)/s̃ yields a valid exploration–exploitation trade-off without an external c parameter.
read the original abstract
Background: Offline reinforcement learning (RL) enables effective policies to be trained from large, previously collected datasets and subsequently improved through limited online interaction. This offline-to-online RL (O2O-RL) paradigm is particularly promising in nonstationary domains where interaction is costly or potentially hazardous. Standard O2O-RL pipelines train multiple candidate policies offline, evaluate them using off-policy or online evaluation, and then deploy and fine-tune the policy with the highest estimated value. However, as in offline pretraining, fine-tuning performance is highly sensitive to the choice of algorithm and hyperparameters, making it risky to commit to a single policy. Objectives: We study active policy selection for fine-tuning under a limited interaction budget in O2O-RL settings. To our knowledge, this is the first work to address this problem. Methods: We formulate the problem by identifying a fundamental trade-off between allocating online interactions to policy evaluation, which helps identify high-performing policies, and allocating them to fine-tuning, which improves policy performance. We then propose an approach that balances this trade-off by actively selecting policies for fine-tuning based on upper-confidence bounds on their future performance. These bounds are derived from locally linear performance forecasts fitted to observations obtained through online evaluation. Results: Across a diverse range of experiments, the proposed approach consistently outperforms existing O2O-RL baselines. Conclusions: Actively selecting and fine-tuning policies uses limited online interaction budgets more effectively than either committing to a single policy or dividing the budget equally among all policies. Our framework also advances offline RL toward practical deployment in real-world systems where online interaction is costly or risky.
Figures
Reference graph
Works this paper leans on
-
[1]
Challenges of real-world reinforcement learning: definitions, benchmarks and analysis
“Challenges of real-world reinforcement learning: definitions, benchmarks and analysis.”Machine Learning, 110, 9, 2419–2468. F. Farama. 2021.Dataset Reproducibility Guide. https://github.com/Farama-Foundation/d4rl/wiki/Dataset-Reproducibility-Guide. Accessed 10 November
2021
-
[2]
(2021). P. Florence et al
2021
-
[3]
D4rl: Datasets for deep data-driven reinforcement learning
“D4rl: Datasets for deep data-driven reinforcement learning.”arXiv preprint arXiv:2004.07219. S. Fujimoto and S. S. Gu
Pith/arXiv arXiv 2004
-
[4]
Off-policy deep reinforcement learning without exploration
“Off-policy deep reinforcement learning without exploration.” In:International conference on machine learning. PMLR, 2052–2062. T. Haarnoja, A. Zhou, P. Abbeel, and S. Levine
2052
-
[5]
Offline reinforcement learning: Tutorial, review, and perspectives on open problems
“Offline reinforcement learning: Tutorial, review, and perspectives on open problems.”arXiv preprint arXiv:2005.01643. T. P. Lillicrap, J. J. Hunt, A. Pritzel, N. Heess, T. Erez, Y . Tassa, D. Silver, and D. Wierstra
Pith/arXiv arXiv 2005
-
[6]
Awac: Accelerating online reinforcement learning with offline datasets
“Awac: Accelerating online reinforcement learning with offline datasets.”arXiv preprint arXiv:2006.09359. M. Nakamoto, S. Zhai, A. Singh, M. Sobol Mark, Y . Ma, C. Finn, A. Kumar, and S. Levine
Pith/arXiv arXiv 2006
-
[7]
Hyperparameter selection for offline reinforcement learning
“Hyperparameter selection for offline reinforcement learning.”arXiv preprint arXiv:2007.09055. R. F. Prudencio, M. R. Maximo, and E. L. Colombini
Pith/arXiv arXiv 2007
-
[8]
MuJoCo: A physics engine for model-based control
“MuJoCo: A physics engine for model-based control.” In:2012 IEEE/RSJ International Conference on Intelligent Robots and Systems. IEEE, 5026–5033. doi:10.1109/IROS.2012.6386109. F. Torabi, G. Warnell, and P. Stone
-
[9]
Real World Offline Reinforcement Learning with Realistic Data Source
“Real World Offline Reinforcement Learning with Realistic Data Source.” In:2023 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 7176–7183. W. Zhou, S. Bajracharya, and D. Held
2023
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.