Pith. sign in

REVIEW 2 major objections 4 minor 26 references

Tracking Most Significant Shifts in Infinite-Armed Bandits

T0 review · 2 major / 4 minor · reviewed 2026-08-09 · deepseek-v4-flash

Pith's one-line read In changing infinite-armed bandits, optimal regret is achievable without knowing the non-stationarity, for every reservoir regularity.

desk verdict The significant-shift half of Corollary 5 is not proven, but the L_R/V_R optimal-rate claim is repairable and the blackbox part is solid. read the letter →

arxiv 2502.00108 v1 pith:XDPPRPH5 submitted 2025-01-31 cs.LG stat.ML

classification cs.LGstat.ML
keywords infinite-armedbanditsnon-stationarysignificantshiftsrottingrewardsreservoirdistributionparameter-freeregretrandomizedeliminationhigh-probability
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 attacks an infinite-armed bandit problem in which the mean rewards of newly sampled arms come from a reservoir distribution and later change over time. It tries to establish that an algorithm can achieve the optimal regret for this problem without being told how much non-stationarity exists, for every reservoir shape parameter $\beta>0$. It gives two procedures: a blackbox that converts any finite-armed bandit algorithm with a gap-dependent guarantee into a parameter-free infinite-armed algorithm, and a randomized-elimination algorithm that restarts only when a \emph{significant shift} makes all currently explored arms bad. The main result is a high-probability regret bound matching the known lower bounds up to logarithmic factors, expressed in terms of the number of significant shifts and the total amount of rotting, or downward, reward variation. If correct, this means upward reward drift does not increase the difficulty of the problem; only decreases in arm quality do.

What carries the argument

The load-bearing object is the significant shift (Definition 3): an interval is called safe if some arm among the first $t^{\beta/(\beta+1)}$ arms sampled in that interval has cumulative shortfall at most $\kappa_1^{-1} (\text{length})^{\beta/(\beta+1)}$ on every subinterval, and a significant shift is a boundary where this ceases to hold. Algorithm 2 combines this definition with restarting randomized elimination: it subsamples arms, plays uniformly over the current candidate set, maintains importance-weighted cumulative estimates $\hat{\delta}_t^{\mathrm{IW}}(a)$ of each arm's shortfall, eliminates arms whose cumulative estimates exceed a threshold, and restarts when the candidate set is empty. Freedman's inequality plus a self-bounding argument converts these estimates into a per-episode regret bound of order $\tilde{O}((t_{\ell+1}-t_\ell)^{\beta/(\beta+1)})$, and the significant-shift structure then yields the final bound in terms of $\tilde{L}$ and $V_R$.

What would settle it

Run Algorithm 2 in a $\beta$-regular reservoir where all reward drift for played arms is upward, so the realized rotting variation $V_R$ is zero. Corollary 5 predicts regret of order $\tilde{O}(T^{\beta/(\beta+1)})$; if a simulation produces regret measurably larger than this, or triggers restarts despite zero rotting variation, the paper's claim that only rotting non-stationarity matters is refuted.

Watch

Extended reading notes

Core claim

The central claim is that the minimax rate for non-stationary infinite-armed bandits, previously attainable only with prior knowledge of the number of changes or the total variation, is attainable parameter-free for every $\beta>0$. Concretely, Corollary 5 states that Algorithm 2 has, with probability at least $1 - 1/T$, regret at most $\tilde{O}((\tilde{L}+1)^{1/(\beta+1)} T^{\beta/(\beta+1)})$ and also at most $\tilde{O}(V_R^{1/(\beta+2)} T^{(\beta+1)/(\beta+2)} + T^{\beta/(\beta+1)})$, where $\tilde{L}$ is the number of significant shifts and $V_R$ is the realized rotting variation. These rates match the known lower bounds for the rotting sub-case up to logarithmic factors, without algorithmic knowledge of either quantity. The paper further claims this gives the first adaptive dynamic regret bound of the form $V_R^{1/3} T^{2/3} \wedge \sqrt{L_R T}$ with bandit feedback under adaptively adversarial changes.

Load-bearing premise

The proof needs every restart of the elimination algorithm to be caused by a true significant shift, meaning every arm sampled in the current phase has become genuinely bad, but the appendix only demonstrates this for arms in the final block, not for arms retained from earlier blocks.

Editorial extensions

If this is right

  • Algorithm 2 achieves the first parameter-free optimal regret for all reservoir regularity regimes $\beta>0$, matching the known lower bounds up to logarithmic factors.
  • Only rotting non-stationarity matters: rewards that rise over time do not enter the regret bound, so environments with purely upward drift are no harder than stationary ones.
  • The blackbox scheme means any finite-armed algorithm satisfying the paper's mildly corrupted gap-dependent assumption automatically yields a parameter-free infinite-armed algorithm, making the result modular.
  • The elimination algorithm's regret bound does not require an upper-tail condition on the reservoir distribution, relaxing assumptions that were needed even in stationary infinite-armed bandits.
  • The guarantees hold with high probability rather than only in expectation, which was previously unavailable in this setting.
  • For $\beta=1$, the result specializes to an adaptive dynamic regret rate of order $V_R^{1/3} T^{2/3} \wedge \sqrt{L_R T}$, a style of bound not previously known even for finite-armed bandits with adversarial changes.

Reading between the lines

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

  • Because the conversion is blackbox, future improvements in finite-armed non-stationary algorithms that satisfy the gap-dependent assumption should automatically transfer to infinite-armed non-stationary problems, making the paper's scheme a design template rather than a single algorithm.
  • The claim that only rotting variation matters suggests a practical diagnostic for recommender systems and adaptive trials: monitor only downward drift in candidate quality when deciding whether to re-explore, and ignore upward changes in popularity or reward.
  • The high-probability binning argument used to avoid density assumptions on the reservoir may be reusable in other many-armed bandit proofs, removing upper-tail regularity conditions that earlier expectation-based gap integrations required.
  • A natural testable extension is to ask whether the same significant-shift measure controls regret in structured infinite-armed settings such as contextual or dueling bandits, where the paper notes no comparable measure is currently known.
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

2 major / 4 minor

Summary. The paper studies infinite-armed bandits with a beta-regular reservoir distribution and rested non-stationary rewards. It proposes Algorithm 1, a blackbox restart/subsampling wrapper around any finite-armed MAB base algorithm satisfying a gap-dependent regret bound under mild corruption, and Algorithm 2, a restarting randomized elimination scheme with importance-weighted gap estimates. Theorem 2 gives adaptive regret bounds for Algorithm 1 in terms of realized changes L and realized variation V, with optimal rates for beta >= 1 and suboptimal rates for beta < 1. Corollary 5 claims that Algorithm 2 attains, with high probability, a regret bound of order O~((L̃+1)^{1/(beta+1)} T^{beta/(beta+1)} ∧ (V_R^{1/(beta+2)} T^{(beta+1)/(beta+2)} + T^{beta/(beta+1)})), where L̃ counts significant shifts and V_R is realized rotting variation; this is presented as the first parameter-free optimal bound for all beta and as matching the lower bounds of Kim et al. (2024). The paper also reports synthetic experiments comparing both algorithms with SSUCB and AUCBT-AW/ASW.

Significance. If the main claims were fully established, the paper would resolve open questions in non-stationary infinite-armed bandits: it would give parameter-free adaptive regret bounds, provide high-probability guarantees, relax some distributional assumptions on the reservoir, and introduce a new significant-shift complexity measure. The paper has genuine strengths: Theorem 2 is supported by a detailed appendix; the UCB base algorithm is verified against Assumption 2 in Appendix C; the high-probability binning argument in Appendix A.4 is a nontrivial technical contribution; and the blackbox reduction is modular and clearly explained. The experimental section is useful but secondary. However, the headline all-regime optimality claim depends on Corollary 5, whose proof has a quantifier gap in the argument connecting restarts of Algorithm 2 to Definition 3 significant shifts; that gap currently leaves the L̃-dependent term unsupported.

major comments (2)
  1. [Appendix B.2 and Definition 3] The proof that L̂ ≤ L̃ + 1 is not established. Inequality (22) shows that every arm in the final block subsample A_{mℓ} is unsafe on its elimination interval, and the text then says that by Definition 3 a significant shift must have occurred within the block. But Definition 3 quantifies over the first (t_{ℓ+1} - t_ℓ)^{β/(β+1)} arms sampled during the episode, not over the arms of the final block. Algorithm 2 (Line 3) resets G to a fresh subsample at every block boundary, so arms earlier in the episode are discarded and are not covered by (22). For example, with β = 1 and m_ℓ = 10, the earlier blocks contain roughly 109 log T sampled arms while the episode threshold is about (t_{ℓ+1} - t_ℓ)^{1/2} ≈ 45, so all qualifying arms can be safe arms from earlier blocks while the final block eliminates all of its own arms and triggers a restart. Thus the implication L̂ ≤ L̃ + 1, the (L̃ + 1)^{1/(β+1)} T^{β/(β+1)} term in Corollary 5, and the abstract's all-regime optimality claim are not supported by the current proof. The V_R-side of Corollary 5 may survive via the per-episode variation lower bound later in the same appendix, but the significant-shift bound requires a new argument.
  2. [Section 5.2] The claim 'This means L̃ ≤ L_R' is asserted informally and not proved. The preceding discussion only gives intuition: an arm with initial gap O(T^{-1/(β+1)}) becomes unsafe only after its gap increases substantially. It does not show that the number of distinct significant shifts is bounded by the number of realized rotting changes L_R, especially when multiple gaps change over time or when a single episode contains multiple blocks. This claim is used to justify the paper's central interpretation that only rotting non-stationarity matters; it should either be stated as a conjecture/interpretation or proved with the same level of rigor as the regret bounds.
minor comments (4)
  1. [Throughout] There are several typos and inconsistencies: 'state-of-art' appears repeatedly; 'inution' in Section 5.1; 'Algoritm 3' in Appendix C; and the text in Section 7 refers to AUCBT-ASW while the Figure 1 legend uses AUCBT-AW.
  2. [Algorithm 1] The input line says 'Base-Alg satisfying Assumption 1', but the algorithm requires Assumption 2; the statement should refer to Assumption 2.
  3. [Appendix A.7] In the proof of Lemma 11, the transition from the binomial tail to exp(-|A_{m_ℓ}| log T / 2^{m_ℓ β/(β+1)}) requires κ_1 log^{3β-1}(T) ≥ 1; the stated WLOG condition log(T) ≥ κ_1^{-1/(2β)} is not sufficient for β > 1. This is easily fixed by choosing a stronger WLOG lower bound on log T, but the displayed condition should be corrected.
  4. [Section 7] The note about omitting the log(T) factor in Algorithm 2's subsampling rate says the resulting extra factor log^{2/β}(T) is 'not large' for β ∈ {0.8, 1, 1.2}; for β = 0.8 and T = 10^5 this factor is on the order of hundreds, so the wording overstates the practical insignificance.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the adaptive regret bounds are derived from concentration and elimination events, not fitted into existence.

full rationale

The paper does not fit parameters to data and rename them as predictions. Theorem 4's regret bound is obtained in Appendix B.1 by Freedman's inequality applied to the algorithm's own importance-weighted estimators and the explicit elimination threshold C2 |A_m| log T; the constants are absolute, not calibrated to the targets L, V, L~, or V_R. Corollary 5 then converts the per-episode regret sum to significant-shift and rotting-variation bounds. The step \hat L ≤ L~ + 1 is a substantive mathematical claim proved in Appendix B.2, not an equality by construction: Definition 3 quantifies over the first E^{β/(β+1)} arms sampled in an episode, whereas inequality (22) establishes unsafety only for the final block's subsample. That is a possible proof gap (a correctness risk), not a circular reduction. Self-citations to Suk and Kpotufe (2022) and Suk (2024) are used as sources of technique and comparison; the needed high-probability bounds are re-derived in the appendices. Hence no derivation step is equivalent to its own inputs.

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

No parameters are fitted to data; C1, C2 are universal constants. \beta is a model parameter, not fitted. The proof relies on \beta-regularity, rested non-stationarity, and a gap-dependent base-algorithm guarantee. The only invented ledger entry is the significant-shift measure, whose role in Corollary 5 is not fully justified.

assumptions (4)
  • domain assumption Assumption 1: reservoir distribution is \beta-regular: \kappa_1 x^\beta \le P(\mu_0(a)>1-x) \le \kappa_2 x^\beta.
    Used to guarantee subsampled arms contain a near-optimal arm (Lemma 11) and to bound gap-dependent base regret; the algorithm takes \beta as known.
  • domain assumption Rested non-stationarity: adversary changes an arm's mean only after the round the arm is played.
    Setup in Section 2.1; crucial for telescoping variation lower bounds in Lemma 10 and Appendix B.2; Remark 1 claims equivalence to settings where all arms change but does not prove it.
  • domain assumption Assumption 2: base finite-armed algorithm has gap-dependent regret in \alpha-mildly corrupt environments.
    Required by blackbox; proved for UCB in Appendix C, assumed for general base algorithms; used in Case (B) of Lemma 10.
  • standard math Freedman's inequality and standard martingale concentration.
    Used throughout for high-probability bounds on cumulative regret and estimates.
invented entities (1)
  • Significant shift (\tau_i, \tilde{L})
    purpose: Data-dependent measure of non-stationarity counting intervals where no recently sampled arm remains safe; used to state adaptive regret bounds in Corollary 5.
    Defined in Definition 3; whether it equals or lower-bounds L_R is proven only informally in Section 5.2 and used in Corollary 5; no external validation.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Tracking Most Significant Shifts in Infinite-Armed Bandits." pith.science (2026). https://pith.science/paper/XDPPRPH5

@misc{pith2026250200108,
  author       = {Pith},
  title        = {Pith review of: Tracking Most Significant Shifts in Infinite-Armed Bandits},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/XDPPRPH5}},
  note         = {Machine review of arXiv:2502.00108}
}
read the original abstract

We study an infinite-armed bandit problem where actions' mean rewards are initially sampled from a reservoir distribution. Most prior works in this setting focused on stationary rewards (Berry et al., 1997; Wang et al., 2008; Bonald and Proutiere, 2013; Carpentier and Valko, 2015) with the more challenging adversarial/non-stationary variant only recently studied in the context of rotting/decreasing rewards (Kim et al., 2022; 2024). Furthermore, optimal regret upper bounds were only achieved using parameter knowledge of non-stationarity and only known for certain regimes of regularity of the reservoir. This work shows the first parameter-free optimal regret bounds for all regimes while also relaxing distributional assumptions on the reservoir. We first introduce a blackbox scheme to convert a finite-armed MAB algorithm designed for near-stationary environments into a parameter-free algorithm for the infinite-armed non-stationary problem with optimal regret guarantees. We next study a natural notion of significant shift for this problem inspired by recent developments in finite-armed MAB (Suk & Kpotufe, 2022). We show that tighter regret bounds in terms of significant shifts can be adaptively attained by employing a randomized variant of elimination within our blackbox scheme. Our enhanced rates only depend on the rotting non-stationarity and thus exhibit an interesting phenomenon for this problem where rising rewards do not factor into the difficulty of non-stationarity.

Figures

Figures reproduced from arXiv: 2502.00108 by the authors.

Figure 1
Figure 1. Experimental results showing regret of algorithms [PITH_FULL_IMAGE:figures/full_fig_p011_1.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

26 extracted references · 20 canonical work pages

  1. [1]

    Let X1, X2,

    Lemma7 (StrengthenedFreedman’sInequality, Theorem9(ZimmertandLattimore,2022)) . Let X1, X2, . . . , XT be a martingale difference sequence with respect to a filtrationF1 ⊆ F2 ⊆ · · · ⊆ FT such that E[Xt | Ft] = 0 and assume E[|Xt| | Ft] < ∞ a.s.. Then, with probability at least1 − δ, TX t=1 Xt ≤ 3 s Vt log 2 max{Ut, √VT } δ + 2UT log 2 max{UT , √VT } δ , ...

  2. [2]

    Lattimore and Szepesvári, 2020, Section 7.1), with some small modifications to account for the mild corruption (Definition 1)

    The proof will mostly follow the standard proof for showing the classsical logarithmic regret bound (e.g. Lattimore and Szepesvári, 2020, Section 7.1), with some small modifications to account for the mild corruption (Definition 1). We first present a variant of the UCB1 Algorithm of Auer et al. (2002). Algorithm 3:Variant of UCB1 (Algoritm 3 of Lattimore...

  3. [11]

    Baekjin Kim and Ambuj Tewari

    URL https://dl.acm.org/doi/10.5555/3618408.3619017. Baekjin Kim and Ambuj Tewari. Randomized exploration for non-stationary stochastic linear bandit. Uncertainty in Artificial Intelligence,

  4. [12]

    Randomized Exploration for Non-Stationary Stochastic Linear Bandits

    URL https://arxiv.org/pdf/1912.05695. 13 Jung-Hun Kim, Milan Vojnovic, and Se-Young Yun. Rotting infinitely many-armed bandits. In Kamalika Chaudhuri, Stefanie Jegelka, Le Song, Csaba Szepesvari, Gang Niu, and Sivan Sabato, editors,Proceedings of the 39th International Conference on Machine Learning, volume 162 ofProceedings of Machine Learning Research, ...

  5. [13]

    An Adaptive Approach for Infinitely Many-armed Bandits under Generalized Rotting Constraints

    URL https://arxiv.org/pdf/2404.14202. Levente Kocsis and Csaba Szepesvári. Discounted ucb.2nd PASCAL Challenges Workshop,

  6. [16]

    ISBN 9781450355599

    Association for Computing Machinery. ISBN 9781450355599. doi: 10.1145/3188745.3188918. URL https://arxiv.org/pdf/1803.09353. Anne Gael Manegueu, Alexandra Carpentier, and Yi Yu. Generalized non-stationary bandits.arXiv preprint: arXiv:2102.00725,

  7. [19]

    Aleksandrs Slivkins

    URL https://arxiv.org/pdf/2003.10113.pdf. Aleksandrs Slivkins. Introduction to multi-armed bandits.Foundations and Trends® in Machine Learning, 12(1-2):1–286,

  8. [21]

    Adaptive Smooth Non-Stationary Bandits

    URL https: //arxiv.org/pdf/2407.08654. Joe Suk and Arpit Agarwal. When can we track significant preference shifts in dueling bandits?Advances in Neural Information Processing Systems (NeurIPS),

Show all 26 references
  1. [22]

    Joe Suk and Samory Kpotufe

    URLhttps://arxiv.org/pdf/2302.06595.pdf. Joe Suk and Samory Kpotufe. Tracking most significant arm switches in bandits.Conference on Learning Theory (COLT),

  2. [23]

    URL https://arxiv.org/pdf/2307.05341. pdf. Yining Wang. Technical note—on adaptivity in nonstationary stochastic optimization with bandit feedback. Operations Research,

  3. [26]

    Julian Zimmert and Tor Lattimore

    URL https: //arxiv.org/pdf/2103.05324. Julian Zimmert and Tor Lattimore. Return of the bias: Almost minimax optimal high probability bounds for adversarial linear bandits. In Po-Ling Loh and Maxim Raginsky, editors,Proceedings of Thirty Fifth Conference on Learning Theory, vol...

  4. [27]

    15 A Blackbox Algorithm Regret Analysis (Details for the Proof of Theorem

    URLhttps://arxiv.org/pdf/1807.07623. 15 A Blackbox Algorithm Regret Analysis (Details for the Proof of Theorem

  5. [29]

    However, forβ <1, we may incur an extra(tℓ+1 − tmℓ ℓ ) 1−β β+1 term in the final regret bound due to this term

    · 2J(1−β), for β ≥ 1, 2J(1−β) is a constant. However, forβ <1, we may incur an extra(tℓ+1 − tmℓ ℓ ) 1−β β+1 term in the final regret bound due to this term. Thus, this argument would only yield a suboptimal regret bound. Interestingly, Bayati et al. (2020, cf. E.1.2) and Kim e...

  6. [1985]

    Tor Lattimore and Csaba Szepesvári.Bandit Algoritms

    URL https://www.sciencedirect.com/science/article/pii/0196885885900028. Tor Lattimore and Csaba Szepesvári.Bandit Algoritms. Cambridge University Press,

  7. [1997]

    URL https://doi.org/10.1214/aos/1069362389

    doi: 10.1214/aos/1069362389. URL https://doi.org/10.1214/aos/1069362389. Omar Besbes, Yonatan Gur, and Assaf Zeevi. Optimal exploration-exploitation in a multi-armed-bandit problem with non-stationary rewards.Stochastic Systems, 9(4):319–337,

  8. [2006]

    Aurélien Garivier and Eric Moulines

    URL https://jmlr.csail.mit.edu/papers/volume7/evendar06a/evendar06a.pdf. Aurélien Garivier and Eric Moulines. On upper-confidence bound policies for switching bandit problems. In Proceedings of the 22nd International Conference on Algorithmic Learning Theory, pages 174–188. AL...

  9. [2008]

    Chen-Yu Wei and Haipeng Luo

    URL https://proceedings.neurips.cc/paper_ files/paper/2008/file/49ae49a23f67c759bf4fc791ba842aa2-Paper.pdf. Chen-Yu Wei and Haipeng Luo. Non-stationary reinforcement learning without prior knowledge: An optimal black-box approach.Proceedings of the 32nd International Conferenc...

  10. [2012]

    Thomas Kleine Buening and Aadirupa Saha

    URLhttps://arxiv.org/ pdf/1204.5721.pdf. Thomas Kleine Buening and Aadirupa Saha. Anaconda: An improved dynamic regret algorithm for adaptive non-stationary dueling bandits. In Francisco Ruiz, Jennifer Dy, and Jan-Willem van de Meent, editors, Proceedings of The 26th Internati...

  11. [2013]

    Sébastien Bubeck and Nicoló Cesa-Bianchi

    URL https://proceedings.neurips.cc/paper_files/paper/2013/file/ fc2c7c47b918d0c2d792a719dfb602ef-Paper.pdf. Sébastien Bubeck and Nicoló Cesa-Bianchi. Regret analysis of stochastic and nonstochastic multi-armed bandit problems. Foundations and Trends in Machine Learning, 5(1),

  12. [2015]

    Yifang Chen, Chung-Wei Lee, Haipeng Luo, and Chen-Yu Wei

    URL https://arxiv.org/pdf/1505.04627. Yifang Chen, Chung-Wei Lee, Haipeng Luo, and Chen-Yu Wei. A new algorithm for non-stationary contextual bandits: efficient, optimal, and parameter-free. In32nd Annual Conference on Learning Theory,

  13. [2018]

    Thodoris Lykouris, Vahab Mirrokni, and Renato Paes Leme

    URL https://dl.acm.org/doi/pdf/10.5555/3504035.3504482. Thodoris Lykouris, Vahab Mirrokni, and Renato Paes Leme. Stochastic bandits robust to adversarial corruptions. In Proceedings of the 50th Annual ACM SIGACT Symposium on Theory of Computing, STOC 2018, page 114–122, New Yo...

  14. [2019]

    informs.org/doi/epdf/10.1287/stsy.2019.0033

    URLhttps://pubsonline. informs.org/doi/epdf/10.1287/stsy.2019.0033. Thomas Bonald and Alexandre Proutiere. Two-target algorithms for infinite-armed bandits with bernoulli rewards. In C.J. Burges, L. Bottou, M. Welling, Z. Ghahramani, and K.Q. Wein- berger, editors, Advances in...

  15. [2020]

    Donald A

    URLhttps://arxiv.org/pdf/2002.10121. Donald A. Berry, Robert W. Chen, Alan Zame, David C. Heath, and Larry A. Shepp. Bandit problems with infinitely many arms.The Annals of Statistics, 25(5):2103 – 2116,

  16. [2021]

    Joseph Mellor and Jonathan Shapiro

    URL https://arxiv.org/pdf/2102.00725.pdf. Joseph Mellor and Jonathan Shapiro. Thompson sampling in switching environments with bayesian online change detection. In Carlos M. Carvalho and Pradeep Ravikumar, editors,Proceedings of the Sixteenth International Conference on Artifi...

  17. [2022]

    14 Yizao Wang, Jean-yves Audibert, and Rémi Munos

    URL https://arxiv.org/pdf/2210.05584.pdf. 14 Yizao Wang, Jean-yves Audibert, and Rémi Munos. Algorithms for infinitely many-armed bandits. In D. Koller, D. Schuurmans, Y. Bengio, and L. Bottou, editors,Advances in Neural Information Processing Systems, volume

  18. [2024]

    URL https://arxiv.org/pdf/2410.16052. S. Jia, Qian Xie, Nathan Kallus, and P. Frazier. Smooth non-stationary bandits. InInternational Conference on Machine Learning,

Pith tools

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