Pith. sign in

REVIEW 5 minor 13 references

When Does On-Policy Interaction Help? Representational Tradeoffs in Value-Based Imitation Learning

T0 review · 0 major / 5 minor · reviewed 2026-08-03 · deepseek-v4-flash

Pith's one-line read This paper claims that interactive imitation learning requires only the expert's value function, not the expert's policy.

desk verdict OVI's interactive value-based IL under expert-value realizability is a genuine new result with a sound proof; the chain-of-thought section and empirical reporting are the weak spots, not the core theory. read the letter →

arxiv 2607.29617 v1 pith:4VEMU65T submitted 2026-07-31 cs.LG cs.AIstat.ML

classification cs.LGcs.AIstat.ML
keywords imitationlearningvalue-basedon-policyinteractionQ-functionrealizabilitypolicysamplecomplexityofflinechain-of-thought
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper asks when on-policy interaction actually helps in imitation learning. Its central claim is that interaction combined with value-based learning relaxes what the learner must represent: instead of a model that can output the expert's policy, the learner only needs a model that can represent the expert's value function. The paper introduces OVI, an algorithm that queries the expert along the learner's own trajectories and provably attains epsilon-optimal return with sample complexity governed by the value-function class alone. A matching negative result shows that without such interaction, value-function realizability alone is not enough: any offline imitation algorithm must scale with the number of states or the complexity of the expert policy class. These findings reframe the benefit of interactive imitation and explain why smaller learner networks can succeed by matching values rather than actions.

What carries the argument

The carrying mechanism is the performance-difference-lemma decomposition of the imitation gap into stage-wise advantage terms, combined with the assumption Q^piE in Q. OVI converts this decomposition into a min-max saddle-point game between a policy player, updated by exponentiated-gradient softmax mirror ascent, and a value-function player that best-responds over Q at each layer h. The layer-wise order is load-bearing: the state sampling distribution at layer h depends only on previously fixed layers, so the learner can estimate the objective on-policy before optimizing the current decision rule. This isolates the statistical capacity of Q, rather than the policy class, as the driver of sam

What would settle it

Run the OVI protocol on a finite MDP family with |Q|=2 satisfying Q^piE-realizability but where no small policy class realizes the expert; if any offline algorithm, given only expert trajectories and no interaction, achieves epsilon-suboptimality with o(|X|/epsilon) samples, Theorem 4.1 is false. An experimental shortcut is to repeat the paper's width-sweep experiments: if shrinking the learner network fails to produce a growing performance gap favoring the interactive value-based method over behavior cloning and DAgger, the representational mechanism is not being observed.

Watch

Extended reading notes

Core claim

On the paper's own terms, the discovery is that the interaction protocol changes which representational assumption is sufficient. Under Q-pi-E-realizability—the requirement that the learner's value-function class contain the expert's Q-function—the OVI algorithm matches the expert's return to epsilon precision using expert queries that scale polynomially with horizon and accuracy and only logarithmically with the size of the value class. No assumption is placed on the learner's policy class. OVI turns the performance-difference lemma into a layer-wise min-max game: at each layer it samples states from its own current state distribution, queries expert actions there, and runs softmax mirror-a

Load-bearing premise

The load-bearing premise is that the learner can repeatedly roll out in the same unknown MDP and query the expert for actions at the states it visits, without observing rewards; if only a fixed dataset of expert demonstrations is available, the paper's main positive claim does not apply.

Editorial extensions

If this is right

  • A student that cannot faithfully reproduce the expert's action distribution can still match the expert's return if it can represent the expert's value function.
  • Expert-query complexity scales with the statistical capacity of the value-function class, not the expert policy class, so less expressive learner networks are not inherently doomed in imitation.
  • Offline imitation under Q^piE-realizability is information-theoretically hard: without interaction or an added coverage condition, any algorithm must pay Omega(|X|/epsilon) samples.
  • Reward realizability is insufficient even with interaction; the learner also needs transition-dependent information that the expert Q-function encodes.
  • In chain-of-thought learning, value-based interaction decomposes the intractable search over complete responses into token-level updates, offering an exponential computational improvement over sequence-level reward approaches.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Testable in practice: in language-model distillation, querying the teacher on student-generated tokens with a value-based objective should outperform behavior-cloning of teacher tokens when the student is much smaller; the paper's theory predicts the gap grows with expressivity mismatch.
  • The offline lower bound is circumvented if expert trajectories provide good state coverage, which suggests practical offline imitation should focus on coverage guarantees rather than only enlarging the value class.
  • The value-versus-policy realizability separation implies that imitation systems should learn value-relevant features and ignore action tie-breaking or exogenous details, so a robotics or driving learner may not need to model arbitrary human choices that do not affect outcomes.
  • The paper notes that its chain-of-thought gains are theoretical; whether they translate to LLM distillation is an open empirical question, making value-based on-policy distillation a natural next benchmark.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

0 major / 5 minor

Summary. The paper studies value-based imitation learning in episodic MDPs, comparing offline access to expert trajectories with interactive access in which the learner rolls out its own policy and queries the expert for actions on the resulting states without observing rewards. The central claim is that interactive on-policy expert queries relax the representational requirement from policy realizability to only Q^{πE}-realizability. The authors introduce OVI, a layerwise no-regret algorithm in which a Q-player best responds over a value class Q while a policy player performs exponentiated-gradient updates. Theorem 3.1 gives an ε-suboptimality guarantee using eO(H^5 Qmax^4 log(A) log(|Q|/δ)/ε^4) expert queries, with the complexity controlled by log|Q| rather than by a learner policy class. Theorems 4.1 and 4.2 show that offline IL cannot achieve this: any offline algorithm needs Ω(|X|/ε) samples even with |Q|=2, and a broad class of value-induced offline algorithms fails even with infinite data. Theorem 3.2 shows reward realizability alone is insufficient even with interaction. The paper also gives representational-separation examples, Gym experiments, and a discussion of implications for chain-of-thought learning.

Significance. If the results hold, they settle a natural and previously open question: interaction in value-based IL buys representational relief, not only improved horizon dependence. The main upper bound is a genuine derivation — performance-difference decomposition, sup-Q relaxation, no-regret exponential weights, and uniform concentration over Q — and the complexity term log|Q| is not contaminated by an arbitrary policy class. The matching offline lower bound with |Q|=2 shows that the interactive query protocol is genuinely load-bearing rather than a technical convenience. The paper also provides a reward-realizability lower bound, separation examples showing Q^{πE}-realizability can be much weaker than policy realizability, and code for reproducible experiments. I did not find a circular step: Q^{πE}-realizability is an external representational assumption, and the proof does not quietly introduce policy realizability or reward observability. The scope conditions are stated honestly: the positive result requires the learner to query the expert on its own state distribution, and the CoT application requires the stronger token-level value-realizability.

minor comments (5)
  1. [Section 3.1 (paragraph after Theorem 3.1)] The sentence 'the total number of learner interactions with the environment obeys the same bound with an extra factor of H' is easy to misread. To sample n_E states at layer h, OVI must roll out h−1 steps for each sample, so environment transitions scale as Θ(H^2 n_E/2) rather than H·(expert queries) in a literal accounting. The eO order is unchanged up to constants, but the resource accounting should be stated precisely.
  2. [Section 5] The claimed 'exponential computational improvement' over Joshi et al. (2026) is argued informally: global search over Σ^H is replaced by H token-level softmax updates. Since this is listed as a contribution, please state the computational model (oracle calls, access to Q, what is counted) and what exactly is exponential, or explicitly mark the discussion as suggestive rather than a formal theorem.
  3. [Definition 4.2 / Theorem 4.2] The phrase 'algorithm with a VI policy class' should be aligned with Definition 4.2, which defines 'uses a value-induced policy class.' Also, clarify whether the pointwise-limit convention is part of the output-policy class available to the algorithm or only a device for including greedy policies in the lower-bound statement.
  4. [Algorithm 1 and Section 3.1] The claim that layer-wise updates introduce 'memory requirements that scale linearly with the horizon' is incomplete: outputting πout,h=(1/K)Σ_k π^k_h requires storing K Q-functions per layer, so memory also scales with K=O(H^2 Qmax^2 log A / ε^2). This is presumably intended, but the wording omits the 1/ε^2 dependence.
  5. [Figure 1 / Section 3.3] The experiments use a stationary approximation of OVI (Algorithm 2), while the theorem and proofs analyze nonstationary Algorithm 1. The text does acknowledge this, but the figure caption and the phrase 'OVI outperforms' would benefit from an explicit pointer that the plotted method is the stationary approximation.

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity; core result is a direct reduction from Q^πE-realizability.

full rationale

The main claim (Theorem 3.1) does not presuppose its conclusion. It assumes only Assumption 2.1 (Q^πE ∈ Q) and derives J(πE) − J(πout) ≤ ε for OVI via the performance difference lemma, a saddle-point upper bound, no-regret softmax updates, and a uniform concentration bound over Q and the induced policy class (Appendix F). The expert-query count is chosen from the analysis, not fitted to a target outcome. The lower bounds (Theorems 3.2, 4.1, 4.2) are standalone constructions with explicit MDP families and value classes; they do not depend on the upper bound. Citations to prior work (Foster et al., 2024; Moulin et al., 2025a; Swamy et al., 2021) are used for context, baselines, and algorithmic templates, but the load-bearing steps are proved in the appendix rather than imported by citation. The interactive query protocol (Definition 3.1) is a scope condition, and the paper explicitly proves its necessity; this is a limitation, not circularity.

Assumptions & free parameters 1 free parameters · 6 assumptions · 0 invented entities

The central claim rests on standard RL/online-learning mathematics plus two domain assumptions: Q^πE-realizability and the interactive query protocol. No new physical entities are postulated. Experimental hyperparameters are tuned but peripheral to the theory.

free parameters (1)
  • Experimental hyperparameters (learning rates, K=50, soft-DQN settings, subsampling frequencies) = Tuned per environment to optimize performance in the expert-realizable regime, then held fixed (Appendix D.3)
    These affect the empirical comparisons but are not load-bearing for the central theoretical theorems; no data-fitted constants appear in the main derivations.
assumptions (6)
  • domain assumption Assumption 2.1: the value class Q contains the expert value function Q^πE.
    The central representational premise of OVI; without it, the main positive theorem does not apply.
  • domain assumption Interactive on-policy query protocol (Definition 3.1 and Algorithm 1): the learner samples states from d^{πout}_h and receives fresh expert actions, without observing rewards.
    The access model that makes the positive result possible; Theorem 4.1 shows it is necessary in general for Q^πE-realizability.
  • standard math Performance difference lemma (Lemma E.9).
    Used to decompose the suboptimality gap into a sum of expected advantages over the learner's occupancy.
  • standard math No-regret bounds for exponential-weights / mirror ascent over the simplex (Lemma E.6, E.7).
    Controls the policy-player regret in the OVI analysis.
  • standard math Finite-horizon uniform concentration over product classes (Lemma E.2) and covering-number bounds (Lemma E.3, E.4).
    Controls the estimation error in the empirical saddle-point objective.
  • domain assumption For Theorem 4.2, restriction to value-induced (VI) policy classes (Definition 4.2) including the pointwise-limit convention.
    The unidentifiability lower bound is against algorithms whose output policies are linear/softmax/greedy composites of functions in Q; it does not apply to arbitrary offline algorithms that can memorize expert actions.

how reviews work

0 comments
Cite this review

Pith. "Pith review of When Does On-Policy Interaction Help? Representational Tradeoffs in Value-Based Imitation Learning." pith.science (2026). https://pith.science/paper/4VEMU65T

@misc{pith2026260729617,
  author       = {Pith},
  title        = {Pith review of: When Does On-Policy Interaction Help? Representational Tradeoffs in Value-Based Imitation Learning},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/4VEMU65T}},
  note         = {Machine review of arXiv:2607.29617}
}
read the original abstract

Imitation learning (IL)---training an agent to replicate expert behavior from demonstrations---underpins applications from robotics to language model training. Standard approaches such as Behavior Cloning (BC) are known to suffer from compounding errors and performance plateaus, particularly when the learner cannot perfectly represent the expert's policy (as is typical, e.g., in distillation). Two interventions are widely understood empirically to improve performance: querying the expert interactively along the learner's own trajectories, and using value function estimation en route to generating a policy rather than directly fitting the expert's full action distribution. We investigate the nature of these improvements and their potentially surprising interplay. Our main finding is that expert interaction relaxes the representational demands on the learner: one only needs a model capable of realizing the expert's value function, bypassing the (often stricter) requirement of realizing the expert's policy itself. Concretely, we introduce OVI, an interactive on-policy IL algorithm that is statistically efficient whenever the learner can represent the expert's value function and computationally efficient given access to a linear maximization oracle. We complement this with a negative result showing that interaction is necessary. Namely, without stronger assumptions beyond expert-value realizability alone, any offline IL algorithm must scale with the complexity of the expert policy class. Our findings bear out empirically. OVI outperforms offline policy-based (BC), interactive policy-based (DAgger), and offline value-based IL methods, with the largest gains when the learner network is substantially less expressive than the expert's.

Figures

Figures reproduced from arXiv: 2607.29617 by the authors.

Figure 1
Figure 1. OVI achieves higher return with smaller learner networks. Average normalized return (y-axis, 1 and 0 correspond to the expert’s and to a bad policy’s returns, respectively) as a function of the learner-to-expert network-width ratio (x-axis), over 50 seeds and 10 expert trajectories for offline methods or 10 rounds of expert queries along learner trajectories for interactive methods. The expert network has width 64. … view at source ↗
Figure 2
Figure 2. Comparison of reward suboptimality, J πE − J πout , and total variation distance, DTV(P πE , P πout ) for OVI and DAgger in a synthetic environment satisfying Assumption 2.1 (illustrated in [PITH_FULL_IMAGE:figures/full_fig_p010_2.png] view at source ↗
Figure 3
Figure 3. Experiment on the environment class used to [PITH_FULL_IMAGE:figures/full_fig_p035_3.png] view at source ↗
Figures from the paper (4 more)
Figure 4
Figure 4. Figure 4: Experiments in the Gymnasium library. The top row reports the setting in which the expert and learner have the same network architecture. In the second and subsequent rows, the learner’s network width decreases, taking the values {16, 8, 4, 2} neurons. The x-axis repor…
Figure 5
Figure 5. Figure 5: Instance from the family used in Theorem 3.2. Every MDP in the family uses the same reward, and the hidden bit bi ∈ {0, 1} selects which action reaches x i + from x i start. It remains hidden unless x i start is observed during training. Theorem 3.2 (Lower bound under …
Figure 6
Figure 6. Figure 6: Family of hard tasks. Unless otherwise specified, the reward is [PITH_FULL_IMAGE:figures/full_fig_p053_6.png]
Figure 7
Figure 7. Figure 7: Representation of a MDP in the class F. The states highlighted in green appear in DE, so the learner can deter￾ministically replay the expert action +. The red states are absent from DE. Thus, no expert guidance is available there, and the learner reaches x i − with pr…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

13 extracted references · 1 linked inside Pith

  1. [1]

    In Appendix C.1, we show that when the expert is optimal, any classΠthat realizes the expert policyπ E can be preprocessed into a classQwith|Q| ≤ |Π|that realizesQπE in a relaxed sense

  2. [2]

    In Appendix C.2, we give an example where the environment makes the state-action value functions of the constructed expert policies simple, regardless of how complex the policy class is. In particular, Q can be easier to specify than Π when the expert behavior may depend on uncontrollable exogenous noise, while QπE does not: the reward and transition dyna...

  3. [4]

    57Appendix table of contents Part II Additional Results We collect here additional results omitted from the main text

    Therefore, max M∈F E[⟨ν0, V⋆ M −V πout M ⟩]≥ X 4 · 8ε X · 3 4 = 3ε 2 > ε, Thus, recalling3(X+ 1) =|X |, achievingε-suboptimality requiresn E = Ω(|X |/ε)for any offline IL algorithm. 57Appendix table of contents Part II Additional Results We collect here additional results omitted from the main text. We begin by completing Section 3 with a variant of OVI. ...

  4. [5]

    It is strictly suboptimal, with J πb Mb = 1/2 and supπ J π Mb = 1

    Uniform QπE -realizability.For every balanced decoder b∈ Bn, the expert policy πb is deterministic and endogenous in Mb. It is strictly suboptimal, with J πb Mb = 1/2 and supπ J π Mb = 1 . Moreover, the two- dimensional class Q defined in Appendix C.2.3 realizes every expert action-value function in the family: for every b∈ Bn,Q πb Mb =Q 1,1 ∈ Q. In addit...

  5. [6]

    If {πb :b∈ Bn} ⊆Π, then, for everyε∈(0,1/2), log2 Nε(Π, dΠ)≥2 n −n−1

    Family-level policy lower bound.Let Π⊂∆(A) X be any expert-agnostic policy class. If {πb :b∈ Bn} ⊆Π, then, for everyε∈(0,1/2), log2 Nε(Π, dΠ)≥2 n −n−1. Proof of Theorem C.2.The validity of the ExBMDP construction and the fact that each πb is deterministic and endoge- nous follow from Appendix C.2.2. The return gap is also established in that section. The ...

  6. [7]

    , QK ∈ Qand coefficients (wk)K k=1 defining the linear combination LC((Qk)K k=1) = PK k=1 wkQk

    For some K∈N∪ {∞}, Alg chooses a sequence Q1, Q2, . . . , QK ∈ Qand coefficients (wk)K k=1 defining the linear combination LC((Qk)K k=1) = PK k=1 wkQk. When K=∞ , this series must converge absolutely at every stage-state-action tuple. 3.Algoutputs the policy πout(a|x)∝f LC (Qk)K k=1 (x, a) , for any state-action pair (x, a), with the requirement that the ...

  7. [8]

    It follows that, with probability 1/2, the next state is x−

    Moreover, taking pointwise limits or averaging policies obtained from different choices of sequences inQstill gives a uniform policy. It follows that, with probability 1/2, the next state is x−. Suppose that the sequence Q1, . . . , QK chosen by Alg induces probabilities πout(a1 |x −) =p and πout(a2 |x −) = 1−p . The choice of Q1, . . . , QK, and hence of...

  8. [10]

    The resulting algorithm is in Algorithm 3

    Rw h can be easily controlled by updating (wk h)K k=1 via exponential weights. The resulting algorithm is in Algorithm 3. Therefore, using the decomposition in Lemma H.1 and showing that Rw h =O( √ K) via a standard online learning bound for the regret of the exponential weights algorithm (see, e.g., Cesa-Bianchi and Lugosi, 2006; Orabona, 2026), we obtai...

Show all 13 references
  1. [11]

    gives, with probability at least1−δ, J πE −J πout ≤ eO   vuuutC1Qmax   r H 2Q2max logA K + s KH 2Q2max nE log N maxrε0 (Q)/δ +ε 0    . Taking ε0 =ε 2/(C1Qmax) and choosing r(1) ε ≤r ε0, the monotonicity of covering numbers and the absorption of logarithmic factors in...

  2. [12]

    UnderQ πE-realizability (Assumption 2.1),J πE −J πout ≤εis guaranteed by the choices K= eO H 4Q4 max logA ε4 , n E = eO H 4Q4 max log 2Hmax h∈[H] Nε2/(8H 2Qmax)(Qh ×Π Q,h, ρ)/δ ε4 !

  3. [13]

    HX h=1 X x∈X dπE h (x) D QπI h (x,·), πE,h(· |x)−πIh h (· |x) E# . Usingd πE h =d h + (1−α)(d πE h −d πout h ), the right-hand side is equal toT 1 +T 2, where we define T1 :=E I

    UnderQ ΠQ-realizability (Assumption J.1),J πE −J πout ≤εis guaranteed by the choices K= eO H 2Q2 max logA ε2 , n E = eO H 2Q2 max log 2Hmax h∈[H] Nε/H (Qh ×Π Q,h, ρ)/δ ε2 ! . The total number of expert queries is at most H 2nE. Thus, without knowing which condition holds, one ...

  4. [1991]

    value-based IL

    URLhttps://ieeexplore.ieee.org/document/6796843. Nived Rajaraman, Lin Yang, Jiantao Jiao, and Kannan Ramchandran. Toward the fundamental limits of imitation learning. InAdvances in Neural Information Processing Systems, 2020. URL https://proceedings.neurips. cc/paper_files/pap...

  5. [2025]

    Nirmit Joshi, Gene Li, Siddharth Bhandari, Shiva Kasiviswanathan, Cong Ma, and Nathan Srebro

    URLhttps://arxiv.org/abs/2503.07932. Nirmit Joshi, Gene Li, Siddharth Bhandari, Shiva Kasiviswanathan, Cong Ma, and Nathan Srebro. Learning to answer from correct demonstrations. InThe Fourteenth International Conference on Learning Representations, 2026. URL https://openrevie...

Pith tools

Reviewed August 3, 2026 · model on record in the stance chip above.