Papers › Self-Normalized Inference for Constant-Stepsize Temporal-Difference Learning under...

Self-Normalized Inference for Constant-Stepsize Temporal-Difference Learning under Markovian Sampling

11 Aug 2026arXiv:2608.10896added by Syntology

Min Zeng, Yichen Zhang, Xiaofeng Shao

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

Constant-stepsize temporal-difference (TD) learning is attractive for policy evaluation, but inference from a single Markov trajectory must account for serial dependence and a stepsize-dependent stationary target. For fixed-stepsize linear TD, we establish a functional central limit theorem whose covariance retains the multiplicative component induced by the random TD matrix and the stationary iterate error. We then derive a joint functional limit for parallel Richardson--Romberg (RR) recursions driven by the same trajectory. A Brownian-bridge self-normalizer yields asymptotically pivotal confidence regions for prespecified state-value contrasts without estimating the long-run covariance or selecting a bandwidth or batch length. For such a contrast, the procedure admits a one-pass implementation whose memory does not grow with the trajectory length. At a fixed stepsize, the inferential center is the RR stationary target. We also study horizon-indexed designs in which the stepsize remains constant within each run and decreases across longer horizons. Under an explicit RR-dependent rate window, the residual RR target shift, multiplicative remainder, and initialization effect are negligible at the root-n scale, yielding inference for the projected Bellman solution. Experiments on FrozenLake and Garnet illustrate stationary-target coverage, RR target correction, and the finite-sample behavior of the horizon-indexed design.

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="2608.10896")

Code

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

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

MinZenggit/SN-TD 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

16 samples harvested; 7 ran; 0 honoured the contract we drafted; 9 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.

7ran
9unverified

Licence: 16 of the 16 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 MinZenggit/SN-TD. “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.

coverage_diagnostics MinZenggit/SN-TD/code/Experiments/garnet_policy_evaluation/aggregation.py found in paper text by Syntology ran no licence file found · pointer only · 5fb917fc543f32a1 · report
dataframe_hash MinZenggit/SN-TD/code/Experiments/garnet_policy_evaluation/io_utils.py found in paper text by Syntology ran no licence file found · pointer only · b141a3c001fcb54b · report
generate_random_streams MinZenggit/SN-TD/code/Experiments/garnet_policy_evaluation/simulation.py found in paper text by Syntology ran no licence file found · pointer only · 208ff74609915ec7 · report
latex_escape MinZenggit/SN-TD/code/make_figures.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 2d38271ff33c9185 · report
load_raw MinZenggit/SN-TD/code/Experiments/garnet_policy_evaluation/aggregation.py found in paper text by Syntology ran no licence file found · pointer only · 732e23b7b6424aad · report
sha256_file MinZenggit/SN-TD/code/Experiments/garnet_policy_evaluation/io_utils.py found in paper text by Syntology ran no licence file found · pointer only · 3b4b4b882b5a55cd · report
unique_stepsizes MinZenggit/SN-TD/code/Experiments/garnet_policy_evaluation/simulation.py found in paper text by Syntology ran no licence file found · pointer only · 01dd74604021821c · report
aggregate_main MinZenggit/SN-TD/code/Experiments/garnet_policy_evaluation/aggregation.py found in paper text by Syntology unverified no licence file found · pointer only · 7f73f1373996c458 · report
generate_features MinZenggit/SN-TD/code/Experiments/garnet_policy_evaluation/features.py found in paper text by Syntology unverified no licence file found · pointer only · 5282ad0864476c3e · report
load_mdp MinZenggit/SN-TD/code/Experiments/garnet_policy_evaluation/generator.py found in paper text by Syntology unverified no licence file found · pointer only · be757e18f5687830 · report
load_profile_config MinZenggit/SN-TD/code/Experiments/garnet_policy_evaluation/config.py found in paper text by Syntology unverified no licence file found · pointer only · d93ecdbd3ef810cc · report
make_figures MinZenggit/SN-TD/code/Experiments/garnet_policy_evaluation/plotting.py found in paper text by Syntology unverified no licence file found · pointer only · 0a70779e89d091d6 · report
projected_target MinZenggit/SN-TD/code/Experiments/garnet_policy_evaluation/exact_targets.py found in paper text by Syntology unverified no licence file found · pointer only · 490f87497b1b4b3d · report
save_features MinZenggit/SN-TD/code/Experiments/garnet_policy_evaluation/features.py found in paper text by Syntology unverified no licence file found · pointer only · 1e61934c0033b59a · report
save_mdp MinZenggit/SN-TD/code/Experiments/garnet_policy_evaluation/generator.py found in paper text by Syntology unverified no licence file found · pointer only · a7425f26e8565986 · report
validate_final_horizon_rule MinZenggit/SN-TD/code/Experiments/garnet_policy_evaluation/runner.py found in paper text by Syntology unverified no licence file found · pointer only · 2b910d6392bcfd4e · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.10896, was issued in August 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