Notice: The reproducibility variables underlying each score are classified using an automated LLM-based pipeline, validated against a manually labeled dataset. LLM-based classification introduces uncertainty and potential bias; scores should be interpreted as estimates. Full accuracy metrics and methodology are described in Coakley et alK. L. Coakley, T. Snelleman, H. Hoos, and O. E. Gundersen, "The embrace of open science: An analysis of a decade of AI research and 56 800 conference papers," Under Review, 2026..
Finite-Time Bounds for Average-Reward Fitted Q-Iteration
Authors: Jongmin Lee, Ernest K. Ryu
NeurIPS 2025 | Venue PDF | LLM Run Details
| Reproducibility Variable | Result | LLM Response |
|---|---|---|
| Research Type | Theoretical | Our work does not include numerical experiments. |
| Researcher Affiliation | Academia | Jongmin Lee Seoul National University Department of Mathematical Sciences EMAIL Ernest K. Ryu UCLA Department of Mathematics EMAIL |
| Pseudocode | Yes | Algorithm 1 Anchored Fitted Q-Iteration (D, K, {Fi}K i=1{λi}K i=1) Input: D = {si, ai, ri, s i}n i=1, f0 = 0, K 1, {λi}K i=1 (0, 1) for k = 0, 1, . . . , K 1 do ˆTfk = argminf Fk+1 Pn i=1 f(si, ai) ri maxa A fk(s i, a) 2 fk+1 = (1 λk+1)f0 + λk+1 ˆTfk With f0 = 0, this is weight decay end for π(a | s) = argmaxa A f K(s, a) Output π, f K |
| Open Source Code | No | Our paper does not include experiments requiring code. |
| Open Datasets | No | Our work does not include numerical experiments. |
| Dataset Splits | No | Our work does not include numerical experiments. |
| Hardware Specification | No | Our paper does not include numerical experiments. |
| Software Dependencies | No | Our paper does not include numerical experiments. |
| Experiment Setup | No | Our paper does not include numerical experiments. |