Online KL-Regularized Reinforcement Learning with Function Approximation under Misspecification


Abstract

We study KL-regularized contextual bandits and episodic reinforcement learning (RL) under general function approximation with model misspecification. Existing guarantees rely on realizability and therefore do not extend to misspecified models, where classical regret bounds may fail. This work introduces KL misspecification formulations for contextual bandits and episodic RL and analyzes regression-based algorithms with Gibbs policy updates. High-probability KL-regret guarantees with explicit misspecification terms are established, recovering the standard realizable KL-regularized setting as a special case.

1 Introduction↩︎

We study KL-regularized contextual bandits and episodic RL under general function approximation with model misspecification. Such formulations arise in modern RLHF and LLM post-training pipelines, where policy updates are regularized by a KL penalty relative to a reference policy [1][6]. Beyond their practical relevance, KL-regularized objectives provide a principled abstraction of stability–performance trade-offs induced by information-theoretic regularization.

Informally, model misspecification means that the learner uses a model class that is too simple to exactly represent the environment. For example, the learner may fit rewards or value targets using a linear, low-rank, or otherwise restricted class, while the true reward depends on nonlinear features or interactions outside that class. In that case, even with unlimited data and no statistical noise, the best predictor inside the chosen class can still have a nonzero approximation bias. This is the failure of realizability studied in misspecified bandits and RL [7][11].

Our analysis builds on the literature on contextual bandits and RL with general function approximation, which develops oracle-based and regression-based algorithms together with strong regret guarantees under structural assumptions [12][19]. Subsequent work has further expanded this framework to include policy-optimization-oriented analyses and more general oracle-efficient formulations [20][22]. A separate recent line extends these ideas to KL-regularized bandit and RL settings, establishing provably efficient guarantees for soft-policy formulations [4][6], [23][26]. However, these analyses rely on realizability, requiring the ground-truth reward or value functions to lie within the chosen function class. When this assumption fails, the resulting misspecified setting can fundamentally alter achievable regret guarantees.

Recent work on misspecified bandits and RL shows that achievable guarantees depend critically on the chosen misspecification model [7][11], [27]. In KL-regularized problems, this dependence is further complicated by structural differences from standard reward-regret formulations. First, the relevant performance criterion is KL regret with respect to a KL-optimal Gibbs policy, rather than reward regret relative to a deterministic benchmark. Second, the KL regularization changes both the optimization geometry and the Bellman targets appearing in the analysis, so misspecification conditions from standard bandit/RL formulations do not transfer directly. Existing misspecification models do not explicitly account for these KL-specific features, leaving the theoretical treatment of misspecification in KL-regularized bandits and RL incomplete.

This raises the question of whether one can obtain provably efficient KL-regret guarantees under misspecification using approximation conditions aligned with the KL-regularized objective. We address this question for KL-regularized contextual bandits and episodic RL. For RL, our main theorem is stated under explicitly assumed confidence and uncertainty conditions, and the algorithmic guarantees use bonuses calibrated to a known misspecification level. The main contributions are as follows:

  • We introduce KL misspecification formulations for contextual bandits and episodic RL. For contextual bandits, we use a pointwise misspecification formulation adapted to the KL-regularized objective. For episodic RL, we introduce a stagewise misspecification condition aligned with KL-regularized Bellman targets.

  • The main technical contribution is an analysis that combines a Gibbs quadratic self-bounding inequality for KL gaps with a reduction that converts squared on-policy Q-gaps into squared Bellman residual terms. This isolates the KL-specific terms that are not present in standard misspecified reward-regret analyses.

  • We establish high-probability KL-regret guarantees with explicit misspecification terms and eluder-dimension-style complexity dependence. For contextual bandits, we give a direct regret theorem under the KL pointwise misspecification model. For episodic RL, we prove a high-probability regret theorem under assumed confidence and uncertainty conditions, with explicit dependence on misspecification and a bound on the sum of squared bonuses. We further show how our framework recovers standard realizable KL-regularized settings as special cases.

2 Related Work↩︎

2.0.0.1 General function approximation in contextual bandits and RL.

Our work builds on the literature on contextual bandits and RL with general function approximation, including reduction-based, oracle-based, and regression-based approaches [13][15], [28]. This literature also develops structural complexity measures and complexity-sensitive analyses that are central to modern online learning theory over rich hypothesis classes [12], [16][18]. Related work further studies how structural conditions, such as coverage, affect exploration efficiency in online RL [19], and recent works continue to extend oracle-efficient and policy-optimization-oriented analyses for contextual bandits with rich function classes [20][22].

A line of work studies KL-regularized, or relative-entropy-regularized, bandit and RL formulations. Related theoretical developments in preference-based RL and RLHF include finite-time analyses, trajectory-preference formulations, randomized exploration schemes, and comparisons between RLHF and standard RL [29][32]. More recent results analyze KL-regularized RLHF formulations directly, including iterative preference learning under KL constraints, exploration-aware preference optimization, online and offline settings, and sharp guarantees for KL-regularized contextual bandits and RL [4][6], [23], [24]. Additional work studies general-preference and Nash-style RLHF as well as regularized variants beyond the standard Bradley–Terry model [25], [26], [33], [34].

2.0.0.3 Misspecification in bandits and RL.

A substantial body of work studies misspecified contextual bandits and RL, establishing forms of graceful degradation beyond realizability and highlighting the sensitivity of guarantees to the chosen misspecification model [7][11]. These developments include oracle-efficient contextual bandit methods, misspecified linear contextual bandits, and misspecified RL analyses spanning linear MDPs to more general function approximation settings [8][11]. Our bandit misspecification condition adopts a pointwise approximation viewpoint extending to the ideas of the misspecification formulations used by [7], but adapts the formulation to KL-regularized objectives and extends the pointwise viewpoint to KL-regularized Bellman targets in episodic RL. Related work on misspecified regression under covariate shift provides complementary analytical tools for learning with approximation error and distribution shift [27].

3 Preliminaries↩︎

3.1 KL-Regularized Contextual Bandits↩︎

Suppose there are a total of \(T\) rounds. At each round \(t \in [T]\), a context \(x_t \in \mathcal{X}\) is drawn from an unknown distribution \(d\), where \(\mathcal{X}\) denotes the context space. At round \(t\), the learning algorithm observes \(x_t\) and selects a policy \(\pi_t:\mathcal{X}\to\Delta(\mathcal{A})\), where \(\Delta(\mathcal{A})\) denotes the set of distributions over \(\mathcal{A}\). An action is sampled according to \(a_t \sim \pi_t(\cdot \mid x_t)\). The learner subsequently receives a reward \[r_t = R^\star(x_t, a_t) + \epsilon_t, \label{eq:bandit95reward95model}\tag{1}\] where \(R^\star:\mathcal{X}\times\mathcal{A}\to[0,1]\) is an unknown ground-truth reward function, and \(\epsilon_t\) is conditionally zero-mean and \(1\)-sub-Gaussian. We assume the learner is given a reference policy \(\pi_{\mathrm{ref}}(\cdot \mid x)\) and a finite function class \(\mathcal{R}\subseteq[0,1]^{\mathcal{X}\times\mathcal{A}}\) with cardinality \(N_{\mathcal{R}}:=|\mathcal{R}|\).

3.1.0.1 Learning objective

We aim to design a learning algorithm that minimizes the regret, which is defined as follows: \[\mathrm{Reg}(T) = \sum_{t \in [T]} \big( J(\pi^*) - J(\pi_t) \big), \label{eq:bandit95regret95obj}\tag{2}\] where \(J(\pi)\) denotes the KL-regularized objective used here (as in [35]): \[\begin{align} J(\pi) &:= \mathbb{E}_{x \sim d}\,\mathbb{E}_{a \sim \pi(\cdot \mid x)} \left[ R^\star(x, a) - \eta^{-1} \mathrm{KL}\!\left( \pi(\cdot \mid x) \,\|\, \pi_{\mathrm{ref}}(\cdot \mid x) \right) \right] \notag\\ &= \mathbb{E}_{x \sim d}\,\mathbb{E}_{a \sim \pi(\cdot \mid x)} \left[ R^\star(x, a) - \eta^{-1} \log \frac{\pi(a \mid x)}{\pi_{\mathrm{ref}}(a \mid x)} \right], \label{eq:bandit95obj95def} \end{align}\tag{3}\] where \(\eta > 0\) is the regularization parameter. Here \(\pi(a \mid x): \mathcal{X}\times \mathcal{A}\to [0,1]\) denotes the conditional probability of selecting \(a\) given context \(x\). We define the optimal policy \(\pi^* = \arg\max_{\pi} J(\pi)\), and \(\pi_t\) to denote the stochastic policy adopted by the learning algorithm at round \(t\).

Throughout this subsection, policy optimization is taken over all stochastic policies \(\pi\). We use the standard convention that \(\mathrm{KL}\!\left(\pi(\cdot\mid x)\,\|\,\pi_{\mathrm{ref}}(\cdot\mid x)\right)=+\infty\) whenever \(\pi(\cdot\mid x)\) is not absolutely continuous with respect to \(\pi_{\mathrm{ref}}(\cdot\mid x)\). Thus, only policies that are absolutely continuous with respect to \(\pi_{\mathrm{ref}}(\cdot\mid x)\) have finite KL-regularized objective values.

Lemma 1 (Solution to the KL-regularized bandits optimization [35]). For any \(x \in \mathcal{X}\) and any measurable function \(R:\mathcal{X}\times\mathcal{A}\to\mathbb{R}\) such that \(\exp(\eta R(x,\cdot))\) is integrable under \(\pi_{\mathrm{ref}}(\cdot\mid x)\), we have \[\begin{align} &\max_{\pi} \mathbb{E}_{a \sim \pi(\cdot \mid x)} \!\left[ R(x, a) - \eta^{-1}\mathrm{KL}\!\left( \pi(\cdot \mid x) \,\|\, \pi_{\mathrm{ref}}(\cdot \mid x) \right) \right] \\ &\qquad = \eta^{-1} \log \mathbb{E}_{a \sim \pi_{\mathrm{ref}}(\cdot \mid x)} [\exp ( \eta R(x, a) )]. \end{align} \label{eq:bandit95log95partition95main}\qquad{(1)}\] The maximizer is given by \[\pi_R(a \mid x) = \frac{1}{Z_R(x)} \pi_{\mathrm{ref}}(a \mid x) \exp \left( \eta R(x, a) \right), \label{eq:gibbs95policy95def}\qquad{(2)}\] where \(Z_R(x) := \mathbb{E}_{a'\sim\pi_{\mathrm{ref}}(\cdot \mid x)} [\exp( \eta R(x, a') )]\).

Using Lemma 1 and 3 , the KL-optimal policy is \(\pi^*=\pi_{R^\star}.\) Importantly, this characterization does not require realizability; in our misspecified setting, \(\mathcal{R}\) only specifies the learner’s approximation class, while the benchmark policy is defined by the ground-truth reward \(R^\star\).

Assumption 1 (Misspecification for contextual bandits). Define the pointwise misspecification for the bandit reward by \[\zeta_{\mathrm{Bandit}}^2 := \inf_{R\in\mathcal{R}}\; \sup_{x\in\mathcal{X}}\; \sup_{a\in\mathcal{A}} \bigl(R(x,a)-R^\star(x,a)\bigr)^2. \label{eq:zeta195def}\qquad{(3)}\]

This is the KL-regularized extension of the pointwise misspecification formulation in [7]: the benchmark and regret notion are KL-regularized, while the approximation error is quantified in the same pointwise style.

3.2 KL-Regularized RL↩︎

In this section, we introduce the episodic KL-regularized MDP formulation. An episodic MDP is defined by a tuple \((\mathcal{S}, \mathcal{A}, H, T, \mathbb{P}, d, r)\), where \(\mathcal{S}\) denotes the state space, \(\mathcal{A}\) denotes the action space, \(H\) denotes the episode length, and \(T\) denotes the total number of episodes. The transition kernel is given by \(\mathbb{P}=\{\mathbb{P}_h\}_{h=1}^H\), where \(\mathbb{P}_h(s_{h+1} \mid s_h, a_h)\) denotes the probability of transitioning from the current state-action pair \((s_h, a_h)\) to the next state \(s_{h+1}\) at step \(h\). The initial state \(s_1^t\) is drawn from an unknown distribution \(d\), and the reward function is defined as \(r=\{r_h:\mathcal{S}\times\mathcal{A}\to[0,1]\}_{h=1}^H\). For each round \(t \in [T]\) and each step \(h \in [H]\), the learning algorithm observes the current state \(s_h^t\), takes action \(a_h^t\), receives the reward \(r_h^t(s_h^t,a_h^t)\), and transitions to the next state \(s_{h+1}^t\) according to the transition kernel \(\mathbb{P}_h(\cdot \mid s_h^t, a_h^t)\). In the value-function definitions and Bellman-operator definitions below, \(r_h(s, a)\) denotes the underlying stage-\(h\) reward function in the MDP model, while \(r_h^t(s_h^t,a_h^t)\) denotes the reward observed in episode \(t\).

We use stagewise reference policies \(\{\pi_{\mathrm{ref},h}\}_{h=1}^H\). As in the bandit case, policy optimization is taken over all stochastic policies, with the standard convention that \(\mathrm{KL}\!\left(\pi_h(\cdot\mid s)\,\|\,\pi_{\mathrm{ref},h}(\cdot\mid s)\right)=+\infty\) whenever \(\pi_h(\cdot\mid s)\) is not absolutely continuous with respect to \(\pi_{\mathrm{ref},h}(\cdot\mid s)\). Thus, only policies that are absolutely continuous with respect to the stagewise reference policies have finite KL-regularized values.

We define the value function and Q-function as follows: \[\begin{align} V_h^\pi (s_h) &= \sum_{j = h}^H \mathbb{E}^\pi \left[ r_j(s_j, a_j) - \eta^{-1}\mathrm{KL}\!\left( \pi_j(\cdot \mid s_j) \,\|\, \pi_{\mathrm{ref}, j}(\cdot \mid s_j) \right) \Big| s_h \right], \notag\\ Q_h^\pi (s_h, a_h) &= r_h(s_h, a_h) + \sum_{j = h+1}^H \mathbb{E}^\pi \left[ r_j(s_j, a_j) - \eta^{-1}\mathrm{KL}\!\left( \pi_j(\cdot \mid s_j) \,\|\, \pi_{\mathrm{ref}, j}(\cdot \mid s_j) \right) \Big| s_h, a_h \right]. \label{eq:V95and95Q} \end{align}\tag{4}\] Here \(\pi := \{\pi_h\}_{h=1}^H\) denotes the policy sequence, and \(\mathbb{E}^\pi\) denotes the expectation over the trajectory induced by \(\pi\). We can also define the value function and Q-function recursively as follows. We set the terminal value as \(V_{H+1}^\pi(s_{H+1}) = 0\), and for each step \(h \in [H]\), we define \[\begin{align} V_h^\pi(s_h) &= \mathbb{E}_{a_h \sim \pi_h(\cdot \mid s_h)} \left[ Q_h^\pi(s_h, a_h) - \eta^{-1}\mathrm{KL}\!\left( \pi_h(\cdot \mid s_h) \,\|\, \pi_{\mathrm{ref},h}(\cdot \mid s_h) \right) \right],\\ Q_h^\pi(s_h, a_h) &= r_h(s_h, a_h) + \mathbb{E}_{s_{h+1} \sim \mathbb{P}_h(\cdot \mid s_h, a_h)} \left[ V_{h+1}^\pi(s_{h+1}) \right]. \end{align}\] The optimal value function and Q-function are defined as \[V_h^*(s_h) = \max_{\pi}V_h^\pi(s_h), \qquad Q_h^*(s_h,a_h) = \max_{\pi}Q_h^\pi(s_h,a_h). \label{eq:optimal95V95and95Q}\tag{5}\] Assume the optimal policy is achieved at \(\pi^*\). Using Lemma 1 and a backward iteration starting from \(V^*_{H+1}(s_{H+1}) = 0\), we have the following proposition.

Proposition 1 (Solution to the KL-regularized RL optimization [35]). The optimal policy is given by \[\pi^*_h(a_h \mid s_h) = \frac{1}{Z_h^*(s_h)} \pi_{\mathrm{ref},h}(a_h \mid s_h)\exp\!\left( \eta Q^*_h(s_h, a_h) \right), \label{eq:rl95optimal95gibbs95policy}\qquad{(4)}\] where \(Z_h^*(s_h) := \mathbb{E}_{a \sim \pi_{\mathrm{ref},h}(\cdot \mid s_h)} [\exp( \eta Q_h^*(s_h, a) )]\). Moreover, \[V_h^*(s_h) = \eta^{-1} \log \mathbb{E}_{a \sim \pi_{\mathrm{ref},h}(\cdot \mid s_h)} \left[\exp\!\left( \eta Q_h^*(s_h, a) \right)\right], \label{eq:rl95optimal95value95logpartition}\qquad{(5)}\] and \[Q_h^*(s_h, a_h) = r_h(s_h, a_h) + \mathbb{E}_{s_{h+1} \sim \mathbb{P}_h(\cdot \mid s_h, a_h)} \left[V^*_{h+1}(s_{h+1})\right]. \label{eq:optimalQ}\qquad{(6)}\] Let \(B_h:=H-h+1\). Under the normalization \(r_h(s,a)\in[0,1]\) for all \((h,s,a)\), we have \(Q_h^*(s_h,a_h)\in[0,B_h]\) for any \((s_h,a_h)\in\mathcal{S}\times\mathcal{A}\), and consequently \(V_h^*(s_h)\in[0,B_h]\) for any \(s_h\in\mathcal{S}\).

The Gibbs policy characterization and the log-partition recursion above are the KL-regularized dynamic-programming counterparts of Lemma 1, and are standard in KL-regularized RL formulations. We use this reference-policy form because it makes the KL-regularized geometry explicit and aligns with the Gibbs-policy benchmark used in our analysis.

We let \(\mathcal{R}:= \{\mathcal{R}_h\}_{h=1}^H\) denote the finite stagewise function classes used by the algorithm, where \(\mathcal{R}_h \subseteq [0,B_h]^{\mathcal{S}\times \mathcal{A}}\), and denote their cardinalities by \(N_{\mathcal{R}_h} := |\mathcal{R}_h| < \infty\).

For any bounded measurable continuation reward function \(f_{h+1}:\mathcal{S}\times\mathcal{A}\to[0,B_{h+1}]\), define the stagewise log-partition operator and the KL-regularized Bellman operator by \[V_{h+1}(f_{h+1};s_{h+1}) := \eta^{-1}\log \mathbb{E}_{a \sim \pi_{\mathrm{ref},h+1}(\cdot\mid s_{h+1})} \left[\exp\!\left(\eta f_{h+1}(s_{h+1},a)\right)\right]. \label{eq:rl95log95partition95operator}\tag{6}\] \[\begin{align} (\mathcal{T}_{\eta,h}f_{h+1})(s_h,a_h) &:= r_h(s_h,a_h) + \mathbb{E}_{s_{h+1} \sim \mathbb{P}_h(\cdot \mid s_h, a_h)} \left[ V_{h+1}(f_{h+1};s_{h+1}) \right]. \label{eq:soft95bellman95operator} \end{align}\tag{7}\]

3.2.0.1 Learning objective

We aim to design a learning algorithm that minimizes the regret. The objective function is defined as \[J(\pi) = \mathbb{E}_{s_1 \sim d} \left[ V_1^\pi(s_1) \right], \label{eq:rl95obj95def}\tag{8}\] and the regret is defined by \[\mathrm{Reg}(T) = \sum_{t\in[T]} \big( J(\pi^*) - J(\pi_t) \big). \label{eq:rl95regret95obj}\tag{9}\] Using Proposition 1, the KL-optimal policy is the Gibbs policy characterized by \(\{Q_h^*\}_{h=1}^H\). We next introduce a stagewise misspecification condition stated along a possibly data-dependent KL Bellman-backup path.

To state the misspecification condition in a pathwise form, let \(\widetilde{Q}_{t,h+1}\) denote the stage-\((h+1)\) continuation \(Q\)-function used in the episode-\(t\), stage-\(h\) KL Bellman backup, with the terminal convention \(\widetilde{Q}_{t,H+1}\equiv 0\).

Assumption 2 (KL misspecification for RL). We assume there exists \(\zeta_{\mathrm{RL}}\ge 0\) such that for every \(t\in[T]\) and every \(h\in[H]\), \[\inf_{Q\in\mathcal{R}_h}\; \sup_{s\in\mathcal{S}}\; \sup_{a\in\mathcal{A}} \bigl|Q(s,a)-(\mathcal{T}_{\eta,h}\widetilde{Q}_{t,h+1})(s,a)\bigr| \;\le\; \zeta_{\mathrm{RL}}. \label{eq:rl95misspec95linyang95style}\qquad{(7)}\]

This is a KL-regularized, stagewise pointwise misspecification condition along a Bellman-backup path. It extends the pointwise misspecification viewpoint of [7] from bandits to KL-regularized Bellman targets, while being weaker than requiring pointwise approximation uniformly for all continuation functions. Compared with locally bounded misspecification formulations in RL that control approximation error on policy-relevant state-action distributions (e.g., [11]), ?? is a stagewise pointwise condition along a KL Bellman-backup path, and it plays the same structural role in RL as ?? does in contextual bandits.

4 Algorithms↩︎

Our algorithms follow the standard regression-based optimistic template for value-based methods under general function approximation, and are compatible with recent KL-regularized analyses at the level of the Gibbs policy-improvement step. The main difference here is that we allow model misspecification and track it explicitly through additive misspecification terms in the optimism bonuses.

Throughout this section, we work in an oracle-based computational model with ERM oracles and uncertainty-bonus routines. Our guarantees are statistical under this oracle model. We present the known-misspecification versions of the algorithms, where \(\zeta_{\mathrm{Bandit}}\) and \(\zeta_{\mathrm{RL}}\) are treated as known inputs and inserted directly into the bonuses.

To separate regression from uncertainty computation, we maintain two histories: the observed-data history and the state–action history. For bandits, \[\widetilde{D}^{\mathrm{Bandit}}_{t-1}:=\{(x_i,a_i,r_i)\}_{i=1}^{t-1}, \qquad \bar D^{\mathrm{Bandit}}_{t-1}:=\{(x_i,a_i)\}_{i=1}^{t-1},\] and for episodic RL, for each \(h\in[H]\), \[\widetilde{D}^{\mathrm{RL}}_{h,t-1}:=\{(s_{\tau,h},a_{\tau,h},r_{\tau,h},s_{\tau,h+1})\}_{\tau=1}^{t-1}, \qquad \bar D^{\mathrm{RL}}_{h,t-1}:=\{(s_{\tau,h},a_{\tau,h})\}_{\tau=1}^{t-1}.\]

For the RL analysis with recomputed regression labels, we also use a finite continuation-value class \(\mathcal{V}_{h+1}\) containing all continuation values \(\widetilde{V}_{t,h+1}\) generated by Algorithm 2 at stage \(h+1\), with \(N_{\mathcal{V}_{h+1}}:=|\mathcal{V}_{h+1}|\) and \(\mathcal{V}_{H+1}=\{0\}\). This convention is used only to make the frozen-target concentration step uniform over the data-dependent continuation values.

Definition 1 (Uncertainty and eluder dimension). We use eluder-style uncertainty quantities from the general function-approximation literature ([12]; see also [16], [17]), with a normalization chosen to match the KL-regularized comparison convention used in [6]. The definitions below do not require the classes to be finite. We state the main high-probability results in the finite-class case to keep the union bounds transparent; the same proof extends to infinite classes by replacing finite cardinalities with suitable terms.

4.0.0.1 Contextual bandits.

Given a context–action history \(\bar D^{\mathrm{Bandit}}_{t-1}\), define \[\begin{align} U_{\mathcal{R}}\!\bigl(\lambda,x,a;\bar D^{\mathrm{Bandit}}_{t-1}\bigr) := \sup_{R_1,R_2\in\mathcal{R}} \frac{|R_1(x,a)-R_2(x,a)|}{\sqrt{\lambda+\sum_{i=1}^{t-1}(R_1(x_i,a_i)-R_2(x_i,a_i))^2}}, \label{eq:U95bandit95def} \end{align}\qquad{(8)}\] and \[\begin{align} d(\mathcal{R},\lambda,T) := \sup_{x_{1:T},\,a_{1:T}} \sum_{t=1}^T \min\!\left\{1,\; U_{\mathcal{R}}\!\bigl(\lambda,x_t,a_t;\bar D^{\mathrm{Bandit}}_{t-1}\bigr)^2 \right\}. \label{eq:d95bandit95def} \end{align}\qquad{(9)}\]

4.0.0.2 Episodic RL.

For each stage \(h\in[H]\), given the stagewise history \(\bar D^{\mathrm{RL}}_{h,t-1}\), define \[\begin{align} U_{\mathcal{R}_h}\!\bigl(\lambda,s,a;\bar D^{\mathrm{RL}}_{h,t-1}\bigr) := \sup_{R_1,R_2\in\mathcal{R}_h} \frac{|R_1(s,a)-R_2(s,a)|}{\sqrt{\lambda+\sum_{\tau=1}^{t-1}(R_1(s_{\tau,h},a_{\tau,h})-R_2(s_{\tau,h},a_{\tau,h}))^2}}, \label{eq:U95rl95def} \end{align}\qquad{(10)}\] the stagewise complexity \[\begin{align} d(\mathcal{R}_h,\lambda,T) := \sup_{s_{1:T,h},\,a_{1:T,h}} \sum_{t=1}^T \min\!\left\{1,\; U_{\mathcal{R}_h}\!\bigl(\lambda,s_{t,h},a_{t,h};\bar D^{\mathrm{RL}}_{h,t-1}\bigr)^2 \right\}, \label{eq:d95rl95stage95def} \end{align}\qquad{(11)}\] and the aggregated RL complexity \[\begin{align} d_{\mathrm{RL}}(\lambda,T):=\sum_{h=1}^H d(\mathcal{R}_h,\lambda,T). \label{eq:d95rl95def} \end{align}\qquad{(12)}\]

Algorithms 1 and 2 take \((\beta,\lambda)\) as explicit inputs for modularity. In the theorem statements, these parameters are instantiated using localized-eluder calibrations at the usual logarithmic scale, with additional \(T\zeta^2\)-type misspecification terms.

For convenience, we define clipping as \(\Pi_{[0,n]}(x):=\min\{n,\max\{0,x\}\}\).

4.1 Contextual bandits: MR-KL-UCB↩︎

We adapt the standard upper confidence bound (UCB) method to the KL-regularized setting and propose Misspecification-Robust KL-UCB (MR-KL-UCB) in Algorithm 1. The algorithm performs optimism at the reward-function level and then samples from the induced Gibbs policy. Concretely, at round \(t\), after observing \(x_t\), the learner fits an ERM predictor on \(\widetilde{D}^{\mathrm{Bandit}}_{t-1}\), computes an uncertainty bonus using \(U_{\mathcal{R}}\) and \(\bar D^{\mathrm{Bandit}}_{t-1}\) as in Definition 1, forms an optimistic clipped reward estimate, and samples from the Gibbs policy induced by that optimistic estimate. All update formulas are given once in Algorithm 1 and are not repeated in the prose. For the theoretical guarantee in Theorem 4, we use \(\beta=\Theta\!\Big(\sqrt{\log(N_\mathcal{R}T/\delta)}\Big)\) and defer the exact formulas to 11 .

Figure 1: MR-KL-UCB

Relative to optimistic contextual bandit methods with greedy action selection, MR-KL-UCB performs optimism at the reward-function level and then samples from the corresponding Gibbs policy.

4.2 Episodic RL: MR-KL-LSVI↩︎

We adapt LSVI [36] to the KL-regularized setting and propose Misspecification-Robust KL-LSVI (MR-KL-LSVI) in Algorithm 2. The algorithm is a KL-regularized extension of backward fitted-\(Q\) planning with optimism. Each episode has two phases: a backward planning pass based on previous-episode data, followed by one rollout of the resulting nonstationary Gibbs policy.

Let \(B_h:=H-h+1\). In the backward pass, at each stage \(h\), the learner recomputes regression labels using the current continuation value, fits a stagewise ERM predictor on \(\widetilde{D}^{\mathrm{RL}}_{h,t-1}\), computes a stagewise uncertainty bonus from \(\bar D^{\mathrm{RL}}_{h,t-1}\) using \(U_{\mathcal{R}_h}\) (Definition 1), forms an optimistic clipped \(Q\)-estimate, and then performs Gibbs policy improvement relative to \(\pi_{\mathrm{ref},h}\). The soft value update uses the stagewise log-partition operator \(V_h(\cdot\,;s)\) already defined in 3. All update formulas are given once in Algorithm 2, and are not repeated in the prose. For the RL guarantee in Corollary 1, we use \(\beta=\Theta(\sqrt{\Lambda_{\mathrm{RL}}})\), where \(\Lambda_{\mathrm{RL}}\) includes the finite stagewise function classes and the finite continuation-value classes used in the frozen-target concentration step. The order-level calibration is stated in Corollary 1, and the constant-level version is given in Appendix 8.

Figure 2: MR-KL-LSVI

Algorithm 2 uses labels recomputed within the current backward pass and inserts the known misspecification level \(\zeta_{\mathrm{RL}}\) directly into the stagewise bonus. Relative to classical LSVI-UCB-style methods, the key differences are the KL-regularized soft continuation value and Gibbs policy improvement.

Remark 2 (Relation to realizable KL-regularized RL). When \(\zeta_{\mathrm{RL}}=0\) and the stagewise approximation is exact, Algorithm 2 reduces to the standard KL-regularized optimistic soft-planning template: backward least-squares fitting, optimism at the \(Q\)-function level, and Gibbs policy improvement relative to the reference policy; see [6].

Remark 3 (Unknown misspecification parameters). Algorithms 1 and 2 are written as calibrated base learners, where the bonuses use \(\zeta_{\mathrm{Bandit}}\) or \(\zeta_{\mathrm{RL}}\). When the misspecification level is unknown, this calibration can be removed by a standard model-selection wrapper over a geometric grid of candidate radii, following the meta-algorithmic approach of [11]. In our setting, each base learner is simply Algorithm 1 or Algorithm 2 run with one candidate value of \(\zeta\). For any candidate radius that upper bounds the true misspecification level, the confidence and optimism arguments in Appendix 8 apply unchanged to that base learner. Thus unknown misspecification affects only the outer model-selection overhead, while the calibrated regret bounds below describe the base guarantees used by the wrapper.

5 Analysis↩︎

5.1 KL-Regularized Contextual Bandits↩︎

Theorem 4 (KL bandit regret under misspecification). Assume the bandit model 1 with conditionally \(1\)-sub-Gaussian noise. Assume the function class is finite with \(N_{\mathcal{R}}:=|\mathcal{R}|<\infty\). Let \(\zeta_{\mathrm{Bandit}}\) denote the pointwise misspecification level defined in ?? . Run Algorithm 1 with the bonus calibrated to the known misspecification level, and choose \(\beta = \Theta\!\bigl(\sqrt{\log(N_{\mathcal{R}}T/{\delta})}\bigr)\). Choose \(\lambda\) large enough for the appendix localization step; in particular, it suffices that \(\lambda \gtrsim d(\mathcal{R},\lambda,T)+\log(N_{\mathcal{R}}T/\delta)+T\zeta_{\mathrm{Bandit}}^2\). Then, with probability at least \(1-\delta\), \[\mathrm{Reg}(T) = O\!\left( \eta\Bigl[ \log\!\Bigl(N_{\mathcal{R}}T/ \delta\Bigr)\, d(\mathcal{R},\lambda,T) + T\zeta_{\mathrm{Bandit}}^2 \Bigr] \right). \label{eq:bandit95main95bound}\qquad{(13)}\]

5.1.0.1 Proof sketch.

The proof is an optimistic regression analysis adapted to the KL-regularized objective, following the standard second-order-bonus route with KL geometry made explicit via the Gibbs variational identity.

The starting point is an exact Gibbs representation of the round-\(t\) KL regret gap. Under optimism, this gap is upper bounded by \(\eta\) times a squared score residual under the learner policy. Hence, the regret analysis reduces to controlling a second-order quantity, namely a predictable sum of squared bonuses.

To establish optimism under misspecification, we compare the ERM estimator to a comparator \(R^\circ\in\mathcal{R}\) satisfying \(\sup_{x\in\mathcal{X}}\sup_{a\in\mathcal{A}}|R^\circ(x,a)-R^\star(x,a)|\le \zeta_{\mathrm{Bandit}}.\) The ERM localization step controls \(\widehat R_{t-1}-R^\circ\), while ?? controls \(R^\circ-R^\star\). After adding the bonus and clipping, these combine into a pointwise residual bound \(0\le \widetilde{R}_{t-1}(x,a)-R^\star(x,a)\lesssim b_{t-1}(x,a)\).

The remainder separates concentration from complexity control. A Freedman step relates the predictable squared-bonus sum to the squared-bonus sum along sampled actions, and eluder dimension summability bounds \(\sum_{t=1}^T b_{t-1}(x_t,a_t)^2\) by \(\beta^2 d(\mathcal{R},\lambda,T)\). Finally, the additive misspecification term in the bonus contributes \(T\zeta_{\mathrm{Bandit}}^2\).

Remark 5. For reference, we recall the realizable high-probability KL-bandit guarantee of [6]. In the realizable setting with a finite function class, their theorem implies \[\mathrm{Reg}(T) = O\!\left( \eta\, \log\!\Bigl(N_{\mathcal{R}}T/{\delta}\Bigr)\, d(\mathcal{R},\lambda,T) \right), \label{eq:zhao95bandit95recall}\qquad{(14)}\] up to universal constants and lower-order logarithmic factors.

In the realizable regime \(\zeta_{\mathrm{Bandit}}=0\), Theorem 4 recovers ?? . Relative to the realizable analysis, the misspecified extension appears only through the explicit additive term \(T\zeta_{\mathrm{Bandit}}^2\) in ?? .

5.2 KL-Regularized RL↩︎

For episodic RL, the proof follows the same high-level route as in the bandit case, but the stagewise regression problem uses recomputed targets. The guarantee below is for the known-misspecification setting used by Algorithm 2. For the frozen-target confidence step, let \(\mathcal{V}_{h+1}\) denote a finite class containing the continuation values \(\widetilde{V}_{t,h+1}\) generated by the algorithm. This class is used only for the proof of the frozen-target concentration event and is not an additional algorithmic input.

We first state a modular regret theorem that separates the KL-RL regret reduction from the statistical verification of confidence and uncertainty conditions. The concrete guarantee for Algorithm 2 is then obtained as a corollary by verifying these conditions in Appendix 8.

Theorem 6 (Modular KL-RL regret under confidence and uncertainty control). Consider any optimistic KL-regularized fitted-\(Q\) procedure that produces scores \(\widetilde{Q}_{t,h}\), policies \(\pi_{t,h}\), and bonuses \(b_{t,h}\). Let \(m_{t,h}(s,a):=(\mathcal{T}_{\eta,h}\widetilde{Q}_{t,h+1})(s,a)\). Assume that with probability at least \(1-\delta\), the following conditions hold simultaneously.

  1. Confidence and optimism. For all \(t,h,s,a\), \[\widetilde{Q}_{t,h}(s,a)\ge Q_h^\star(s,a), \qquad 0\le \widetilde{Q}_{t,h}(s,a)-m_{t,h}(s,a) \le 2b_{t,h}(s,a). \label{eq:main95rl95conf95opt95condition}\qquad{(15)}\]

  2. Uncertainty summability. There exists a universal constant \(C_b>0\) such that \[\sum_{t=1}^T\sum_{h=1}^H b_{t,h}(s_{t,h},a_{t,h})^2 \le C_b\Bigl(\beta^2 d_{\mathrm{RL}}(\lambda,T)+HT\zeta_{\mathrm{RL}}^2\Bigr). \label{eq:main95rl95unc95sum95condition}\qquad{(16)}\]

  3. Predictable-to-realized alignment. Let \(X_{t,h}:=b_{t,h}(s_{t,h},a_{t,h})^2\) and \(\bar X_{t,h}:=\mathbb{E}[X_{t,h}\mid \mathcal{F}^-_{t,h}]\). Then \[\sum_{t=1}^T\sum_{h=1}^H \bar X_{t,h} \le 2\sum_{t=1}^T\sum_{h=1}^H X_{t,h} + 4H^2\log\!\left(\frac{8}{\delta}\right). \label{eq:main95rl95stage95action95alignment}\qquad{(17)}\] Moreover, let \(R_t:=\mathrm{Reg}^{\mathrm{RL}}_{\eta}(t)\) and \(\bar R_t:=\mathbb{E}[R_t\mid \mathcal{F}^-_{t,1}]\). Then \[\sum_{t=1}^T R_t \le 2\sum_{t=1}^T \bar R_t + 8H^2\log\!\left(\frac{8}{\delta}\right). \label{eq:main95rl95episode95alignment}\qquad{(18)}\]

Then, on the same event, \[\mathrm{Reg}(T) = \widetilde{O}\!\left( \eta H^2\beta^2 d_{\mathrm{RL}}(\lambda,T) + \eta H^3T\zeta_{\mathrm{RL}}^2 \right), \label{eq:rl95modular95bound}\qquad{(19)}\] where the hidden logarithmic factors come from the confidence, union-bound, and alignment events.

Corollary 1 (KL-RL regret under misspecification). Assume the episodic KL-regularized RL setting in 3 with conditionally \(1\)-sub-Gaussian reward noise, and assume the stagewise pointwise misspecification condition ?? with level \(\zeta_{\mathrm{RL}}\). Assume each stagewise function class is finite with \(N_{\mathcal{R}_h}:=|\mathcal{R}_h|<\infty\). For the frozen-target concentration step, let \(\mathcal{V}_{h+1}\) be the finite continuation-value class used in Appendix 8, and write \(N_{\mathcal{V}_{h+1}}:=|\mathcal{V}_{h+1}|\).

Run Algorithm 2 with the bonus calibrated to \(\zeta_{\mathrm{RL}}\). Define \[\Lambda_{\mathrm{RL}} := \max_{h\in[H]} \log\!\left( \frac{4TH N_{\mathcal{R}_h}N_{\mathcal{V}_{h+1}}}{\delta} \right), \label{eq:Lambda95RL95main}\qquad{(20)}\] and choose \[\beta=\Theta\!\left(\sqrt{\Lambda_{\mathrm{RL}}}\right), \qquad \lambda \gtrsim H^2 + \bar\sigma^2\Bigl(d_{\mathrm{RL}}(\lambda,T)+\Lambda_{\mathrm{RL}}\Bigr) + T\zeta_{\mathrm{RL}}^2, \label{eq:beta95lambda95rl95main}\qquad{(21)}\] where \(\bar\sigma^2=\Theta(1+H^2)\). Then, with probability at least \(1-\delta\), \[\mathrm{Reg}(T) = \widetilde{O}\!\left( \eta H^2d_{\mathrm{RL}}(\lambda,T) + \eta H^3 T\,\zeta_{\mathrm{RL}}^2 \right). \label{eq:rl95main95bound}\qquad{(22)}\]

Remark 7. We state Theorem 4 and Corollary 1 for finite function classes only to keep the high-probability confidence events simple, following [6]. The uncertainty definitions in Definition 1 do not require finiteness. For infinite classes, the finite union bounds can be replaced by standard covering-number arguments for the corresponding localized regression classes, changing only logarithmic factors. The dependence on \(d(\mathcal{R},\lambda,T)\), \(d_{\mathrm{RL}}(\lambda,T)\), and the misspecification levels remains the same up to these logarithmic replacements.

5.2.0.1 Proof sketch.

Theorem 6 gives the regret reduction once confidence, residual control, uncertainty-summability, and alignment are available. Appendix 8 verifies these conditions for Algorithm 2; in particular, the frozen-target confidence step is proved uniformly over \(V\in\mathcal{V}_{h+1}\), which allows us to instantiate it with the data-dependent continuation value \(\widetilde{V}_{t,h+1}\).

At a high level, fix an episode and condition on the start-of-episode filtration so that the planning outputs and recomputed targets are fixed. Under optimism, each stagewise Gibbs KL term is controlled by a squared \(Q\)-gap under the learner policy. A multi-step reduction propagates these stagewise terms through the episode and upper bounds the total by an \(H^2\)-weighted sum of squared Bellman residuals, which is the source of the leading \(H^2\) factor.

Next, the Bellman residuals are controlled by the bonus. The frozen-target confidence step controls the estimation error around a stagewise comparator, while ?? controls the comparator-to-target gap. After adding the optimistic bonus and clipping, these yield a residual bound of the form \(e_{t,h}(s,a)^2 \lesssim b_{t,h}(s,a)^2\), hence conditional regret reduces to a second-order bonus sum.

Finally, uncertainty-squared summability yields the leading complexity term \(\eta H^2 \beta^2 d_{\mathrm{RL}}(\lambda,T)\), plus the explicit misspecification contribution \(\eta H^3T\zeta_{\mathrm{RL}}^2\). The logarithmic factors hidden in \(\widetilde{O}(\cdot)\) include the finite-class union bound over \(\mathcal{R}_h\), the continuation-value classes \(\mathcal{V}_{h+1}\), and the Freedman alignment steps.

Remark 8. For reference, we recall the realizable high-probability KL-RL guarantee of [6]. In their realizable setting with a finite function class, their theorem implies \[\mathrm{Reg}(T) = \tilde{O}\!\left( \eta H^2\, d(\mathcal{F},\lambda,T) \right), \label{eq:zhao95rl95recall}\qquad{(23)}\] where \(d(\mathcal{F},\lambda,T)\) denotes their eluder-dimension complexity term.

In the realizable regime \(\zeta_{\mathrm{RL}}=0\), Corollary 1 recovers the same leading \(\eta H^2 \times (\text{complexity})\) dependence. The misspecified extension is captured by the explicit additive term \(\eta H^3 T\,\zeta_{\mathrm{RL}}^2\) in ?? .

6 Conclusion↩︎

We study KL-regularized contextual bandits and episodic reinforcement learning under general function approximation with model misspecification. We formulate KL-aligned misspecification conditions and analyze optimistic regression-based algorithms that act via reference-relative Gibbs policies. For contextual bandits, we prove high-probability KL-regret bounds with explicit dependence on misspecification and localized eluder-dimension complexity. For episodic RL, we establish a high-probability regret guarantee for our KL-regularized LSVI-style algorithm, where the leading term is governed by an explicit confidence/uncertainty interface and the bound again separates statistical complexity from misspecification. Both results recover the corresponding realizable KL-regularized guarantees as special cases. Technically, the analysis combines Gibbs variational identities, optimism-based KL self-bounding, and summability of squared bonus terms, leading to logarithmic-in-\(T\) high-probability factors.

Our misspecification model is pointwise and paired with light-tailed noise assumptions. Recent RLHF studies suggest that KL regularization alone may not ensure robustness under broader forms of reward misspecification, and can fail in particular under heavy-tailed reward errors. Extending KL-regret guarantees to on-policy misspecification measures and heavy-tailed settings remains an important direction for future work. Another open question is whether the horizon dependence in the RL guarantee can be improved, ideally with matching lower bounds under KL-adapted misspecification. More broadly, a natural future direction is to extend the framework beyond reward-based learning to richer feedback models, including preference-based formulations.

Acknowledgements↩︎

We thank the anonymous reviewers and area chair for their helpful comments. QG is supported in part by the National Science Foundation DMS-2323113 and IIS-2403400. HH and HW are supported in part by National Science Foundation IIS-2403401. The views and conclusions contained in this paper are those of the authors and should not be interpreted as representing any funding agencies.

7 Notation↩︎

Symbol Meaning
\(T,H\) Number of rounds/episodes and episodic horizon length.
\(\delta\) Target failure probability in high-probability guarantees.
\(\eta\) KL-regularization parameter.
\(\lambda,\beta\) Localization parameter and optimism-bonus scale.
\(\pi_{\mathrm{ref}}\), \(\pi_{\mathrm{ref},h}\) Reference policy in contextual bandits and stage-\(h\) reference policy in RL.
\(J(\pi)\), \(\mathrm{Reg}(T)\) KL-regularized objective and cumulative KL regret.
\(R^\star\), \(r_h^\star\) Ground-truth bandit reward and stage-\(h\) RL reward.
\(\mathcal{R}\), \(\mathcal{R}_h\) Bandit reward-function class and stage-\(h\) RL function class.
\(N_{\mathcal{R}}\), \(N_{\mathcal{R}_h}\) Cardinalities of \(\mathcal{R}\) and \(\mathcal{R}_h\).
\(\zeta_{\mathrm{Bandit}}\), \(\zeta_{\mathrm{RL}}\) Bandit and RL misspecification levels.
\(B_h\) Stagewise value range upper bound, \(B_h:=H-h+1\).
\(Q_h^\star,V_h^\star\) Optimal KL-regularized \(Q\)-function and value function at stage \(h\).
\(\mathcal{T}_{\eta,h}\) Stage-\(h\) KL-regularized Bellman operator.
\(V_h(f;s)\) Stage-\(h\) log-partition, or soft-value, operator induced by score \(f\).
\(\widehat Q_{t,h}\), \(\widetilde{Q}_{t,h}\) Stage-\(h\) fitted \(Q\)-estimate and optimistic clipped score in episode \(t\).
\(\widetilde{V}_{t,h}\) Soft value induced by \(\widetilde{Q}_{t,h}\).
\(m_{t,h}\) Bellman target mean \(m_{t,h}:=\mathcal{T}_{\eta,h}\widetilde{Q}_{t,h+1}\).
\(b_{t,h}(s,a)\) Stage-\(h\) RL optimism bonus for \((s,a)\) in episode \(t\).
\(\bar D^{\mathrm{RL}}_{h,t-1}\) Stage-\(h\) state-action history before episode \(t\).
\(\mathcal{V}_{h+1}\), \(N_{\mathcal{V}_{h+1}}\) Finite continuation-value class used in the frozen-target concentration step and its cardinality.
\(d(\mathcal{R},\lambda,T)\) Eluder-style complexity of the bandit function class.
\(d(\mathcal{R}_h,\lambda,T)\) Stagewise RL eluder-style complexity.
\(d_{\mathrm{RL}}(\lambda,T)\) Aggregate RL complexity, \(d_{\mathrm{RL}}(\lambda,T):=\sum_{h=1}^H d(\mathcal{R}_h,\lambda,T)\).
\(\Lambda_{\mathrm{RL}}\) Logarithmic union-bound factor for the RL finite-class concentration argument.
\(\mathrm{unc}_{t,h}(s,a)\) Stagewise localized uncertainty width used to define \(b_{t,h}\).
\(X_{t,h}\), \(\bar X_{t,h}\) Realized bonus square and its predictable counterpart in the RL alignment step.
\(R_t\), \(\bar R_t\) Episode-\(t\) realized KL-regret contribution and its conditional expectation.
\(\mathcal{F}^-_{t}\), \(\mathcal{F}^-_{t,h}\) Pre-action filtrations in bandits and episodic RL.
\(\bar\sigma^2\) Uniform sub-Gaussian proxy for recomputed RL regression labels.

8 Proofs↩︎

8.1 KL-Regularized Contextual Bandits↩︎

Define the bandit filtrations \[\mathcal{F}^{-}_{t}:=\sigma\!\big(\{(x_i,a_i,r_i)\}_{i=1}^{t-1},x_t\big),\qquad \mathcal{F}^{a}_{t}:=\sigma(\mathcal{F}^{-}_{t}, a_t),\qquad \mathcal{F}_t:=\sigma(\mathcal{F}^{a}_{t}, r_t).\] For alignment arguments, we view \(X_t-\mathbb{E}[X_t\mid\mathcal{F}^-_t]\) as a martingale difference with respect to the shifted filtration \(\{\mathcal{F}^-_{t}\}_{t\ge 1}\), since \(X_t\) is \(\mathcal{F}^-_{t+1}\)-measurable and \(\mathbb{E}[X_t\mid\mathcal{F}^-_t]\) is predictable.

Lemma 2 (Variational form and Gibbs optimizer). Fix a context \(x\) and any measurable score \(R(x,\cdot)\) such that \(\exp(\eta R(x,\cdot))\) is integrable under \(\pi_{\mathrm{ref}}(\cdot\mid x)\). Define \[\mathcal{L}_\eta(x;R) = \frac{1}{\eta}\log \mathbb{E}_{a\sim\pi_{\mathrm{ref}}(\cdot\mid x)} \!\Big[\exp\big(\eta R(x,a)\big)\Big]. \label{eq:bandit95log95partition95app}\qquad{(24)}\] For any \(\pi(\cdot\mid x)\ll \pi_{\mathrm{ref}}(\cdot\mid x)\) define \[\mathcal{J}_\eta(\pi;x,R) := \mathbb{E}_{a\sim\pi(\cdot\mid x)}[R(x,a)] - \frac{1}{\eta}\mathrm{KL}\!\left(\pi(\cdot\mid x)\,\|\,\pi_{\mathrm{ref}}(\cdot\mid x)\right). \label{eq:bandit95J95def95app}\qquad{(25)}\] Then \[\mathcal{L}_\eta(x;R) = \max_{\pi(\cdot\mid x)\ll \pi_{\mathrm{ref}}(\cdot\mid x)} \mathcal{J}_\eta(\pi;x,R), \label{eq:dv95variational95app}\qquad{(26)}\] and the unique maximizer is the Gibbs policy \[\pi_R(a\mid x) = \frac{\pi_{\mathrm{ref}}(a\mid x)\exp(\eta R(x,a))}{\mathbb{E}_{a'\sim\pi_{\mathrm{ref}}(\cdot\mid x)}[\exp(\eta R(x,a'))]}. \label{eq:gibbs95form95app}\qquad{(27)}\] Moreover, for any \(\pi(\cdot\mid x)\ll \pi_{\mathrm{ref}}(\cdot\mid x)\), \[\mathcal{L}_\eta(x;R) - \mathcal{J}_\eta(\pi;x,R) = \frac{1}{\eta}\mathrm{KL}\!\left(\pi(\cdot\mid x)\,\|\,\pi_R(\cdot\mid x)\right). \label{eq:kl95gap95identity95app}\qquad{(28)}\]

Proof. Fix \(x\) and abbreviate \(\pi_{\mathrm{ref}}(\cdot\mid x)\) by \(\pi_{\mathrm{ref}}\). For any \(\pi\ll \pi_{\mathrm{ref}}\), let \(w(a):=\frac{d\pi}{d\pi_{\mathrm{ref}}}(a)\) so that \(\mathbb{E}_{\pi_{\mathrm{ref}}}[w]=1\). Then \(\mathrm{KL}(\pi\|\pi_{\mathrm{ref}})=\mathbb{E}_{\pi_{\mathrm{ref}}}[w\log w]\), and \[\mathcal{J}_\eta(\pi;x,R) = \mathbb{E}_{\pi_{\mathrm{ref}}}\!\left[w(a)R(x,a)-\frac{1}{\eta}w(a)\log w(a)\right].\] Maximizing over \(w\ge 0\) subject to \(\mathbb{E}_{\pi_{\mathrm{ref}}}[w]=1\) yields \(w(a)\propto e^{\eta R(x,a)}\), which gives ?? . Plugging this optimizer into \(\mathcal{J}_\eta\) yields ?? –?? .

Finally, since \(\pi_R(a)\propto \pi_{\mathrm{ref}}(a)e^{\eta R(x,a)}\), \[\begin{align} \mathrm{KL}(\pi\|\pi_R) &= \mathbb{E}_{\pi}\!\left[\log\frac{\pi}{\pi_{\mathrm{ref}}} - \eta R(x,a) + \log \mathbb{E}_{\pi_{\mathrm{ref}}}[e^{\eta R(x,\cdot)}]\right] \\ &= \eta\Big(\mathcal{L}_\eta(x;R)-\mathcal{J}_\eta(\pi;x,R)\Big), \end{align}\] which is ?? . ◻

Lemma 3 (Bandit optimism implies quadratic self-bounding of Gibbs KL). Fix a context \(x\). Let \(u(\cdot),v(\cdot)\) be scores on \(\mathcal{A}(x)\) such that \(u(a)\ge v(a)\) for all \(a\in\mathcal{A}(x)\). Let \(\pi_u,\pi_v\) be the induced Gibbs policies w.r.t.\(\pi_{\mathrm{ref}}(\cdot\mid x)\). Then for any \(\eta>0\), \[\frac{1}{\eta}\mathrm{KL}\!\bigl(\pi_u(\cdot\mid x)\,\|\,\pi_v(\cdot\mid x)\bigr) \le \eta\,\mathbb{E}_{a\sim \pi_u(\cdot\mid x)}\!\bigl[(u(a)-v(a))^2\bigr]. \label{eq:gibbs95smoothness95bounded}\qquad{(29)}\]

Proof. Let \(F(w):=\log \mathbb{E}_{a\sim\pi_{\mathrm{ref}}(\cdot\mid x)}[e^{\eta w(a)}]\) and \(\Delta:=u-v\ge 0\). As before, \(\mathrm{KL}(\pi_u\|\pi_v)\) is the Bregman divergence of \(F\), and with \(w_\lambda:=v+\lambda\Delta\), \[\mathrm{KL}(\pi_u\|\pi_v) \le \eta^2\int_0^1 (1-\lambda)\mathbb{E}_{\pi_{w_\lambda}}[\Delta^2]\,d\lambda.\] Define \(\phi(\lambda):=\mathbb{E}_{\pi_{w_\lambda}}[\Delta^2]\). Differentiating Gibbs expectations yields \[\phi'(\lambda)=\eta\,\operatorname{Cov}_{a\sim\pi_{w_\lambda}}(\Delta(a)^2,\Delta(a))\ge 0,\] since \(\Delta^2\) is a nondecreasing function of \(\Delta\) on \([0,\infty)\). Hence \(\phi\) is nondecreasing, so \(\mathbb{E}_{\pi_{w_\lambda}}[\Delta^2]\le \mathbb{E}_{\pi_u}[\Delta^2]\) for all \(\lambda\in[0,1]\). Therefore, \[\mathrm{KL}(\pi_u\|\pi_v) \le \eta^2\Bigl(\int_0^1(1-\lambda)\,d\lambda\Bigr)\mathbb{E}_{\pi_u}[\Delta^2] = \frac{\eta^2}{2}\mathbb{E}_{\pi_u}[\Delta^2] \le \eta^2\mathbb{E}_{\pi_u}[\Delta^2].\] Dividing by \(\eta\) gives ?? . ◻

Using the main-text bandit history notation, let \(z_i:=(x_i,a_i)\). For any \(\bar D^{\mathrm{Bandit}}_{t-1}\), define the localized uncertainty width \[\mathcal{U}_{\mathcal{R}}\!\big(\lambda;(x,a)\mid \bar D^{\mathrm{Bandit}}_{t-1}\big) := \min\left\{1,\; \sup_{\substack{R,R'\in\mathcal{R}:\\ \sum_{i=1}^{t-1}(R(z_i)-R'(z_i))^2\le \lambda}} \bigl|R(x,a)-R'(x,a)\bigr| \right\}. \label{eq:bandit95width95def}\tag{10}\] Fix \(\delta\in(0,1)\) and set \[\beta := \max\Bigl\{1,\;c_0 \sqrt{\log\!\Big(\frac{2T N_{\mathcal{R}}}{\delta}\Big)}\Bigr\}, \qquad \lambda := c_\lambda\Bigl(d(\mathcal{R},\lambda,T)+\log\!\tfrac{2T N_{\mathcal{R}}}{\delta} + T\,\zeta_{\mathrm{Bandit}}^2\Bigr), \label{eq:beta95lambda95bandit95app}\tag{11}\] for sufficiently large universal constants. The corresponding bonus is \[b_{t-1}(x,a) := \min\left\{1,\;\beta\,\mathcal{U}_{\mathcal{R}}\!\big(\lambda;(x,a)\mid \bar D^{\mathrm{Bandit}}_{t-1}\big)+\zeta_{\mathrm{Bandit}}\right\}. \label{eq:bonus95def95app}\tag{12}\]

Lemma 4 (Finite-class offset inequality for bandit regression). Assume the noise \(\epsilon_t\) in 1 is conditionally zero-mean and \(1\)-sub-Gaussian w.r.t.\(\mathcal{F}^{a}_{t}\). Fix any deterministic comparator \(R^\dagger\in\mathcal{R}\). Then there exists an event \(\mathcal{E}_1\) with \(\mathbb{P}(\mathcal{E}_1)\ge 1-\delta/2\) such that, on \(\mathcal{E}_1\), simultaneously for all \(t\in[T]\) and all \(R\in\mathcal{R}\), \[\sum_{i=1}^{t-1}\epsilon_i\bigl(R(z_i)-R^\dagger(z_i)\bigr) \le \frac{1}{8}\sum_{i=1}^{t-1}\bigl(R(z_i)-R^\dagger(z_i)\bigr)^2 + 4\log\!\left(\frac{2T N_{\mathcal{R}}}{\delta}\right). \label{eq:offset95martingale95eluder}\qquad{(30)}\]

Proof. Fix \(R\in\mathcal{R}\) and define \[g_i^R:=R(z_i)-R^\dagger(z_i).\] Since \(z_i=(x_i,a_i)\) is observed before the reward noise \(\epsilon_i\), \(g_i^R\) is \(\mathcal{F}_i^a\)-measurable. For any \(\alpha>0\), conditional sub-Gaussianity gives \[\mathbb{E}\!\left[ \exp\!\left( \alpha\epsilon_i g_i^R-\frac{\alpha^2}{2}(g_i^R)^2 \right) \,\middle|\,\mathcal{F}_i^a \right]\le 1. \label{eq:bandit95exp95supermart95step}\tag{13}\] Iterating 13 over \(i=1,\ldots,t-1\), applying Markov’s inequality, and taking a union bound over \(t\in[T]\) and \(R\in\mathcal{R}\), we obtain that with probability at least \(1-\delta/2\), \[\alpha\sum_{i=1}^{t-1}\epsilon_i g_i^R -\frac{\alpha^2}{2}\sum_{i=1}^{t-1}(g_i^R)^2 \le \log\!\left(\frac{2T N_\mathcal{R}}{\delta}\right)\] holds simultaneously for all \(t\) and \(R\). Choosing \(\alpha=1/4\) yields ?? . ◻

Lemma 5 (Misspecified ERM localization for bandits). Let \(\hat{R}_{t-1}\in\mathop{\mathrm{arg\,min}}_{R\in\mathcal{R}}\sum_{i=1}^{t-1}(R(z_i)-r_i)^2\) be the ERM. Let \(R^\dagger\in\mathcal{R}\) be a fixed comparator satisfying \[\sup_{x\in\mathcal{X}}\sup_{a\in\mathcal{A}} |R^\dagger(x,a)-R^\star(x,a)| \le \zeta_{\mathrm{Bandit}}. \label{eq:bandit95comparator95pointwise95app}\qquad{(31)}\] Then, on \(\mathcal{E}_1\), simultaneously for all \(t\in[T]\), \[\sum_{i=1}^{t-1} \bigl(\hat{R}_{t-1}(z_i)-R^\dagger(z_i)\bigr)^2 \le C_{\mathrm{loc}} \left[ \log\!\left(\frac{2T N_\mathcal{R}}{\delta}\right) + T\zeta_{\mathrm{Bandit}}^2 \right], \label{eq:bandit95erm95localization95full}\qquad{(32)}\] for a universal constant \(C_{\mathrm{loc}}>0\). In particular, the choice 11 with \(c_\lambda\) large enough implies \[\sum_{i=1}^{t-1} \bigl(\hat{R}_{t-1}(z_i)-R^\dagger(z_i)\bigr)^2 \le \lambda\] simultaneously for all \(t\in[T]\).

Proof. Fix \(t\in[T]\) and abbreviate \[\Delta_i:=\hat{R}_{t-1}(z_i)-R^\dagger(z_i), \qquad g_i:=R^\dagger(z_i)-R^\star(z_i).\] By ERM optimality, \[\sum_{i=1}^{t-1}\bigl(\hat{R}_{t-1}(z_i)-r_i\bigr)^2 \le \sum_{i=1}^{t-1}\bigl(R^\dagger(z_i)-r_i\bigr)^2. \label{eq:bandit95erm95optimality}\tag{14}\] Using \(r_i=R^\star(z_i)+\epsilon_i\), we have \[R^\dagger(z_i)-r_i=g_i-\epsilon_i, \qquad \hat{R}_{t-1}(z_i)-r_i=\Delta_i+g_i-\epsilon_i.\] Expanding 14 and cancelling common terms gives \[\sum_{i=1}^{t-1}\Delta_i^2 \le 2\sum_{i=1}^{t-1}\epsilon_i\Delta_i - 2\sum_{i=1}^{t-1}g_i\Delta_i. \label{eq:bandit95erm95expansion}\tag{15}\] On \(\mathcal{E}_1\), Lemma 4 applied with \(R=\hat{R}_{t-1}\) gives \[\sum_{i=1}^{t-1}\epsilon_i\Delta_i \le \frac{1}{8}\sum_{i=1}^{t-1}\Delta_i^2 + 4\log\!\left(\frac{2T N_\mathcal{R}}{\delta}\right). \label{eq:bandit95noise95control}\tag{16}\] For the misspecification term, Young’s inequality yields \[2\left|\sum_{i=1}^{t-1}g_i\Delta_i\right| \le \frac{1}{4}\sum_{i=1}^{t-1}\Delta_i^2 + 4\sum_{i=1}^{t-1}g_i^2. \label{eq:bandit95bias95control}\tag{17}\] Combining 15 , 16 , and 17 , we obtain \[\sum_{i=1}^{t-1}\Delta_i^2 \le \frac{1}{2}\sum_{i=1}^{t-1}\Delta_i^2 + 8\log\!\left(\frac{2T N_\mathcal{R}}{\delta}\right) + 4\sum_{i=1}^{t-1}g_i^2.\] By ?? , \(\sum_{i=1}^{t-1}g_i^2\le T\zeta_{\mathrm{Bandit}}^2\). Rearranging proves ?? . The final statement follows because 11 contains the right-hand side, up to a sufficiently large universal constant. ◻

Lemma 6 (Uniform confidence around the best comparator (bandit)). Let \(R^\dagger\) be a minimizer in ?? . Then on \(\mathcal{E}_1\), simultaneously for all \(t\in[T]\) and all \((x,a)\), \[\bigl|\hat{R}_{t-1}(x,a)-R^\dagger(x,a)\bigr| \le \mathcal{U}_{\mathcal{R}}\!\big(\lambda;(x,a)\mid \bar D^{\mathrm{Bandit}}_{t-1}\big). \label{eq:uniform95confidence95bandit95app95fixed}\qquad{(33)}\]

Proof. On \(\mathcal{E}_1\), Lemma 5 yields \[\sum_{i=1}^{t-1}(\hat{R}_{t-1}(x_i,a_i)-R^\dagger(x_i,a_i))^2\le \lambda\] for all \(t\). By the definition 10 , the pair \((\hat{R}_{t-1},R^\dagger)\) is admissible in the supremum, which gives ?? . ◻

Lemma 7 (Width-sum bound via eluder dimension). Let \(z_t=(x_t,a_t)\) and \(b_{t-1}(z_t)\) be defined in 12 . Then deterministically, \[\sum_{t=1}^T b_{t-1}(z_t)^2 \le c_w\Bigl(\beta^2\, d(\mathcal{R},\lambda,T)+T\zeta_{\mathrm{Bandit}}^2\Bigr), \label{eq:width95sum95bound95app}\qquad{(34)}\] for a universal constant \(c_w>0\).

Proof. Let \(u_t:=\mathcal{U}_{\mathcal{R}}(\lambda;z_t\mid \bar D^{\mathrm{Bandit}}_{t-1})\in[0,1]\). By 12 , \[b_{t-1}(z_t)=\min\{1,\beta u_t+\zeta_{\mathrm{Bandit}}\}.\] Using \(\min\{1,a\}^2\le a^2\) and \((u+v)^2\le 2u^2+2v^2\), \[b_{t-1}(z_t)^2 \le (\beta u_t+\zeta_{\mathrm{Bandit}})^2 \le 2\beta^2 u_t^2 + 2\zeta_{\mathrm{Bandit}}^2.\] Summing over \(t\) gives \[\sum_{t=1}^T b_{t-1}(z_t)^2 \le 2\beta^2\sum_{t=1}^T u_t^2 + 2T\zeta_{\mathrm{Bandit}}^2.\] A standard dyadic peeling + eluder counting argument yields \(\sum_{t=1}^T u_t^2 \lesssim d(\mathcal{R},\lambda,T)\). Absorb universal constants into \(c_w\). ◻

Lemma 8 (Freedman alignment for bandit bonus squares). Let \(X_t:=b_{t-1}(x_t,a_t)^2\in[0,1]\), and define \[\bar X_t:=\mathbb{E}[X_t\mid \mathcal{F}^{-}_{t}] =\mathbb{E}_{a\sim\pi_t(\cdot\mid x_t)}[b_{t-1}(x_t,a)^2].\] Then there exists an event \(\mathcal{E}_3\) with \(\mathbb{P}(\mathcal{E}_3)\ge 1-\delta/2\) such that on \(\mathcal{E}_3\), \[\sum_{t=1}^T \bar X_t \le 2\sum_{t=1}^T X_t + 4\log\!\Bigl(\frac{2}{\delta}\Bigr). \label{eq:freedman95align}\qquad{(35)}\]

Proof. Define the shifted martingale differences \(Y_{t+1}:=X_t-\bar X_t\) for \(t\in[T]\) with respect to \(\{\mathcal{F}^-_t\}_{t\ge 1}\). Then \(Y_{t+1}\) is \(\mathcal{F}^-_{t+1}\)-measurable and \(\mathbb{E}[Y_{t+1}\mid \mathcal{F}^-_t]=0\). Also \(|Y_{t+1}|\le 1\), and \[\mathbb{E}[Y_{t+1}^2\mid \mathcal{F}^-_t]\le \mathbb{E}[X_t\mid \mathcal{F}^-_t]=\bar X_t.\] Let \(M_{T+1}:=\sum_{t=1}^T Y_{t+1}\) and \(V:=\sum_{t=1}^T \mathbb{E}[Y_{t+1}^2\mid \mathcal{F}^-_t]\le \sum_{t=1}^T\bar X_t\). Freedman’s inequality applied to \(-M_{T+1}\) yields, with probability at least \(1-\delta/2\), \[\sum_{t=1}^T (\bar X_t-X_t) \le \sqrt{2V\log(2/\delta)}+\tfrac{1}{3}\log(2/\delta).\] Using \(\sqrt{2V\log(2/\delta)}\le \tfrac12 V+\log(2/\delta)\) and rearranging gives ?? (up to slightly looser constants). ◻

Proof of Theorem 4. Work on \(\mathcal{E}:=\mathcal{E}_1\cap\mathcal{E}_3\), which has probability at least \(1-\delta\). Lemma 7 is deterministic.

Fix \(t\), and abbreviate \(\pi_t(\cdot\mid x_t)\) by \(\pi_t\). Let \[u(a):=\widetilde{R}_{t-1}(x_t,a), \qquad v(a):=R^\star(x_t,a),\] so that \(\pi_t\) is the Gibbs policy induced by \(u\), and define \[\pi^\star(\cdot\mid x_t):=\pi_{R^\star}(\cdot\mid x_t)\] as the Gibbs policy induced by \(v\).

By Lemma 2 with \(R=R^\star\), \[\frac{1}{\eta}\mathrm{KL}\!\left(\pi_t\,\|\,\pi^\star(\cdot\mid x_t)\right) = \mathcal{L}_\eta(x_t;R^\star)-\mathcal{J}_\eta(\pi_t;x_t,R^\star).\]

On \(\mathcal{E}_1\), Lemma 6 gives, for all \(a\), \[|\hat{R}_{t-1}(x_t,a)-R^\dagger(x_t,a)| \le \mathcal{U}_{\mathcal{R}}\!\big(\lambda;(x_t,a)\mid \bar D^{\mathrm{Bandit}}_{t-1}\big).\] By the definition of \(\zeta_{\mathrm{Bandit}}\) in ?? , for all \(a\), \[|R^\dagger(x_t,a)-R^\star(x_t,a)|\le \zeta_{\mathrm{Bandit}}.\] Hence, for all \(a\), \[|\hat{R}_{t-1}(x_t,a)-R^\star(x_t,a)| \le \mathcal{U}_{\mathcal{R}}\!\big(\lambda;(x_t,a)\mid \bar D^{\mathrm{Bandit}}_{t-1}\big)+\zeta_{\mathrm{Bandit}} \le b_{t-1}(x_t,a),\] where the last step uses \(\beta\ge 1\) and 12 .

Since \(\hat{R}_{t-1}(x_t,a)+b_{t-1}(x_t,a)\ge R^\star(x_t,a)\), \(R^\star\in[0,1]\), and clipping onto \([0,1]\) is monotone and non-expansive, for all \(a\), \[\widetilde{R}_{t-1}(x_t,a)\ge R^\star(x_t,a) \qquad\text{and}\qquad 0\le \widetilde{R}_{t-1}(x_t,a)-R^\star(x_t,a)\le 2b_{t-1}(x_t,a). \label{eq:bandit95residual95le952b}\tag{18}\]

Applying Lemma 3 with \(u=\widetilde{R}_{t-1}(x_t,\cdot)\) and \(v=R^\star(x_t,\cdot)\), we get \[\frac{1}{\eta}\mathrm{KL}\!\left(\pi_t\,\|\,\pi^\star(\cdot\mid x_t)\right) \le \eta\,\mathbb{E}_{a\sim\pi_t}\!\left[(\widetilde{R}_{t-1}(x_t,a)-R^\star(x_t,a))^2\right].\] Since \(\pi_t\ll \pi_{\mathrm{ref}}(\cdot\mid x_t)\), the bound 18 applies \(\pi_t\)-a.s., hence \[\frac{1}{\eta}\mathrm{KL}\!\left(\pi_t\,\|\,\pi^\star(\cdot\mid x_t)\right) \le 4\eta\,\mathbb{E}_{a\sim\pi_t}\!\left[b_{t-1}(x_t,a)^2\right].\]

Summing over \(t\in[T]\) yields \[\mathrm{Reg}(T) \le 4\eta\sum_{t=1}^T \mathbb{E}_{a\sim\pi_t}\!\left[b_{t-1}(x_t,a)^2\right]. \label{eq:bandit95reg95by95bonus95sq}\tag{19}\]

On \(\mathcal{E}_3\), Lemma 8 implies \[\sum_{t=1}^T \mathbb{E}_{a\sim\pi_t}[b_{t-1}(x_t,a)^2] \le 2\sum_{t=1}^T b_{t-1}(x_t,a_t)^2 + 4\log\!\Bigl(\frac{2}{\delta}\Bigr).\] By Lemma 7, \[\sum_{t=1}^T b_{t-1}(x_t,a_t)^2 \le c_w\Bigl(\beta^2 d(\mathcal{R},\lambda,T)+T\zeta_{\mathrm{Bandit}}^2\Bigr).\] Substituting into 19 yields ?? up to universal constants. ◻

8.2 KL-Regularized RL↩︎

For episode \(t\) and stage \(h\), let \(\mathcal{F}^-_{t,h}\) be the \(\sigma\)-field generated by the trajectory history up to stage \(h\) (including \(s_{t,h}\)), and let \(\mathcal{F}^a_{t,h}:=\sigma(\mathcal{F}^-_{t,h}, a_{t,h})\). We use \(\bar D^{\mathrm{RL}}_{h,t-1}\) for the stage-\(h\) state–action history. For each stage \(h\), define the KL log-partition operator \[V_h(u;s):=\frac{1}{\eta}\log \mathbb{E}_{a\sim\pi_{\mathrm{ref},h}(\cdot\mid s)}\!\left[e^{\eta u(s,a)}\right]. \label{eq:rl95log95partition95app}\tag{20}\] We assume \(\mathbb{E}[\epsilon_{t,h}\mid \mathcal{F}^{a}_{t,h}]=0\) and \(\epsilon_{t,h}\) is conditionally \(1\)-sub-Gaussian given \(\mathcal{F}^{a}_{t,h}\).

In the RL part below, we will use the conditional quantity \(\bar R_t=\mathbb{E}[R_t\mid \mathcal{F}^-_{t,1}]\) (defined later) as a convenient intermediate. No additional concept beyond this conditionalization is intended.

Lemma 9 (Range of the log-partition operator in RL). Fix stage \(h\) and state \(s\). If \(m\le u(s,a)\le M\) for all \(a\) in the reference-policy support, then \(V_h(u;s)\in[m,M]\). In particular, if \(u(s,a)\in[0,B]\) on the reference support, then \(V_h(u;s)\in[0,B]\).

Proof. If \(m\le u\le M\) pointwise on the support, then \(e^{\eta m}\le \mathbb{E}[e^{\eta u}]\le e^{\eta M}\), hence \(m\le \frac{1}{\eta}\log \mathbb{E}[e^{\eta u}]\le M\). ◻

Assume the pathwise stagewise misspecification condition ?? . In particular, for each algorithm-generated continuation \(\widetilde{Q}_{t,h+1}\), there exists \(f^\dagger_{t,h}\in\mathcal{R}_h\) such that \[\sup_{s\in\mathcal{S}}\sup_{a\in\mathcal{A}} \bigl|f^\dagger_{t,h}(s,a)-(\mathcal{T}_{\eta,h}\widetilde{Q}_{t,h+1})(s,a)\bigr| \le \zeta_{\mathrm{RL}}. \label{eq:rl95comparator95completeness95app}\tag{21}\]

We now define the stagewise uncertainty score directly from localized widths, so that the uncertainty-squared summability statement becomes a deterministic consequence of the width definition.

For each stage \(h\in[H]\), let \(z_{i,h}:=(s_{i,h},a_{i,h})\). For any \(\bar D^{\mathrm{RL}}_{h,t-1}\), define the stagewise localized uncertainty width \[\mathcal{U}_{\mathcal{R}_h}\!\big(\lambda;(s,a)\mid \bar D^{\mathrm{RL}}_{h,t-1}\big) := \min\left\{B_h,\; \sup_{\substack{f,f'\in\mathcal{R}_h:\\ \sum_{i=1}^{t-1}(f(z_{i,h})-f'(z_{i,h}))^2\le \lambda}} \bigl|f(s,a)-f'(s,a)\bigr| \right\}, \label{eq:rl95stagewise95width95def}\tag{22}\] where \(B_h:=H-h+1\).

Define the stagewise uncertainty score by \[\mathrm{unc}_{t,h}(s,a) := \mathcal{U}_{\mathcal{R}_h}\!\big(\lambda;(s,a)\mid \bar D^{\mathrm{RL}}_{h,t-1}\big). \label{eq:rl95unc95def95direct}\tag{23}\]

For the frozen-target concentration argument, take \(\mathcal{V}_{h+1}\subseteq[0,B_{h+1}]^{\mathcal{S}}\) to be a finite deterministic class containing every continuation value \(\widetilde{V}_{t,h+1}\) that can be generated by the algorithm at stage \(h+1\), and set \(N_{\mathcal{V}_{h+1}}:=|\mathcal{V}_{h+1}|\). We use the convention \(B_{H+1}=0\) and \(\mathcal{V}_{H+1}=\{0\}\). For each \(V\in\mathcal{V}_{h+1}\), the stagewise misspecification condition gives a fixed comparator \(f_h^{\dagger,V}\in\mathcal{R}_h\) satisfying \[\sup_{s\in\mathcal{S}}\sup_{a\in\mathcal{A}} \left|f_h^{\dagger,V}(s,a)- \left(r_h^\star(s,a)+\mathbb{E}_{s'\sim P_h(\cdot\mid s,a)}[V(s')]\right)\right| \le \zeta_{\mathrm{RL}}. \label{eq:rl95comparator95fixedV95app}\tag{24}\] For the realized continuation \(V=\widetilde{V}_{t,h+1}\), we write \(f^\dagger_{t,h}:=f_h^{\dagger,\widetilde{V}_{t,h+1}}\), which is consistent with 21 .

Fix \(\delta\in(0,1)\) and define \[\Lambda_{\mathrm{RL}} := \max_{h\in[H]} \log\!\left( \frac{4TH N_{\mathcal{R}_h}N_{\mathcal{V}_{h+1}}}{\delta} \right). \label{eq:Lambda95RL95app}\tag{25}\] Set \[\beta := \max\Bigl\{1,\;c_0 \sqrt{\Lambda_{\mathrm{RL}}}\Bigr\}, \qquad \lambda := \max\Bigl\{ 2H^2,\; c_\lambda\Bigl( \bar\sigma^2\bigl(d_{\mathrm{RL}}(\lambda,T)+\Lambda_{\mathrm{RL}}\bigr) + T\,\zeta_{\mathrm{RL}}^2 \Bigr) \Bigr\}, \label{eq:beta95lambda95rl95app}\tag{26}\] for sufficiently large universal constants, where \(\bar\sigma^2:=c_\sigma(1+H^2)\). The stagewise bonus is \[b_{t,h}(s,a):=\min\{B_h,\;\beta\,\mathrm{unc}_{t,h}(s,a)+\zeta_{\mathrm{RL}}\}. \label{eq:rl95bonus95def95app95fixed}\tag{27}\]

Define the optimistic scores, soft values, and Bellman target means by \[\begin{align} \widetilde{Q}_{t,h}(s,a)&:=\Pi{[0,B_h]}\big(\hat{Q}_{t,h}(s,a)+b_{t,h}(s,a)\big), \tag{28}\\ \widetilde{V}_{t,h}(s)&:=V_h(\widetilde{Q}_{t,h};s), \tag{29}\\ m_{t,h}(s,a) &:= (\mathcal{T}_{\eta,h}\widetilde{Q}_{t,h+1})(s,a) = r_h^\star(s,a)+\mathbb{E}_{s'\sim P_h(\cdot\mid s,a)}\!\big[\widetilde{V}_{t,h+1}(s')\big], \tag{30} \end{align}\] with \(\widetilde{Q}_{t,H+1}\equiv 0\).

For each \(t\in[T]\), stage \(h\in[H]\), and past episode \(i<t\), define the recomputed label \[y^{(t)}_{i,h} := r_{i,h}+\widetilde{V}_{t,h+1}(s_{i,h+1}), \label{eq:rl95recomputed95label95def}\tag{31}\] and the stagewise ERM \[\hat{Q}_{t,h}\in\mathop{\mathrm{arg\,min}}_{f\in\mathcal{R}_h}\sum_{i=1}^{t-1}\bigl(f(z_{i,h})-y^{(t)}_{i,h}\bigr)^2. \label{eq:rl95stagewise95erm95def}\tag{32}\]

The key technical point is that \(\widetilde{V}_{t,h+1}\) is data-dependent. We therefore prove the offset inequality uniformly over \(\mathcal{V}_{h+1}\) and only then instantiate it with \(V=\widetilde{V}_{t,h+1}\).

Lemma 10 (Uniform frozen-target offset inequality). There exists an event \(\mathcal{E}^{\mathrm{off}}_{\mathrm{RL}}\) with \(\mathbb{P}(\mathcal{E}^{\mathrm{off}}_{\mathrm{RL}})\ge 1-\delta/2\) such that, on this event, simultaneously for all \(h\in[H]\), \(t\in[T]\), \(V\in\mathcal{V}_{h+1}\), and \(f\in\mathcal{R}_h\), the following holds. Define \[\begin{align} m_h^V(s,a) &:= r_h^\star(s,a)+\mathbb{E}_{s'\sim P_h(\cdot\mid s,a)}[V(s')], \label{eq:rl95fixedV95target}\\ y_{i,h}^V &:= r_{i,h}+V(s_{i,h+1}), \qquad \xi_{i,h}^V:=y_{i,h}^V-m_h^V(z_{i,h}). \label{eq:rl95fixedV95label95noise} \end{align}\] {#eq: sublabel=eq:eq:rl95fixedV95target,eq:eq:rl95fixedV95label95noise} Then \[\sum_{i=1}^{t-1}\xi_{i,h}^V \bigl(f(z_{i,h})-f_h^{\dagger,V}(z_{i,h})\bigr) \le \frac{1}{8}\sum_{i=1}^{t-1} \bigl(f(z_{i,h})-f_h^{\dagger,V}(z_{i,h})\bigr)^2 + 4\bar\sigma^2 \log\!\left( \frac{4TH N_{\mathcal{R}_h}N_{\mathcal{V}_{h+1}}}{\delta} \right). \label{eq:rl95offset95martingale95eluder95frozen}\qquad{(36)}\]

Proof. Fix \(h\), \(V\in\mathcal{V}_{h+1}\), and \(f\in\mathcal{R}_h\), and define \[g_{i,h}^{f,V}:=f(z_{i,h})-f_h^{\dagger,V}(z_{i,h}).\] Since \(f\), \(V\), and \(f_h^{\dagger,V}\) are fixed for this argument and \(z_{i,h}\) is observed before \(r_{i,h}\) and \(s_{i,h+1}\), the quantity \(g_{i,h}^{f,V}\) is \(\mathcal{F}^a_{i,h}\)-measurable.

By the definitions of \(y_{i,h}^V\) and \(m_h^V\), \[\xi_{i,h}^V = \epsilon_{i,h} + V(s_{i,h+1}) - \mathbb{E}[V(s')\mid z_{i,h}]. \label{eq:rl95xi95decomposition95fixedV}\tag{33}\] Hence \(\mathbb{E}[\xi_{i,h}^V\mid\mathcal{F}^a_{i,h}]=0\). The reward noise \(\epsilon_{i,h}\) is conditionally \(1\)-sub-Gaussian. Since \(V\in[0,B_{h+1}]^{\mathcal{S}}\), Hoeffding’s lemma implies that \(V(s_{i,h+1})-\mathbb{E}[V(s')\mid z_{i,h}]\) is conditionally \(B_{h+1}^2/4\)-sub-Gaussian. Even without conditional independence between the two noise terms, Cauchy–Schwarz gives, for every \(\alpha\in\mathbb{R}\), \[\begin{align} \mathbb{E}\!\left[ \exp\!\left(\alpha\xi_{i,h}^V\right) \,\middle|\, \mathcal{F}^a_{i,h} \right] &\le \left( \mathbb{E}\!\left[ \exp(2\alpha\epsilon_{i,h}) \,\middle|\, \mathcal{F}^a_{i,h} \right] \right)^{1/2} \left( \mathbb{E}\!\left[ \exp\!\left( 2\alpha\bigl(V(s_{i,h+1})-\mathbb{E}[V(s')\mid z_{i,h}]\bigr) \right) \,\middle|\, \mathcal{F}^a_{i,h} \right] \right)^{1/2} \nonumber\\ &\le \exp\!\left(c\,\alpha^2(1+H^2)\right) \label{eq:rl95xi95subg95fixedV} \end{align}\tag{34}\] for a universal constant \(c>0\). Thus, after choosing \(\bar\sigma^2=c_\sigma(1+H^2)\) with \(c_\sigma\) sufficiently large, \(\xi_{i,h}^V\) is conditionally \(\bar\sigma^2\)-sub-Gaussian.

Since \(g_{i,h}^{f,V}\) is \(\mathcal{F}^a_{i,h}\)-measurable, for any \(\alpha>0\), \[\mathbb{E}\!\left[ \exp\!\left( \alpha\xi_{i,h}^V g_{i,h}^{f,V} - \frac{\alpha^2\bar\sigma^2}{2}(g_{i,h}^{f,V})^2 \right) \,\middle|\, \mathcal{F}^a_{i,h} \right]\le 1. \label{eq:rl95exp95supermart95step95fixedV}\tag{35}\] Iterating 35 over \(i=1,\ldots,t-1\), applying Markov’s inequality, and taking a union bound over \(h\in[H]\), \(t\in[T]\), \(V\in\mathcal{V}_{h+1}\), and \(f\in\mathcal{R}_h\), we obtain an event of probability at least \(1-\delta/2\) on which, simultaneously over all these indices, \[\sum_{i=1}^{t-1}\xi_{i,h}^V g_{i,h}^{f,V} \le \frac{\alpha\bar\sigma^2}{2}\sum_{i=1}^{t-1}(g_{i,h}^{f,V})^2 + \frac{1}{\alpha} \log\!\left( \frac{4TH N_{\mathcal{R}_h}N_{\mathcal{V}_{h+1}}}{\delta} \right). \label{eq:rl95offset95alpha95bound}\tag{36}\] Choosing \(\alpha=1/(4\bar\sigma^2)\) proves ?? . ◻

Lemma 11 (Stagewise misspecified ERM localization). Fix \(t\in[T]\) and \(h\in[H]\), and set \(V=\widetilde{V}_{t,h+1}\in\mathcal{V}_{h+1}\). Let \(f^\dagger_{t,h}:=f_h^{\dagger,V}\), and let \(\hat{Q}_{t,h}\) be the ERM defined by 32 . Then, on \(\mathcal{E}^{\mathrm{off}}_{\mathrm{RL}}\), simultaneously for all \(t\in[T]\) and \(h\in[H]\), \[\sum_{i=1}^{t-1} \bigl(\hat{Q}_{t,h}(z_{i,h})-f^\dagger_{t,h}(z_{i,h})\bigr)^2 \le C_{\mathrm{rl}} \left[ \bar\sigma^2 \log\!\left( \frac{4TH N_{\mathcal{R}_h}N_{\mathcal{V}_{h+1}}}{\delta} \right) + T\zeta_{\mathrm{RL}}^2 \right], \label{eq:rl95stagewise95localization95bound}\qquad{(37)}\] for a universal constant \(C_{\mathrm{rl}}>0\). Consequently, the choice 26 with \(c_\lambda\) sufficiently large implies \[\sum_{i=1}^{t-1} \bigl(\hat{Q}_{t,h}(z_{i,h})-f^\dagger_{t,h}(z_{i,h})\bigr)^2 \le \lambda\] simultaneously for all \(t,h\).

Proof. Fix \((t,h)\), set \(V=\widetilde{V}_{t,h+1}\), and abbreviate \[z_i:=z_{i,h}, \qquad y_i:=y^{(t)}_{i,h}, \qquad m_i:=m_{t,h}(z_i), \qquad \xi_i:=y_i-m_i,\] as well as \[\Delta_i:=\hat{Q}_{t,h}(z_i)-f^\dagger_{t,h}(z_i), \qquad g_i:=f^\dagger_{t,h}(z_i)-m_{t,h}(z_i).\] By 24 , with \(V=\widetilde{V}_{t,h+1}\), we have \(|g_i|\le \zeta_{\mathrm{RL}}\). ERM optimality gives \[\sum_{i=1}^{t-1}(\hat{Q}_{t,h}(z_i)-y_i)^2 \le \sum_{i=1}^{t-1}(f^\dagger_{t,h}(z_i)-y_i)^2. \label{eq:rl95erm95optimality95frozen}\tag{37}\] Since \(y_i=m_i+\xi_i\), expanding 37 gives \[\sum_{i=1}^{t-1}\Delta_i^2 \le 2\sum_{i=1}^{t-1}\xi_i\Delta_i - 2\sum_{i=1}^{t-1}g_i\Delta_i. \label{eq:rl95erm95expansion95frozen}\tag{38}\] On \(\mathcal{E}^{\mathrm{off}}_{\mathrm{RL}}\), Lemma 10 with \(V=\widetilde{V}_{t,h+1}\) and \(f=\hat{Q}_{t,h}\) gives \[\sum_{i=1}^{t-1}\xi_i\Delta_i \le \frac{1}{8}\sum_{i=1}^{t-1}\Delta_i^2 + 4\bar\sigma^2 \log\!\left( \frac{4TH N_{\mathcal{R}_h}N_{\mathcal{V}_{h+1}}}{\delta} \right). \label{eq:rl95noise95control95frozen}\tag{39}\] The misspecification term satisfies \[2\left|\sum_{i=1}^{t-1}g_i\Delta_i\right| \le \frac{1}{4}\sum_{i=1}^{t-1}\Delta_i^2 + 4\sum_{i=1}^{t-1}g_i^2 \le \frac{1}{4}\sum_{i=1}^{t-1}\Delta_i^2 + 4T\zeta_{\mathrm{RL}}^2. \label{eq:rl95bias95control95frozen}\tag{40}\] Combining 38 , 39 , and 40 , and rearranging, proves ?? . The final statement follows from the definition of \(\lambda\) in 26 . ◻

Lemma 12 (Stagewise frozen-target confidence in RL). There exists an event \(\widetilde{\mathcal{E}}_h\) for each stage \(h\in[H]\) such that \[\mathbb{P}\!\Big(\bigcap_{h=1}^H \widetilde{\mathcal{E}}_h\Big)\ge 1-\delta/2,\] and on \(\widetilde{\mathcal{E}}_h\), simultaneously for all episodes \(t\in[T]\) and all \((s,a)\), \[\bigl|\hat{Q}_{t,h}(s,a)-f^\dagger_{t,h}(s,a)\bigr| \le \mathrm{unc}_{t,h}(s,a), \label{eq:rl95uncertainty95confidence}\qquad{(38)}\] where \(\mathrm{unc}_{t,h}\) is defined in 23 .

Proof. Let \(\widetilde{\mathcal{E}}_h:=\mathcal{E}^{\mathrm{off}}_{\mathrm{RL}}\); the probability statement follows from Lemma 10 and the fact that \(\mathcal{E}^{\mathrm{off}}_{\mathrm{RL}}\) is already simultaneous over all stages.

Fix \((t,h)\) and work on \(\mathcal{E}^{\mathrm{off}}_{\mathrm{RL}}\). By Lemma 11, we have \[\sum_{i=1}^{t-1}\bigl(\hat{Q}_{t,h}(z_{i,h})-f^\dagger_{t,h}(z_{i,h})\bigr)^2\le \lambda.\] Hence the pair \((\hat{Q}_{t,h},f^\dagger_{t,h})\) is admissible in the supremum defining \(\mathcal{U}_{\mathcal{R}_h}(\lambda; (s,a)\mid \bar D^{\mathrm{RL}}_{h,t-1})\), and ?? follows from 23 . ◻

Lemma 13 (Confidence closure, optimism, and Bellman-residual control). There exists an event \(\mathcal{E}_4\) with \(\mathbb{P}(\mathcal{E}_4)\ge 1-\delta/2\) such that, on \(\mathcal{E}_4\), simultaneously for all \((t,h)\) and all \((s,a)\), \[\begin{align} \bigl|\hat{Q}_{t,h}(s,a)-f^\dagger_{t,h}(s,a)\bigr| &\le \mathrm{unc}_{t,h}(s,a), \label{eq:rl95conf95frozen95unc}\\ \bigl|f^\dagger_{t,h}(s,a)-m_{t,h}(s,a)\bigr| &\le \zeta_{\mathrm{RL}}, \label{eq:rl95conf95frozen95comp}\\ \widetilde{Q}_{t,h}(s,a)-m_{t,h}(s,a) &\in [0,\,2b_{t,h}(s,a)]. \label{eq:rl95residual95le952b} \end{align}\] {#eq: sublabel=eq:eq:rl95conf95frozen95unc,eq:eq:rl95conf95frozen95comp,eq:eq:rl95residual95le952b} Moreover, the optimistic recursion holds: \[\widetilde{Q}_{t,h}(s,a)\ge Q_h^\star(s,a) \qquad\text{and}\qquad \widetilde{V}_{t,h}(s)\ge V_h(Q_h^\star;s) \label{eq:rl95optimism95conc}\qquad{(39)}\] for all \(t,h\) and all \((s,a)\).

In particular, defining the on-trajectory Bellman residual \[e_{t,h}:=\widetilde{Q}_{t,h}(s_{t,h},a_{t,h})-m_{t,h}(s_{t,h},a_{t,h}), \label{eq:def95eth95rl95conf}\qquad{(40)}\] we have \(e_{t,h}^2\le 4b_{t,h}(s_{t,h},a_{t,h})^2\) almost surely.

Proof. Let \[\mathcal{E}_4:=\bigcap_{h=1}^H \widetilde{\mathcal{E}}_h, \label{eq:E495def95rl}\tag{41}\] where \(\widetilde{\mathcal{E}}_h\) is from Lemma 12. By the probability statement in Lemma 12, \(\mathbb{P}(\mathcal{E}_4)\ge 1-\delta/2\).

Fix \((t,h,s,a)\) and work on \(\mathcal{E}_4\). Equation ?? follows from Lemma 12, while ?? follows from 24 with \(V=\widetilde{V}_{t,h+1}\).

By triangle inequality and \(\beta\ge 1\), \[\bigl|\hat{Q}_{t,h}(s,a)-m_{t,h}(s,a)\bigr| \le \mathrm{unc}_{t,h}(s,a)+\zeta_{\mathrm{RL}} \le \beta\,\mathrm{unc}_{t,h}(s,a)+\zeta_{\mathrm{RL}}. \label{eq:rl95qhat95to95m95bound95preclip}\tag{42}\] Also, by the bounded-range assumption on \(\mathcal{R}_h\), \(\hat{Q}_{t,h}\in[0,B_h]\). Moreover \(m_{t,h}(s,a)\in[0,B_h]\): indeed \(\widetilde{Q}_{t,h+1}\in[0,B_{h+1}]\), hence \(\widetilde{V}_{t,h+1}\in[0,B_{h+1}]\) by Lemma 9, and therefore \(m_{t,h}=r_h^\star+\mathbb{E}[\widetilde{V}_{t,h+1}]\in[0,B_h]\). Thus \(|\hat{Q}_{t,h}(s,a)-m_{t,h}(s,a)|\le B_h\). Combining this with 42 and 27 gives \[\bigl|\hat{Q}_{t,h}(s,a)-m_{t,h}(s,a)\bigr| \le b_{t,h}(s,a). \label{eq:rl95qhat95to95m95bound}\tag{43}\]

Since \(\hat{Q}_{t,h}(s,a)+b_{t,h}(s,a)\ge m_{t,h}(s,a)\), \(m_{t,h}(s,a)\in[0,B_h]\), and clipping onto \([0,B_h]\) is monotone, \[\widetilde{Q}_{t,h}(s,a)=\Pi{[0,B_h]}(\hat{Q}_{t,h}(s,a)+b_{t,h}(s,a)) \ge \Pi{[0,B_h]}(m_{t,h}(s,a))=m_{t,h}(s,a).\] Also, using non-expansiveness of clipping and 43 , \[\begin{align} \widetilde{Q}_{t,h}(s,a)-m_{t,h}(s,a) &\le \bigl|\hat{Q}_{t,h}(s,a)+b_{t,h}(s,a)-m_{t,h}(s,a)\bigr| \\ &\le \bigl|\hat{Q}_{t,h}(s,a)-m_{t,h}(s,a)\bigr|+b_{t,h}(s,a) \\ &\le 2b_{t,h}(s,a), \end{align}\] which proves ?? .

We now prove optimism ?? by backward induction on \(h\). For \(h=H\), \(m_{t,H}(s,a)=r_H^\star(s,a)=Q_H^\star(s,a)\) since \(\widetilde{Q}_{t,H+1}\equiv 0\), and the already proved \(\widetilde{Q}_{t,H}\ge m_{t,H}\) gives \(\widetilde{Q}_{t,H}\ge Q_H^\star\).

Assume \(\widetilde{Q}_{t,h+1}\ge Q_{h+1}^\star\). Monotonicity of \(V_{h+1}(\cdot;s)\) yields \[\widetilde{V}_{t,h+1}(s)=V_{h+1}(\widetilde{Q}_{t,h+1};s)\ge V_{h+1}(Q_{h+1}^\star;s).\] Hence \[m_{t,h}=\mathcal{T}_{\eta,h}\widetilde{Q}_{t,h+1}\ge \mathcal{T}_{\eta,h}Q_{h+1}^\star=Q_h^\star.\] Since \(\widetilde{Q}_{t,h}\ge m_{t,h}\), we obtain \(\widetilde{Q}_{t,h}\ge Q_h^\star\). Applying \(V_h(\cdot;s)\) yields \(\widetilde{V}_{t,h}(s)\ge V_h(Q_h^\star;s)\).

Evaluating ?? at \((s_{t,h},a_{t,h})\) gives \(e_{t,h}^2\le 4b_{t,h}(s_{t,h},a_{t,h})^2\). ◻

Lemma 14 (Optimism implies quadratic self-bounding of stagewise Gibbs KL). Fix a stage \(h\) and a state \(s\). Let \(u(\cdot),v(\cdot)\) be scores on \(\mathcal{A}(s)\) such that \(u(a)\ge v(a)\) for all \(a\in\mathcal{A}(s)\). Let \(\pi_u,\pi_v\) be the induced Gibbs policies w.r.t.\(\pi_{\mathrm{ref},h}(\cdot\mid s)\). Then for any \(\eta>0\), \[\frac{1}{\eta}\mathrm{KL}\!\bigl(\pi_u(\cdot\mid s)\,\|\,\pi_v(\cdot\mid s)\bigr) \le \eta\,\mathbb{E}_{a\sim \pi_u(\cdot\mid s)}\!\bigl[(u(a)-v(a))^2\bigr]. \label{eq:rl95selfbound}\qquad{(41)}\]

Proof. Let \(F(w):=\log \mathbb{E}_{a\sim\pi_{\mathrm{ref},h}(\cdot\mid s)}[e^{\eta w(a)}]\) and \(\Delta:=u-v\ge 0\). As before, \(\mathrm{KL}(\pi_u\|\pi_v)\) is the Bregman divergence of \(F\), and with \(w_\lambda:=v+\lambda\Delta\), \[\mathrm{KL}(\pi_u\|\pi_v) \le \eta^2\int_0^1 (1-\lambda)\mathbb{E}_{\pi_{w_\lambda}}[\Delta^2]\,d\lambda.\] Define \(\phi(\lambda):=\mathbb{E}_{\pi_{w_\lambda}}[\Delta^2]\). Differentiating Gibbs expectations yields \[\phi'(\lambda)=\eta\,\operatorname{Cov}_{a\sim\pi_{w_\lambda}}(\Delta(a)^2,\Delta(a))\ge 0,\] since \(\Delta^2\) is nondecreasing in \(\Delta\) on \([0,\infty)\). Hence \(\phi\) is nondecreasing and \(\mathbb{E}_{\pi_{w_\lambda}}[\Delta^2]\le \mathbb{E}_{\pi_u}[\Delta^2]\) for all \(\lambda\in[0,1]\). Therefore, \[\mathrm{KL}(\pi_u\|\pi_v) \le \eta^2\Bigl(\int_0^1(1-\lambda)\,d\lambda\Bigr)\mathbb{E}_{\pi_u}[\Delta^2] = \frac{\eta^2}{2}\mathbb{E}_{\pi_u}[\Delta^2] \le \eta^2\mathbb{E}_{\pi_u}[\Delta^2].\] Dividing by \(\eta\) yields ?? . ◻

Lemma 15 (Deterministic per-episode bound on realized KL regret). Fix stage \(h\), state \(s\), and two scores \(u,v\in[0,B_h]^{\mathcal{A}}\). Let \(\pi_u\) and \(\pi_v\) be the Gibbs policies induced by \(u\) and \(v\) with respect to \(\pi_{\mathrm{ref},h}(\cdot\mid s)\). Then \[\frac{1}{\eta}\mathrm{KL}\!\bigl(\pi_u(\cdot\mid s)\,\|\,\pi_v(\cdot\mid s)\bigr)\le 2B_h. \label{eq:rl95det95kl95bound}\qquad{(42)}\] Consequently, the per-episode KL regret satisfies \(\mathrm{Reg}^{\mathrm{RL}}_{\eta}(t)\le H(H+1)\le 2H^2\) deterministically.

Proof. Fix \(s\) and abbreviate \(V_h(\cdot;s)\) by \(V(\cdot)\). For Gibbs policies induced by \(u,v\), the KL-gap identity (Lemma 2 applied pointwise with reference \(\pi_{\mathrm{ref},h}(\cdot\mid s)\)) implies \[\frac{1}{\eta}\mathrm{KL}(\pi_u\|\pi_v) = \mathbb{E}_{a\sim\pi_u}[u(a)-v(a)]-\bigl(V(u)-V(v)\bigr).\] Since \(u,v\in[0,B_h]\), we have \(\mathbb{E}_{\pi_u}[u-v]\le \|u-v\|_\infty\le B_h\), and \(V(\cdot)\) is 1-Lipschitz in \(\|\cdot\|_\infty\), so \(|V(u)-V(v)|\le \|u-v\|_\infty\le B_h\). Therefore \(\frac{1}{\eta}\mathrm{KL}(\pi_u\|\pi_v)\le 2B_h\). Summing \(2B_h\) over \(h\) yields \(H(H+1)\le 2H^2\). ◻

Lemma 16 (Stagewise width-sum bound via eluder dimension). For each stage \(h\in[H]\), let \[u_{t,h}:=\mathcal{U}_{\mathcal{R}_h}\!\big(\lambda;z_{t,h}\mid \bar D^{\mathrm{RL}}_{h,t-1}\big).\] Then deterministically, \[\sum_{t=1}^T u_{t,h}^2 \le c_{\mathrm{w,rl}}\, d(\mathcal{R}_h,\lambda,T), \label{eq:rl95stagewise95width95sum}\qquad{(43)}\] for a universal constant \(c_{\mathrm{w,rl}}>0\).

Proof. This is the stagewise counterpart of Lemma 7. The proof is the same dyadic peeling + eluder counting argument applied to the stage-\(h\) trajectory \(\{z_{t,h}\}_{t=1}^T\) and the class \(\mathcal{R}_h\), using the width definition 22 . ◻

Lemma 17 (Global uncertainty-sum via the width-based RL definition). Let \(z_{t,h}=(s_{t,h},a_{t,h})\), and define \[d_{\mathrm{RL}}(\lambda,T):=\sum_{h=1}^H d(\mathcal{R}_h,\lambda,T). \label{eq:d295def95direct95rl}\qquad{(44)}\] Then deterministically, \[\sum_{t=1}^T\sum_{h=1}^H \mathrm{unc}_{t,h}(z_{t,h})^2 = \sum_{h=1}^H\sum_{t=1}^T u_{t,h}^2 \le c_{\mathrm{unc}}\, d_{\mathrm{RL}}(\lambda,T), \label{eq:rl95uncertainty95sum}\qquad{(45)}\] for a universal constant \(c_{\mathrm{unc}}>0\). Consequently, for the bonus 27 , \[\sum_{t=1}^T\sum_{h=1}^H b_{t,h}(z_{t,h})^2 \le c_w\Bigl(\beta^2 d_{\mathrm{RL}}(\lambda,T)+H\,T\zeta_{\mathrm{RL}}^2\Bigr), \label{eq:rl95width95sum95global}\qquad{(46)}\] for a universal constant \(c_w>0\).

Proof. By 23 , \(\mathrm{unc}_{t,h}(z_{t,h})=u_{t,h}\), so \[\sum_{t=1}^T\sum_{h=1}^H \mathrm{unc}_{t,h}(z_{t,h})^2 = \sum_{h=1}^H\sum_{t=1}^T u_{t,h}^2.\] Applying Lemma 16 stagewise and summing over \(h\) gives ?? .

For the bonus bound, by 27 and \((u+v)^2\le 2u^2+2v^2\), \[b_{t,h}(z_{t,h})^2 \le 2\beta^2\,\mathrm{unc}_{t,h}(z_{t,h})^2 + 2\zeta_{\mathrm{RL}}^2.\] Summing over \((t,h)\) and applying ?? yields ?? after absorbing constants. ◻

Lemma 18 (KL-RL bridge: from squared \(Q\)-gaps to squared Bellman residuals). Fix an episode \(t\) and work on \(\mathcal{E}_4\) from Lemma 13. Define the on-trajectory Bellman residuals \[e_{t,h}:=\widetilde{Q}_{t,h}(s_{t,h},a_{t,h})-m_{t,h}(s_{t,h},a_{t,h}), \label{eq:def95eth95rl95bridge}\qquad{(47)}\] and the stagewise squared \(Q\)-gaps under \(\pi_{t,h}\), \[\Delta_{t,h}:=\mathbb{E}_{a\sim\pi_{t,h}(\cdot\mid s_{t,h})}\bigl(\widetilde{Q}_{t,h}(s_{t,h},a)-Q_h^\star(s_{t,h},a)\bigr)^2. \label{eq:def95Delta95rl95bridge}\qquad{(48)}\] Then, conditioning on \(\mathcal{F}^-_{t,1}\), \[\sum_{h=1}^H \mathbb{E}\!\left[\Delta_{t,h}\mid \mathcal{F}^-_{t,1}\right] \le H^2\sum_{h=1}^H \mathbb{E}\!\left[e_{t,h}^2\mid \mathcal{F}^-_{t,1}\right]. \label{eq:bridge95H295explicit}\qquad{(49)}\]

Proof. This is the KL-RL extension of the policy-switch bridge used in prior KL-regularized RL regret analyses, but stated directly in terms of the algorithmic optimistic scores \(\widetilde{Q}_{t,h}\) and the KL Bellman targets \(m_{t,h}\).

Fix episode \(t\), and abbreviate \[s_h:=s_{t,h},\quad a_h:=a_{t,h},\quad \mathcal{F}_h^-:=\mathcal{F}_{t,h}^-, \quad \widetilde{Q}_h:=\widetilde{Q}_{t,h},\quad \widetilde{V}_h:=\widetilde{V}_{t,h},\quad m_h:=m_{t,h},\quad \pi_h:=\pi_{t,h}.\] Define the nonnegative \(Q\)-gap and value gap \[g_h(s,a):=\widetilde{Q}_h(s,a)-Q_h^\star(s,a)\ge 0, \qquad \delta_h(s):=\widetilde{V}_h(s)-V_h(Q_h^\star;s)\ge 0,\] where nonnegativity follows from Lemma 13. Let \(\delta_{H+1}\equiv 0\).

Since \[m_h(s,a)=r_h^\star(s,a)+\mathbb{E}[\widetilde{V}_{h+1}(s')\mid s,a], \qquad Q_h^\star(s,a)=r_h^\star(s,a)+\mathbb{E}[V_{h+1}(Q_{h+1}^\star;s')\mid s,a],\] we have \[g_h(s,a) = \underbrace{\widetilde{Q}_h(s,a)-m_h(s,a)}_{=:e_h(s,a)} + \mathbb{E}\!\big[\delta_{h+1}(s')\mid s,a\big]. \label{eq:g95decomp95residual95delta}\tag{44}\]

Moreover, by convexity of \(u\mapsto V_h(u;s)\) and the fact that \(\pi_h(\cdot\mid s)\) is the Gibbs distribution induced by \(\widetilde{Q}_h(s,\cdot)\), the supporting-hyperplane inequality yields \[\delta_h(s)\le \mathbb{E}_{a\sim\pi_h(\cdot\mid s)}\!\big[g_h(s,a)\big]. \label{eq:delta95le95mean95g}\tag{45}\]

8.2.0.1 Step 1: pathwise domination by future Bellman residuals.

Fix \(h\), condition on \(\mathcal{F}_h^-\), and draw \(a_h\sim \pi_h(\cdot\mid s_h)\). Let \((s_j,a_j)_{j>h}\) be the future trajectory generated by \(\{\pi_j\}_{j>h}\) and the MDP dynamics. We claim that on \(\mathcal{E}_4\), \[g_h(s_h,a_h)\le \mathbb{E}\!\left[\sum_{j=h}^H e_j(s_j,a_j)\,\Big|\,s_h,a_h\right]. \label{eq:g95le95future95residual95sum}\tag{46}\] The proof is by backward induction. For \(h=H\), \(\delta_{H+1}\equiv 0\), so 44 gives \(g_H(s_H,a_H)=e_H(s_H,a_H)\). For the induction step, using 44 and 45 , \[\begin{align} g_h(s_h,a_h) &= e_h(s_h,a_h)+\mathbb{E}[\delta_{h+1}(s_{h+1})\mid s_h,a_h] \\ &\le e_h(s_h,a_h)+\mathbb{E}\!\Big[\mathbb{E}_{a\sim\pi_{h+1}(\cdot\mid s_{h+1})}[g_{h+1}(s_{h+1},a)]\;\Big|\;s_h,a_h\Big] \\ &= e_h(s_h,a_h)+\mathbb{E}\!\big[g_{h+1}(s_{h+1},a_{h+1})\mid s_h,a_h\big], \end{align}\] and the induction hypothesis closes the recursion.

8.2.0.2 Step 2: square and aggregate.

By Jensen and Cauchy–Schwarz, \[\begin{align} g_h(s_h,a_h)^2 &\le \mathbb{E}\!\left[\Big(\sum_{j=h}^H e_j(s_j,a_j)\Big)^2\;\Big|\;s_h,a_h\right] \\ &\le (H-h+1)\,\mathbb{E}\!\left[\sum_{j=h}^H e_j(s_j,a_j)^2\;\Big|\;s_h,a_h\right]. \end{align}\] Taking expectation over \(a_h\sim\pi_h(\cdot\mid s_h)\) conditional on \(\mathcal{F}_h^-\) yields \[\Delta_h \le (H-h+1)\,\mathbb{E}\!\left[\sum_{j=h}^H e_j(s_j,a_j)^2\;\Big|\;\mathcal{F}_h^-\right].\] Finally, take \(\mathcal{F}_1^-\)-conditional expectation and sum over \(h\): \[\begin{align} \sum_{h=1}^H \mathbb{E}[\Delta_h\mid \mathcal{F}_1^-] &\le \sum_{j=1}^H \Big(\sum_{h=1}^j (H-h+1)\Big)\,\mathbb{E}[e_j^2\mid \mathcal{F}_1^-] \\ &\le H^2\sum_{h=1}^H \mathbb{E}[e_h^2\mid \mathcal{F}_1^-], \end{align}\] which proves ?? . ◻

Lemma 19 (KL-regularized performance-difference identity). Fix any nonstationary policy \(\pi=\{\pi_h\}_{h=1}^H\). Let \(\pi^\star\) be the Gibbs policy induced by \(Q^\star\). For any initial state \(s_1\), \[V_1^\star(s_1)-V_1^\pi(s_1) = \mathbb{E}_{\pi} \left[ \sum_{h=1}^H \frac{1}{\eta} \mathrm{KL}\!\left( \pi_h(\cdot\mid s_h)\,\|\,\pi_h^\star(\cdot\mid s_h) \right) \,\middle|\,s_1 \right]. \label{eq:kl95perf95diff95identity95rl}\qquad{(50)}\]

Proof. For each stage \(h\), the soft Bellman optimality equation and Lemma 2 applied pointwise with reference \(\pi_{\mathrm{ref},h}(\cdot\mid s)\) imply \[\begin{align} V_h^\star(s) &= \mathbb{E}_{a\sim\pi_h(\cdot\mid s)} \left[ Q_h^\star(s,a) - \frac{1}{\eta}\log\frac{\pi_h(a\mid s)}{\pi_{\mathrm{ref},h}(a\mid s)} \right] + \frac{1}{\eta} \mathrm{KL}\!\left( \pi_h(\cdot\mid s)\,\|\,\pi_h^\star(\cdot\mid s) \right). \label{eq:soft95opt95gap95pointwise} \end{align}\tag{47}\] Using \(Q_h^\star(s,a)=r_h^\star(s,a)+\mathbb{E}[V_{h+1}^\star(s_{h+1})\mid s,a]\), subtracting the policy-evaluation recursion for \(V_h^\pi\), and taking expectation under \(\pi\), the value-difference terms telescope from \(h=1\) to \(H\). This gives ?? . ◻

Lemma 20 (Conditional-regret reduction to conditional bonus squares). Define the realized and conditional per-episode KL regrets \[R_t := \mathrm{Reg}^{\mathrm{RL}}_{\eta}(t), \qquad \bar R_t:=\mathbb{E}[R_t\mid \mathcal{F}^-_{t,1}],\] and define \[X_{t,h}:=b_{t,h}(s_{t,h},a_{t,h})^2,\qquad \bar X_{t,h}:=\mathbb{E}[X_{t,h}\mid \mathcal{F}^-_{t,h}] = \mathbb{E}_{a\sim\pi_{t,h}(\cdot\mid s_{t,h})}\!\big[b_{t,h}(s_{t,h},a)^2\big]. \label{eq:def95XbarX95rl}\qquad{(51)}\] Then on \(\mathcal{E}_4\), \[\sum_{t=1}^T \bar R_t \le 4\eta H^2 \sum_{t=1}^T\sum_{h=1}^H \bar X_{t,h}. \label{eq:sum95barR95by95sum95barX95standalone}\qquad{(52)}\]

Proof. Fix \(t\). By Lemma 19 applied to \(\pi=\pi_t\), the conditional regret \(\bar R_t\) is the \(\mathcal{F}^-_{t,1}\)-conditional expectation of the sum of stagewise KL gaps against \(\pi^\star\).

Fix \((t,h)\). Conditioning on \(s_{t,h}\), Lemma 13 gives \(\widetilde{Q}_{t,h}(s_{t,h},\cdot)\ge Q_h^\star(s_{t,h},\cdot)\). Applying Lemma 14, \[\frac{1}{\eta}\mathrm{KL}\!\bigl(\pi_{t,h}(\cdot\mid s_{t,h})\|\pi_h^\star(\cdot\mid s_{t,h})\bigr) \le \eta\,\Delta_{t,h}.\] Summing over \(h\) and taking \(\mathcal{F}^-_{t,1}\)-conditional expectation yields \[\bar R_t \le \eta\sum_{h=1}^H \mathbb{E}\!\left[\Delta_{t,h}\mid \mathcal{F}^-_{t,1}\right].\]

By Lemma 18, \[\sum_{h=1}^H \mathbb{E}[\Delta_{t,h}\mid \mathcal{F}^-_{t,1}] \le H^2 \sum_{h=1}^H \mathbb{E}[e_{t,h}^2\mid \mathcal{F}^-_{t,1}].\]

On \(\mathcal{E}_4\), Lemma 13 gives \(e_{t,h}^2\le 4X_{t,h}\). By tower property, \[\mathbb{E}[e_{t,h}^2\mid \mathcal{F}^-_{t,1}] \le 4\,\mathbb{E}[X_{t,h}\mid \mathcal{F}^-_{t,1}] = 4\,\mathbb{E}[\bar X_{t,h}\mid \mathcal{F}^-_{t,1}].\] Combining the displays and summing over \(t\) yields ?? . ◻

Lemma 21 (Stage-action bonus-square alignment (Freedman)). With \(X_{t,h},\bar X_{t,h}\) as defined in ?? , there exists an event with probability at least \(1-\delta/4\) on which \[\sum_{t=1}^T\sum_{h=1}^H \bar X_{t,h} \le 2\sum_{t=1}^T\sum_{h=1}^H X_{t,h} + 4H^2\log\!\Bigl(\frac{8}{\delta}\Bigr). \label{eq:freedman95align95stagewise}\qquad{(53)}\]

Proof. Index \((t,h)\) lexicographically by \(k=(t-1)H+h\), and let \(K:=TH\). Write \(\widetilde{\mathcal{F}}_k:=\mathcal{F}^-_{t,h}\). Then \(X_{t,h}\) is \(\widetilde{\mathcal{F}}_{k+1}\)-measurable, while \(\bar X_{t,h}\) is \(\widetilde{\mathcal{F}}_k\)-measurable.

Define the scaled shifted martingale differences \[Y_{k+1}:=\frac{X_{t,h}-\bar X_{t,h}}{H^2}\in[-1,1].\] Then \(\mathbb{E}[Y_{k+1}\mid \widetilde{\mathcal{F}}_k]=0\). Since \(X_{t,h}\in[0,H^2]\), we have \(X_{t,h}^2\le H^2 X_{t,h}\), and thus \[\mathbb{E}[Y_{k+1}^2\mid \widetilde{\mathcal{F}}_k] = \frac{\mathbb{E}[(X_{t,h}-\bar X_{t,h})^2\mid \widetilde{\mathcal{F}}_k]}{H^4} \le \frac{\mathbb{E}[X_{t,h}^2\mid \widetilde{\mathcal{F}}_k]}{H^4} \le \frac{\bar X_{t,h}}{H^2}.\] Let \[M_{K+1}:=\sum_{k=1}^{K}Y_{k+1}, \qquad V:=\sum_{k=1}^{K}\mathbb{E}[Y_{k+1}^2\mid \widetilde{\mathcal{F}}_k] \le \frac{1}{H^2}\sum_{t=1}^T\sum_{h=1}^H \bar X_{t,h}.\] Applying Freedman’s inequality to \(-M_{K+1}\), with failure probability \(\delta/4\), gives \[\sum_{t=1}^T\sum_{h=1}^H \frac{\bar X_{t,h}-X_{t,h}}{H^2} \le \sqrt{2V\log(8/\delta)}+\frac{1}{3}\log\!\Bigl(\frac{8}{\delta}\Bigr).\] Using \(\sqrt{2V\log(8/\delta)}\le \tfrac12 V+\log(8/\delta)\), multiplying by \(H^2\), and rearranging yields ?? up to slightly looser constants. ◻

Lemma 22 (Episode-level realized-vs-conditional regret alignment (Freedman)). Let \(R_t := \mathrm{Reg}^{\mathrm{RL}}_{\eta}(t)\) and \(\bar R_t := \mathbb{E}[R_t\mid \mathcal{F}^-_{t,1}]\). There exists an event with probability at least \(1-\delta/4\) on which \[\sum_{t=1}^T R_t \le 2\sum_{t=1}^T \bar R_t + 8H^2\log\!\Bigl(\frac{8}{\delta}\Bigr). \label{eq:rl95align95reg95episode}\qquad{(54)}\]

Proof. By Lemma 15, \(R_t\le 2H^2\) deterministically. Let \[X_t:=\frac{R_t}{2H^2}\in[0,1], \qquad \bar X_t:=\mathbb{E}[X_t\mid \mathcal{F}^-_{t,1}]=\frac{\bar R_t}{2H^2}.\] As in the bandit case, \(X_t\) is \(\mathcal{F}^-_{t+1,1}\)-measurable and \(\bar X_t\) is \(\mathcal{F}^-_{t,1}\)-measurable. Define \(Y_{t+1}:=X_t-\bar X_t\). Then \(Y_{t+1}\) is a shifted martingale difference w.r.t.\(\{\mathcal{F}^-_{t,1}\}_{t\ge 1}\), with \(|Y_{t+1}|\le 1\) and \[\mathbb{E}[Y_{t+1}^2\mid \mathcal{F}^-_{t,1}] \le \mathbb{E}[X_t\mid \mathcal{F}^-_{t,1}] = \bar X_t.\] Let \[M_{T+1}:=\sum_{t=1}^T Y_{t+1}, \qquad V:=\sum_{t=1}^T \mathbb{E}[Y_{t+1}^2\mid \mathcal{F}^-_{t,1}] \le \sum_{t=1}^T \bar X_t.\] Freedman’s inequality applied to \(-M_{T+1}\), with failure probability \(\delta/4\), yields \[\sum_{t=1}^T(\bar X_t-X_t) \le \sqrt{2V\log(8/\delta)}+\frac{1}{3}\log\!\Bigl(\frac{8}{\delta}\Bigr).\] Using \(\sqrt{2V\log(8/\delta)}\le \frac{1}{2} V+\log(8/\delta)\) and rearranging gives \[\sum_{t=1}^T X_t \le 2\sum_{t=1}^T \bar X_t + 2\log\!\Bigl(\frac{8}{\delta}\Bigr).\] Multiplying by \(2H^2\) yields ?? . ◻

Proof of Theorem 1. Work on the intersection of: (i) \(\mathcal{E}_4\) from Lemma 13, (ii) the stage-action bonus-square alignment event in Lemma 21, and (iii) the episode-level regret alignment event in Lemma 22. By Lemma 13, \(\mathbb{P}(\mathcal{E}_4^c)\le \delta/2\), and the other two events each fail with probability at most \(\delta/4\). Hence a union bound gives total failure probability at most \(\delta\).

By Lemma 20, on \(\mathcal{E}_4\), \[\sum_{t=1}^T \bar R_t \le 4\eta H^2 \sum_{t=1}^T\sum_{h=1}^H \bar X_{t,h}.\] Lemma 21 yields \[\sum_{t=1}^T\sum_{h=1}^H \bar X_{t,h} \le 2\sum_{t=1}^T\sum_{h=1}^H X_{t,h} + 4H^2\log\!\Bigl(\frac{8}{\delta}\Bigr).\] Applying Lemma 17, \[\sum_{t=1}^T\sum_{h=1}^H X_{t,h} = \sum_{t=1}^T\sum_{h=1}^H b_{t,h}(z_{t,h})^2 \le c_w\Bigl(\beta^2 d_{\mathrm{RL}}(\lambda,T)+H\,T\zeta_{\mathrm{RL}}^2\Bigr). \label{eq:sumX95bound}\tag{48}\] Therefore, on the intersection event, \[\sum_{t=1}^T \bar R_t \le C\,\eta H^2\Bigl(\beta^2 d_{\mathrm{RL}}(\lambda,T)+H\,T\zeta_{\mathrm{RL}}^2+H^2\log\tfrac{1}{\delta}\Bigr), \label{eq:sum95barR95main95intermediate}\tag{49}\] for a universal constant \(C>0\).

Finally, on the event ?? , \[\sum_{t=1}^T R_t \le 2\sum_{t=1}^T \bar R_t + 8H^2\log\!\Bigl(\frac{8}{\delta}\Bigr),\] which together with 49 yields ?? , up to the lower-order logarithmic terms hidden in the theorem statement. ◻

References↩︎

[1]
J. Schulman, F. Wolski, P. Dhariwal, A. Radford, and O. Klimov, “Proximal policy optimization algorithms,” arXiv preprint arXiv:1707.06347, 2017, [Online]. Available: https://arxiv.org/abs/1707.06347.
[2]
L. Ouyang et al., “Training language models to follow instructions with human feedback,” in Advances in neural information processing systems, 2022, vol. 35, pp. 27730–27744.
[3]
R. Rafailov, A. Sharma, E. Mitchell, C. D. Manning, S. Ermon, and C. Finn, “Direct preference optimization: Your language model is secretly a reward model,” in Advances in neural information processing systems, 2023, vol. 36, pp. 53728–53741.
[4]
W. Xiong et al., “Iterative preference learning from human feedback: Bridging theory and practice for RLHF under KL-constraint,” in Proceedings of the 41st international conference on machine learning, 2024, vol. 235, [Online]. Available: https://proceedings.mlr.press/v235/xiong24a.html.
[5]
H. Zhao, C. Ye, Q. Gu, and T. Zhang, “Sharp analysis for KL-regularized contextual bandits and RLHF,” arXiv preprint arXiv:2411.04625, 2024, [Online]. Available: https://arxiv.org/abs/2411.04625.
[6]
H. Zhao, C. Ye, W. Xiong, Q. Gu, and T. Zhang, “Logarithmic regret for online KL-regularized reinforcement learning,” arXiv preprint arXiv:2502.07460, 2025, [Online]. Available: https://arxiv.org/abs/2502.07460.
[7]
D. J. Foster, C. Gentile, M. Mohri, and J. Zimmert, “Adapting to misspecification in contextual bandits,” arXiv preprint arXiv:2107.05745, 2021, [Online]. Available: https://arxiv.org/abs/2107.05745.
[8]
S. K. Krishnamurthy, V. Hadad, and S. Athey, “Adapting to misspecification in contextual bandits with offline regression oracles,” in Proceedings of the 38th international conference on machine learning, 2021, vol. 139, [Online]. Available: https://proceedings.mlr.press/v139/krishnamurthy21a.html.
[9]
A. Takemura, S. Ito, and J. Honda, “A parameter-free algorithm for misspecified linear contextual bandits,” in Proceedings of the 24th international conference on artificial intelligence and statistics, 2021, vol. 130, [Online]. Available: https://proceedings.mlr.press/v130/takemura21a.html.
[10]
D. Vial, A. Parulekar, S. Shakkottai, and R. Srikant, “Improved algorithms for misspecified linear markov decision processes,” in Proceedings of the 25th international conference on artificial intelligence and statistics, 2022, vol. 151, [Online]. Available: https://proceedings.mlr.press/v151/vial22a.html.
[11]
Y. Li and L. Yang, “On the model-misspecification in reinforcement learning,” in Proceedings of the 27th international conference on artificial intelligence and statistics, 2024, vol. 238, [Online]. Available: https://proceedings.mlr.press/v238/li24m.html.
[12]
D. Russo and B. Van Roy, “Eluder dimension and the sample complexity of optimistic exploration,” in Advances in neural information processing systems, 2013, vol. 26.
[13]
A. Agarwal, D. Hsu, S. Kale, J. Langford, L. Li, and R. E. Schapire, “Taming the monster: A fast and simple algorithm for contextual bandits,” in International conference on machine learning, 2014.
[14]
D. Foster, A. Agarwal, M. Dudík, H. Luo, and R. E. Schapire, “Practical contextual bandits with regression oracles,” in Proceedings of the 35th international conference on machine learning, 2018, vol. 80, [Online]. Available: https://proceedings.mlr.press/v80/foster18a.html.
[15]
D. J. Foster and A. Rakhlin, “Beyond UCB: Optimal and efficient contextual bandits with regression oracles,” in Proceedings of the 37th international conference on machine learning, 2020, vol. 119, [Online]. Available: https://proceedings.mlr.press/v119/foster20a.html.
[16]
R. Wang, R. Salakhutdinov, and L. F. Yang, “Reinforcement learning with general value function approximation: Provably efficient approach via bounded eluder dimension,” in Advances in neural information processing systems, 2020, vol. 33, [Online]. Available: https://arxiv.org/abs/2005.10804.
[17]
C. Jin, Q. Liu, and S. Miryoosefi, “Bellman eluder dimension: New rich classes of RL problems, and sample-efficient algorithms,” in Advances in neural information processing systems, 2021, vol. 34, [Online]. Available: https://arxiv.org/abs/2102.00815.
[18]
D. Foster, A. Rakhlin, D. Simchi-Levi, and Y. Xu, “Instance-dependent complexity of contextual bandits and reinforcement learning: A disagreement-based perspective,” in Proceedings of the 34th conference on learning theory, 2021, vol. 134, [Online]. Available: https://proceedings.mlr.press/v134/foster21a.html.
[19]
T. Xie, D. J. Foster, Y. Bai, N. Jiang, and S. M. Kakade, “The role of coverage in online reinforcement learning,” in International conference on learning representations, 2023, [Online]. Available: https://arxiv.org/abs/2210.04157.
[20]
O. Levy and Y. Mansour, “Optimal regret for policy optimization in contextual bandits,” arXiv preprint arXiv:2602.13700, 2026, [Online]. Available: https://arxiv.org/abs/2602.13700.
[21]
O. Levy, L. Erez, A. Peled-Cohen, and Y. Mansour, “Regret bounds for adversarial contextual bandits with general function approximation and delayed feedback,” arXiv preprint arXiv:2510.09127, 2025, [Online]. Available: https://arxiv.org/abs/2510.09127.
[22]
H. Qin and C. Zhang, “Taming the monster every context: Complexity measure and unified framework for offline-oracle efficient contextual bandits,” arXiv preprint arXiv:2602.09456, 2026, [Online]. Available: https://arxiv.org/abs/2602.09456.
[23]
T. Xie, D. J. Foster, A. Krishnamurthy, C. Rosset, A. Awadallah, and A. Rakhlin, “Exploratory preference optimization: Harnessing implicit \(Q^\star\)-approximation for sample-efficient RLHF,” arXiv preprint arXiv:2405.21046, 2024, [Online]. Available: https://arxiv.org/abs/2405.21046.
[24]
S. Cen et al., “Value-incentivized preference optimization: A unified approach to online and offline RLHF,” arXiv preprint arXiv:2405.19320, 2024, [Online]. Available: https://arxiv.org/abs/2405.19320.
[25]
D. Wu, C. Shi, J. Yang, and C. Shen, “Greedy sampling is provably efficient for RLHF,” arXiv preprint arXiv:2510.24700, 2025, [Online]. Available: https://arxiv.org/abs/2510.24700.
[26]
J. Lee, M. Hong, K.-S. Jun, C. Yun, and S.-Y. Yun, “Regularized online RLHF with generalized bilinear preferences,” arXiv preprint arXiv:2602.23116, 2026, [Online]. Available: https://arxiv.org/abs/2602.23116.
[27]
P. Amortila, T. Cao, and A. Krishnamurthy, “Mitigating covariate shift in misspecified regression with applications to reinforcement learning,” in Proceedings of the 37th conference on learning theory, 2024, vol. 247, [Online]. Available: https://proceedings.mlr.press/v247/amortila24a.html.
[28]
J. Langford and T. Zhang, “The epoch-greedy algorithm for multi-armed bandits with side information,” in Advances in neural information processing systems, 2008, vol. 20.
[29]
Y. Xu, Z. Gao, Y. Guo, Y. Wang, and Z. Yang, “Preference-based reinforcement learning with finite-time guarantees,” in Advances in neural information processing systems, 2020, vol. 33, [Online]. Available: https://arxiv.org/abs/2006.08910.
[30]
A. Pacchiano, A. Saha, and J. Lee, “Dueling RL: Reinforcement learning with trajectory preferences,” in Proceedings of the 26th international conference on artificial intelligence and statistics, 2023, vol. 206, [Online]. Available: https://arxiv.org/abs/2111.04850.
[31]
T. Wu and W. Sun, “Making reinforcement learning from human feedback efficient via randomization,” arXiv preprint arXiv:2310.14554, 2023, [Online]. Available: https://arxiv.org/abs/2310.14554.
[32]
Z. Wang, B. Liu, and C. Jin, “Is RLHF more difficult than standard RL? A theoretical analysis and an empirical study,” arXiv preprint arXiv:2306.14111, 2023, [Online]. Available: https://arxiv.org/abs/2306.14111.
[33]
R. Munos et al., “Nash learning from human feedback,” arXiv preprint arXiv:2312.00886, 2023, [Online]. Available: https://arxiv.org/abs/2312.00886.
[34]
C. Ye, W. Xiong, Y. Zhang, H. Dong, N. Jiang, and T. Zhang, “Online iterative reinforcement learning from human feedback with general preference model,” arXiv preprint arXiv:2402.07314, 2024, [Online]. Available: https://arxiv.org/abs/2402.07314.
[35]
T. Zhang, Mathematical analysis of machine learning algorithms. Cambridge: Cambridge University Press, 2023.
[36]
C. Jin, Z. Yang, Z. Wang, and M. I. Jordan, “Provably efficient reinforcement learning with linear function approximation,” in COLT, 2020.