Linear MDPs: A Feature-Based Approach
- Linear MDPs are feature-based models where rewards and transitions admit low-dimensional linear parameterizations, enabling scalability beyond finite state spaces.
- They underpin Bellman recursions that remain realizable within the feature class, with algorithms like least-squares value iteration yielding near-optimal regret and low switching costs.
- Extensions to generalized rewards, horizon-free regret methods, and performative RL enhance the framework's flexibility while highlighting ongoing computational challenges.
A linear Markov decision process (linear MDP) is a feature-based reinforcement-learning model in which the reward function and transition kernel admit low-dimensional linear parameterizations with respect to a known feature map. In the episodic formulation, this replaces direct dependence on the cardinality of the state space by dependence on a feature dimension , making the model a standard theoretical abstraction for large-scale or even infinite-state RL. The framework supports Bellman recursions that remain realizable in the chosen feature class, and it underlies regret, sample-complexity, and structural results ranging from least-squares value iteration to horizon-free learning and low-switching-cost control (Gao et al., 2021, Zhang et al., 2024).
1. Formal model and Bellman structure
A standard -horizon episodic linear MDP is an MDP with a known feature map
such that, for each stage , there are unknown parameters and for which
and
A tabular MDP with states and 0 actions is the special case 1 with 2 (Gao et al., 2021).
A closely related statement uses the same linear structure to express Bellman recursion directly. For any policy 3,
4
and the optimal functions satisfy
5
The associated core assumptions are feature-span or realizability, boundedness of features and parameters, and Bellman completeness, namely that the Bellman operator maps the linear 6-class into itself (Zhang et al., 1 Jun 2025).
The time-homogeneous variant keeps a single transition kernel 7 and reward distribution 8 across the horizon and assumes a known feature map 9 with 0. In that setting, there exist unknown 1 and 2 such that
3
The same paper imposes the condition that for every 4 with 5, one has 6 (Zhang et al., 2024).
Under a dataset of 7 trajectories whose coverage matrix
8
satisfies 9, one obtains a learned policy 0 with suboptimality
1
or, in online RL, regret 2. This identifies the central scaling variable as the feature dimension rather than the raw state-space size (Zhang et al., 1 Jun 2025).
2. Least-squares value iteration and low-switching-cost learning
A principal algorithmic instantiation is least-squares value iteration with upper confidence bounds. In the low-switching-cost formulation, the learner performs backward estimation at each episode 3 and stage 4 using
5
6
and optimistic estimates
7
The distinctive device is a policy-change test: the learner commits to a new policy only when the learned covariance has doubled in some direction, expressed as
8
Planning then uses the stale optimistic action-value estimate 9 for the entire episode (Gao et al., 2021).
With 0 and
1
the method achieves, with probability 2,
3
together with global switching cost
4
The same paper states that this regret matches the best existing polynomial algorithm in the linear-MDP setting, while the switching cost is exponentially smaller than that comparator’s episode-by-episode updating rule (Gao et al., 2021).
The tabular specialization 5 yields regret 6 and local switching cost 7. The same work also proves that substantial improvement in switching complexity is impossible in general: any deterministic-policy algorithm that guarantees sublinear regret over linear MDPs of dimension 8 and horizon 9 must incur
0
This lower bound places the 1 guarantee near the optimal switching regime up to logarithmic factors (Gao et al., 2021).
The analysis combines least-squares confidence sets, an elliptical-potential lemma of the form
2
and a delayed-update argument showing that when updates are postponed, the bonus under the stale policy remains within a factor 3 of the latest bonus. The result is a regret decomposition in which infrequent switching does not change the overall statistical order (Gao et al., 2021).
3. Horizon-free regret and structural lemmas
A distinct line of work studies whether the regret of linear-MDP learning can avoid polynomial dependence on the planning horizon 4. In the horizon-free formulation, the learner operates over 5 episodes of length 6 in a time-homogeneous linear MDP with possibly large or infinite 7, and the total-bounded rewards assumption requires that in any episode
8
Rather than explicitly estimating the transition model and constructing a full stack of inhomogeneous value functions, the method directly estimates value functions and confidence sets (Zhang et al., 2024).
The algorithm maintains an 9-net 0 of possible value functions. For each 1, a weighted least-squares subroutine estimates 2, 3, and an empirical variance. These estimates define a confidence region
4
with bonus
5
A separate reward confidence set 6 is built using the VOFUL procedure, and optimistic planning solves
7
The resulting regret bound is
8
with no polynomial dependence on 9 (Zhang et al., 2024).
The key structural input is a bound on the total variation of the inhomogeneous optimal value functions. Defining
0
the paper proves
1
This shows that the cumulative drop of 2 across the horizon is controlled by the feature dimension 3 rather than by 4. The proof then groups layers into 5 segments, combines a variance-ratio argument with elliptical-potential control, and removes explicit horizon dependence from the leading regret term (Zhang et al., 2024).
The same result also identifies current limitations. As stated, the algorithm is not computationally efficient because it enumerates an 6-net of the value-function set of size approximately 7. The dependence 8 remains far from the lower bound 9, and extending horizon-free guarantees to other function-approximation models, including neural networks, is left open (Zhang et al., 2024).
4. Extensions of the linear-MDP framework
One extension replaces the linear reward model by a generalized linear model while retaining linear transitions. A generalized linear MDP (GLMDP) is specified by reward features 0, transition features 1, a known link function 2, and unknown parameters 3 satisfying
4
The associated function class is
5
and, under mild regularity, the Bellman operator maps 6 into 7, so 8 (Zhang et al., 1 Jun 2025).
The offline algorithms in that setting are Generalized Pessimistic Value Iteration (GPEVI) and its semi-supervised variant SS-GPEVI. GPEVI constructs reward and transition confidence sets, then forms pessimistic estimates
9
With probability at least 0, GPEVI satisfies
1
while SS-GPEVI with 2 labeled and 3 unlabeled samples yields
4
Setting 5 and 6 recovers the standard linear MDP as a special case (Zhang et al., 1 Jun 2025).
Another extension is performative RL with linear MDPs, in which deploying a policy changes both rewards and transitions. In the infinite-horizon discounted setting, the policy-dependent environment is modeled by
7
The associated discounted occupancy measure
8
leads to a regularized primal problem over occupancies and feature moments. Repeated regularized retraining produces a two-step recurrence
9
with 00. For sufficiently large 01, the iterates converge linearly to a performatively stable solution, and in the finite-sample regime empirical repeated retraining converges under a bounded-coverage condition. The same framework is applied to stochastic Stackelberg and multi-follower coarse correlated equilibrium settings (Mandal et al., 2024).
A further hybridization couples known linear time-invariant plant dynamics
02
with an exogenous feature-based linear Markov process
03
In that model, the optimal finite-horizon state-action value function admits an explicit parametric form involving a Riccati recursion for 04, and the optimal policy is closed form: 05 Least-Squares Value Iteration then estimates only the unknown feature-based coefficients, without explicit transition estimation or exploration bonuses because the environment is exogenous. The paper provides input-to-state stability guarantees and a regret bound whose leading term scales as 06 (Makdah et al., 24 Aug 2025).
5. Related but distinct linear structures in MDP theory
The term “linear MDP” should be distinguished from “linearly-solvable MDP” despite the common acronym LMDP. In a linearly-solvable MDP, the model is an undiscounted first-exit control problem with passive dynamics 07, state reward 08, and a control cost given by a Kullback–Leibler divergence: 09 Introducing the desirability function
10
turns the Bellman equation into the linear relation
11
with optimal policy
12
The same linearity supports Z-learning, hierarchical decomposition, and task compositionality. Empirically, the hierarchical method reported faster convergence than 13-greedy Q-learning in the Taxi domain and higher throughput in the AGV domain (Jonsson et al., 2016).
A second distinct line uses linear programming to solve generic MDPs approximately. For a discounted finite MDP with Bellman operator 14, the exact LP is
15
Approximate linear programming replaces 16 by 17, giving
18
while the generalized reduced linear program (GRLP) replaces the full set of 19 constraints by nonnegative linear combinations: 20 where 21 has full column rank. The analysis introduces two 22-contraction operators, 23 and 24, and derives the error bound
25
This is a theory of linear approximation and constraint reduction for solving large MDPs, not the feature-based linear-MDP model for transition and reward generation (Lakshminarayanan et al., 2014).
6. Limitations, misconceptions, and open questions
A common source of confusion is terminological. In the standard linear-MDP model, rewards and transitions are linear in features, but the Bellman operator itself is not thereby made linear in the value function. By contrast, linearly-solvable MDPs achieve a genuinely linear Bellman equation after the exponential change of variables 26 (Jonsson et al., 2016). Another common misconception is that linear MDPs are inherently finite-state; the horizon-free analysis explicitly allows 27 to be large or infinite (Zhang et al., 2024).
Several limitations are explicit in the current theory. Horizon-free regret is presently known through an algorithm that is not computationally efficient because it enumerates an 28-net of the value-function class, and its 29 rate is still far from the 30 lower bound (Zhang et al., 2024). Low-switching-cost learning is nearly optimal in its switching dependence, but the lower bound 31 shows that no-regret deterministic-policy algorithms must still pay a nontrivial number of policy changes (Gao et al., 2021).
The generalizations also sharpen the boundary of the model. GLMDPs broaden the reward class to generalized linear models, but their stated sample-efficiency guarantee matches standard linear-MDP rates only up to an extra factor of 32 in the horizon dependence (Zhang et al., 1 Jun 2025). Performative RL with linear MDPs requires explicit sensitivity, feature-regularity, and bounded-coverage assumptions, and the finite-sample guarantees depend polynomially on the feature dimension and target accuracy through quantities such as 33, 34, and 35 (Mandal et al., 2024).
Taken together, these results position the linear MDP as a central abstraction for feature-based RL: expressive enough to model large-scale problems, structured enough to admit Bellman completeness and sharp statistical guarantees, and flexible enough to support extensions to generalized rewards, performative environments, and hybrid control systems. The main unresolved issues are computational efficiency under the strongest guarantees, tighter dependence on 36 and 37, and the transfer of these guarantees beyond linear feature classes (Zhang et al., 2024, Zhang et al., 1 Jun 2025).