Papers › When Does On-Policy Interaction Help? Representational Tradeoffs in Value-Based...

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

31 Jul 2026arXiv:2607.29617added by Syntology

Luca Viano, Antoine Moulin, Audrey Huang, Volkan Cevher, Philip Amortila, Dylan J. Foster

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.29617")

Code

Syntology Ran 13 of 17 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lviano/ovi found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 13 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13ran
4unverified

Licence: 17 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from lviano/ovi. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_tex lviano/ovi/gym_code/make_latex_scaling_plot.py found in paper text by Syntology ran no licence file found · pointer only · 9290845bcec04a3a · report
expert_exists lviano/ovi/gym_code/expert.py found in paper text by Syntology ran no licence file found · pointer only · b4a03e55015a1728 · report
get_env_config lviano/ovi/gym_code/env_configs.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 897521428c446a2c · report
get_size_stats lviano/ovi/gym_code/make_latex_scaling_plot.py found in paper text by Syntology ran no licence file found · pointer only · c56e43305dae199b · report
group_label lviano/ovi/gym_code/replot.py found in paper text by Syntology ran no licence file found · pointer only · aa83b526cd67ba40 · report
make_config_key lviano/ovi/gym_code/run_pendulum_experiment.py found in paper text by Syntology ran no licence file found · pointer only · c219d99bd912231a · report
make_config_key lviano/ovi/gym_code/run_traj_experiment.py found in paper text by Syntology ran no licence file found · pointer only · 8daf5567d229b1ec · report
make_env lviano/ovi/gym_code/run_traj_experiment.py found in paper text by Syntology ran no licence file found · pointer only · 4e536803a3f0eeb0 · report
make_full_key lviano/ovi/gym_code/replot.py found in paper text by Syntology ran no licence file found · pointer only · 7936a9e443be02a2 · report
parse_sa_key lviano/ovi/gym_code/replot.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 09124bc5c87ca353 · report
q_dot_pi lviano/ovi/hard_mdp_experiment/algorithms.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 2814ad590b82bbc6 · report
select_best_q lviano/ovi/hard_mdp_experiment/algorithms.py found in paper text by Syntology ran no licence file found · pointer only · f1eadacfea395f15 · report
softmax_update lviano/ovi/hard_mdp_experiment/algorithms.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · e411784694469adf · report
build_tex lviano/ovi/gym_code/make_latex_figure.py found in paper text by Syntology unverified no licence file found · pointer only · 7c54d121572c3b10 · report
load_data lviano/ovi/gym_code/make_latex_figure.py found in paper text by Syntology unverified no licence file found · pointer only · 9d8024f7f19aafc7 · report
load_data lviano/ovi/gym_code/make_latex_scaling_plot.py found in paper text by Syntology unverified no licence file found · pointer only · ecda781e53d76bad · report
measure_mean_traj_len lviano/ovi/gym_code/run_traj_experiment.py found in paper text by Syntology unverified no licence file found · pointer only · 33d7901e94f408e1 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.29617, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections