Single-Policy Concentrability in RL
- Single-policy concentrability is defined as the worst-case ratio of the target policy's state–action occupancy to that of a given data or behavior distribution.
- It relaxes stronger uniform coverage conditions by focusing solely on the target or optimal policy, enabling sharper guarantees in offline RL.
- It plays a crucial role in offline RL, influencing sample complexity and stability in both tabular and function approximation settings.
Single-policy concentrability is a coverage condition that measures whether an offline data distribution, behavior policy, or sampling distribution adequately covers the state–action occupancy of one fixed target policy rather than all policies. In episodic finite-horizon form, the coefficient compares against a reference marginal at each stage; in discounted form, it compares discounted occupancies against a sampling distribution or . The central motivation is statistical: if the target policy places mass on state–action pairs that the data almost never visit, off-policy estimation and optimization become unstable or impossible. Across offline RL, policy-search dynamic programming, contextual bandits, goal-conditioned RL, preference-based RL, and constrained MDPs, single-policy concentrability serves as a weaker alternative to all-policy or uniform concentrability, often yielding sharper guarantees because it only requires coverage of the policy that matters for the task (Xie et al., 2021).
1. Formal definitions and core intuition
In the episodic finite-horizon setting of policy finetuning, for any policy and time step , the state–action visitation probability is
Fixing a deterministic optimal policy and a reference policy , the single-policy concentrability coefficient is
0
This is the worst-case ratio between how often the optimal policy visits a state–action pair and how often the reference policy visits it (Xie et al., 2021).
A closely related finite-horizon definition fixes an arbitrary target policy 1 and offline data marginals 2: 3 This form appears in offline RL with function approximation, where the assumption is sometimes stated for one policy 4 even when the main body of a paper uses a uniform constant 5 for all admissible marginals 6 (Tkachuk et al., 3 Oct 2025).
In discounted infinite-horizon MDPs, the analogous object is defined using discounted occupancies. One standard form is
7
or, in policy-search analyses, via the discounted occupancy measure
8
These formulations differ in notation but preserve the same basic meaning: the data-generating distribution must dominate the target policy’s occupancy (Scherrer, 2013).
The intuition is uniform across these settings. The numerator measures where the target or optimal policy needs accurate information; the denominator measures how much evidence the offline dataset or reference policy provides there. If 9 is tiny while 0 is large, then the data have poor coverage exactly where optimal control depends on them, and statistical instability follows (Xie et al., 2021). A closely related interpretation in offline RL with trajectories is that whenever 1 puts weight on 2, the data distribution 3 should put at least a 4 fraction of that mass there, so empirical averages under 5 still “see” the regions relevant to 6 (Tkachuk et al., 3 Oct 2025).
2. Relation to stronger and alternative concentrability notions
The defining contrast is with all-policy, uniform, or sup-concentrability. In finite-horizon notation,
7
which requires the data distribution to cover every policy’s occupancy, not merely the target policy or optimal policy. This is explicitly described as often much stronger, and it can be infinite even when the single-policy coefficient is finite (Xie et al., 2021). The same distinction appears in contextual bandits, where
8
is stronger than 9, and in function-approximation settings where an all-policy 0-type coverage constant dominates the single-policy quantity 1 (Zhao et al., 9 May 2026, Zhao et al., 9 Feb 2025).
Several papers emphasize that this weakening is not merely cosmetic. In offline goal-conditioned RL, the dataset assumption is only that the regularized optimum 2 satisfies
3
rather than requiring coverage for every candidate policy (Zhu et al., 2023). In preference-based RL, the relevant target-dependent coefficient 4 is constructed so that only the policy to be learned must be covered, and it can be upper bounded by the per-trajectory concentrability coefficient rather than by a uniform condition over all policies (Zhan et al., 2023). In direct preference optimization, PEPO is analyzed with a single-policy coefficient 5 defined for a comparator policy 6, in contrast to an all-policy quantity 7 that is generally much larger (Barla et al., 5 Feb 2026).
The literature also places single-policy concentrability alongside other, nonuniform notions. One alternative is average-case or integral concentrability, which bounds 8-type quantities rather than a supremum (Xie et al., 2021). Another is aggregated concentrability, which is induced by a function class and state aggregation rather than the original MDP states. For offline policy evaluation with value-function realizability but without Bellman completeness, the key hardness parameter becomes an aggregated coefficient 9, not the original single-policy 0 (Jia et al., 2024). A further generalization is sequence-level concentrability
1
which measures coverage over whole trajectories or length-2 decision sequences rather than one-step marginals (Zhou et al., 12 Jun 2025).
A recurring point is that single-policy coverage is usually presented as the minimal coverage assumption for the task at hand. In policy evaluation or optimization for one target policy, it is weaker than uniform coverage and better aligned with the actual inferential objective (Tkachuk et al., 3 Oct 2025). This suggests that single-policy concentrability is best viewed not as a universal replacement for all other coverage conditions, but as the target-policy-specific baseline against which stronger assumptions should be justified.
3. Sample-complexity role in tabular offline RL and policy finetuning
The concept became especially prominent in the theoretical study of policy finetuning, where the learner interacts online but also has access to a reference policy 3 that is close to the optimal policy in the single-policy-concentrability sense. In episodic tabular MDPs with 4 states, 5 actions, and horizon 6, the offline reduction algorithm that simply executes 7 and then runs offline policy optimization finds an 8-near-optimal policy within
9
episodes (Xie et al., 2021). The same work proves an information-theoretic lower bound
0
for any policy-finetuning algorithm, including adaptive ones. Together, these results imply that, up to logarithmic factors, offline reduction is unimprovable when 1, while purely online RL with cost 2 is unimprovable when 3 (Xie et al., 2021).
That paper also studies partial coverage up to an intermediate step 4: 5 with no assumption for later steps. The resulting hybrid algorithm HOOVI uses optimistic exploration for steps 6 to 7 and offline pessimistic updates for steps 8 to 9, with sample complexity roughly
0
This interpolates between pure offline and pure online regimes (Xie et al., 2021).
In discounted policy-search dynamic programming, single-policy concentrability predates this tabular offline RL line. For Conservative Policy Iteration, with 1 defined through 2, the returned policy satisfies
3
For Non-Stationary DPI,
4
These analyses explicitly compare 5 with larger multi-step constants 6 and 7, concluding that single-policy constants can be arbitrarily smaller while preserving meaningful global guarantees (Scherrer, 2013).
A closely related result for local policy search uses
8
and shows that any 9-approximate local optimum 0 satisfies
1
That comparison is notable because the paper contrasts this single-policy quantity with a much larger DPI-style constant involving a supremum over all policies and all time steps (Scherrer et al., 2013).
4. Function approximation, trajectory structure, and realizability
Under function approximation, single-policy concentrability remains central but its sufficiency depends on additional structure. In offline RL with realizability and density-ratio modeling, PRO-RL assumes that the discounted occupancy of the 2-regularized optimal policy satisfies
3
and then obtains polynomial sample complexity under realizability and boundedness of the value and density-ratio classes (Zhan et al., 2022). The same target-policy-only assumption appears in CORAL, where 4 and 5 enter the MIS-based augmented-Lagrangian analysis for bandits, contextual bandits, and RL (Rashidinejad et al., 2022).
A more recent line studies what trajectory data can and cannot change. One positive result shows that in finite-horizon offline RL with linear 6-realizability and concentrability, trajectory data suffice for statistically efficient policy evaluation and policy optimization. Specialized to a single policy 7, the concentrability assumption is
8
and the main rates are
9
for policy evaluation and
0
for policy optimization (Tkachuk et al., 3 Oct 2025). The key technical tool is a change-of-measure lemma,
1
which converts target-policy expectations into data-distribution expectations (Tkachuk et al., 3 Oct 2025).
At the same time, another result gives a negative answer for offline policy evaluation with value-function realizability but without Bellman completeness. It shows that the sample complexity is governed not by the original single-policy coefficient
2
but by an aggregated concentrability coefficient 3 defined on a state aggregation induced by the function class (Jia et al., 2024). The paper further shows that 4 may grow exponentially with horizon even when the original 5 is small and the data are admissible, and that a generic reduction converts hard admissible-data instances into hard trajectory-data instances. The stated consequence is that trajectory data offer no extra benefits over admissible data for this OPE setting (Jia et al., 2024).
Taken together, these results delimit the scope of single-policy concentrability under function approximation. It can be sufficient in settings with additional trajectory structure and 6-realizability (Tkachuk et al., 3 Oct 2025), yet insufficient for general OPE under value-function realizability alone, where the relevant hardness is induced by aggregation (Jia et al., 2024). A plausible implication is that “single-policy concentrability” is not one theorem but a family of task-dependent coverage assumptions whose adequacy depends strongly on the representational assumptions attached to them.
5. Variants across adjacent decision-making settings
Single-policy concentrability has been adapted well beyond standard offline RL. In offline goal-conditioned RL, the coverage condition is defined over state, action, and goal: 7 and the analysis assumes 8 for the 9-regularized optimum (Zhu et al., 2023). Under realizability and a lower bound 0, the deterministic-case theorem gives
1
which implies
2
to achieve 3 suboptimality (Zhu et al., 2023).
In offline preference-based RL, where feedback is available as preferences between trajectory pairs, the single-policy coefficient is defined by
4
It is upper bounded by the square root of the per-trajectory concentrability coefficient when 5 (Zhan et al., 2023). The paper’s upper bound is
6
while the lower bounds show that per-step concentrability is insufficient and per-trajectory coverage is necessary up to constants (Zhan et al., 2023).
In offline contextual bandits with forward-KL regularization, the tabular single-policy constant is
7
and the function-approximation analysis also introduces
8
The paper proves the first 9 rates for forward-KL offline CBs under such single-policy conditions: 00 in the tabular case and
01
under function approximation (Zhao et al., 9 May 2026). Reverse-KL-regularized offline contextual bandits admit a related sharp rate
02
under single-policy concentrability, with a matching lower bound establishing the necessity of multiplicative 03 dependence (Zhao et al., 9 Feb 2025).
Additional variants include offline CMDPs, where the optimal safe policy’s occupancy must belong to a deviation-controlled set 04 and
05
leading to an offline CMDP lower bound
06
and a near-optimal primal-dual upper bound up to logarithmic and 07 factors (Chen et al., 2022). In sparse offline RL with corruption robustness, the relevant quantity becomes a sparse covariance-ratio condition
08
which controls coverage only along sparse directions relevant to the optimal policy (Tran et al., 31 Dec 2025).
6. Limitations, failure modes, and broader significance
The most basic limitation is support mismatch. If there exists 09 such that 10 but 11, then 12 and offline reduction completely fails (Xie et al., 2021). The same principle recurs in discounted settings: guarantees typically assume that whenever the target or comparator policy assigns positive mass, the behavior distribution does as well (Barla et al., 5 Feb 2026). This is why many papers treat finiteness of the single-policy constant as the minimum requirement for nonvacuous guarantees.
A second limitation is that the coefficient can hide severe multi-step phenomena. Sequence-level analysis defines
13
for length-14 trajectories and shows
15
because the sequence ratio factorizes as 16 (Zhou et al., 12 Jun 2025). The resulting upper bound on cumulative 17-error scales as
18
exhibiting potential exponential amplification along rare multi-step patterns (Zhou et al., 12 Jun 2025). The same paper argues that poisoning only rare patterns can collapse effective coverage and degrade agent performance severely, which casts single-step coverage diagnostics as potentially incomplete for security analysis (Zhou et al., 12 Jun 2025).
A third limitation concerns representational mismatch. In large or continuous spaces, the notion must be generalized through density-ratio estimation, covariance conditions, or function-class-dependent constructions, and controlling the resulting analogue of 19 is more challenging (Xie et al., 2021). This is visible in aggregated concentrability for OPE (Jia et al., 2024), sparse covariance-ratio conditions (Tran et al., 31 Dec 2025), and D20-type function-class coverage in contextual bandits (Zhao et al., 9 May 2026, Zhao et al., 9 Feb 2025). The practical interpretation is consistent across these works: what matters is not merely whether the raw dataset visits the target policy’s support, but whether it does so in a form that is learnable under the chosen representation.
A final theme is that hybrid RL can remove the need for single-policy concentrability altogether in some non-tabular settings. In linear MDPs, hybrid algorithms RAPPEL and HYRULE achieve PAC and regret guarantees without assuming 21, instead decomposing the feature space into offline-covered and online-explored subspaces and measuring coverage through subspace-specific quantities such as 22 and 23 (Tan et al., 2024). This does not invalidate single-policy concentrability; rather, it identifies a regime where limited online exploration can replace a restrictive offline coverage assumption.
Single-policy concentrability therefore occupies a precise place in modern learning theory for sequential decision making. It is weaker than all-policy coverage, often sufficient for sharp upper and lower bounds, and naturally tailored to target-policy evaluation or optimization. At the same time, it is not universally decisive: under weak realizability assumptions, sequence-level effects, aggregation effects, sparse high-dimensional structure, adversarial corruption, or hybrid exploration can shift the relevant hardness parameter away from the classical ratio of occupancies. This suggests that single-policy concentrability is best regarded as a canonical but not exhaustive language for coverage.