Papers
Topics
Authors
Recent
Search
2000 character limit reached

Ell₁,₂-Regularized Policy Learning

Updated 20 January 2026
  • Ell₁,₂-regularized policy learning is a reinforcement learning approach that uses the group Lasso penalty to induce group-level sparsity by zeroing out entire clusters of actions.
  • The method employs proximal techniques and policy mirror descent to optimize policies efficiently while satisfying structured sparsity constraints.
  • Empirical benchmarks demonstrate that this technique achieves high sample efficiency and minimal performance loss across both discrete and continuous RL settings.

Ell1,2_{1,2}-regularized policy learning refers to reinforcement learning (RL) algorithms in which the policy is optimized not only for expected cumulative reward, but also under a group-sparsity-inducing regularizer. Specifically, the regularizer is the group Lasso penalty, or 1,2\ell_{1,2} norm, which encourages entire groups of actions—typically defined by domain knowledge or problem structure—to have zero probability, yielding group-level sparsity in the learned policy. This approach is motivated by resource constraints, safety, interpretability, and structured exploration in RL, and it leads to computationally and statistically desirable properties in the resulting policies. The 1,2\ell_{1,2}-regularized setting can be instantiated within general regularized Markov Decision Process (MDP) frameworks and solved efficiently using proximal methods or generalized policy mirror descent, with provable convergence and sparsity guarantees (Zhan et al., 2021, Li et al., 2019).

1. Mathematical Framework and Regularizer Structure

Let M=(S,A,P,r,P0,γ)\mathcal{M}=(\mathcal{S},\mathcal{A},P,r,P_0,\gamma) denote a discounted infinite-horizon MDP with finite state and action spaces, transition kernel PP, reward function rr, initial distribution P0P_0, and discount factor γ[0,1)\gamma\in[0,1). A stationary policy π:SΔA\pi: \mathcal{S} \rightarrow \Delta_{\mathcal{A}} is typically represented as a probability vector over actions at each state.

The 1,2\ell_{1,2} penalty, or group-Lasso norm, is imposed by partitioning the action set 1,2\ell_{1,2}0 into 1,2\ell_{1,2}1 disjoint groups. For each state 1,2\ell_{1,2}2, group-sparse regularization is defined as: 1,2\ell_{1,2}3 The RL objective with 1,2\ell_{1,2}4 regularization is: 1,2\ell_{1,2}5 where 1,2\ell_{1,2}6 is the (discounted) state occupancy under policy 1,2\ell_{1,2}7 and 1,2\ell_{1,2}8 is the regularization weight (Li et al., 2019).

2. Optimality Conditions and Group-Sparsity Characterization

The regularized RL problem leads to a modified Bellman optimality equation. For each state, the maximization within the Bellman operator becomes a concave program due to the (convex) 1,2\ell_{1,2}9 penalty and the simplex constraint: 1,2\ell_{1,2}0 The KKT conditions show a thresholding phenomenon: for each group 1,2\ell_{1,2}1, the optimal 1,2\ell_{1,2}2 satisfies

1,2\ell_{1,2}3

for some dual variables 1,2\ell_{1,2}4 and subgradient 1,2\ell_{1,2}5. Specifically, if all 1,2\ell_{1,2}6 in a group are below a threshold, that group is entirely zeroed out, inducing block sparsity at the group level (Li et al., 2019).

Since the group-Lasso penalty's subgradient at zero is bounded, for sufficiently small 1,2\ell_{1,2}7 the optimal policy 1,2\ell_{1,2}8 zeros out entire action groups in many states—a precise group-sparsity guarantee, distinct from elementwise (1,2\ell_{1,2}9) sparsity (Li et al., 2019).

3. Algorithms: Proximal Methods and Policy Mirror Descent

Two primary algorithmic frameworks solve M=(S,A,P,r,P0,γ)\mathcal{M}=(\mathcal{S},\mathcal{A},P,r,P_0,\gamma)0-regularized policy optimization efficiently:

(a) Generalized Policy Mirror Descent (GPMD):

GPMD (Zhan et al., 2021) decouples the update per state and uses a group-Euclidean Bregman divergence: M=(S,A,P,r,P0,γ)\mathcal{M}=(\mathcal{S},\mathcal{A},P,r,P_0,\gamma)1 At each iteration M=(S,A,P,r,P0,γ)\mathcal{M}=(\mathcal{S},\mathcal{A},P,r,P_0,\gamma)2, the statewise update is: M=(S,A,P,r,P0,γ)\mathcal{M}=(\mathcal{S},\mathcal{A},P,r,P_0,\gamma)3 The unconstrained proximal step is the group-soft-thresholding: M=(S,A,P,r,P0,γ)\mathcal{M}=(\mathcal{S},\mathcal{A},P,r,P_0,\gamma)4 and the result is projected onto the probability simplex. This composite step is computationally efficient, scaling as M=(S,A,P,r,P0,γ)\mathcal{M}=(\mathcal{S},\mathcal{A},P,r,P_0,\gamma)5 per state (Zhan et al., 2021).

(b) Off-Policy Actor-Critic with Proximal Group-Lasso:

In continuous or large-discrete domains, an actor-critic architecture is used, combining stochastic policy gradient updates with a post-gradient group-Lasso proximal step. The policy output logits for each group are group-soft-thresholded and then normalized, ensuring group-wise sparsity (Li et al., 2019). The critic's update incorporates the M=(S,A,P,r,P0,γ)\mathcal{M}=(\mathcal{S},\mathcal{A},P,r,P_0,\gamma)6 penalty in the value target.

Pseudocode fragments for both approaches are provided in (Zhan et al., 2021) and (Li et al., 2019).

4. Convergence and Theoretical Guarantees

GPMD with M=(S,A,P,r,P0,γ)\mathcal{M}=(\mathcal{S},\mathcal{A},P,r,P_0,\gamma)7 regularization achieves global linear convergence to the unique regularized optimum, even though the penalty is not strongly convex or smooth. For constant step-size M=(S,A,P,r,P0,γ)\mathcal{M}=(\mathcal{S},\mathcal{A},P,r,P_0,\gamma)8, the sup-norm error contracts by M=(S,A,P,r,P0,γ)\mathcal{M}=(\mathcal{S},\mathcal{A},P,r,P_0,\gamma)9 per iteration, and an PP0-accurate solution is achieved in PP1 iterations. This convergence rate is independent of the action and state space dimensions (Zhan et al., 2021).

In the more general regularized MDP framework, the regularized Bellman operator is a PP2-contraction. The performance error between regularized and unregularized value functions is bounded by

PP3

where PP4 is the number of groups and PP5 is the action space size (Li et al., 2019).

There exists a minimal PP6 such that for all PP7, the optimal policy zeros out at least one entire group in some states. As PP8 the policy approaches the deterministic optimum; as PP9 the solution approaches uniform, losing sparsity (Li et al., 2019).

5. Empirical Evaluation and Benchmarks

Benchmarks for rr0-regularized policy learning are documented in discrete and continuous RL environments:

  • Discrete settings (e.g., random MDPs with rr1, rr2; rr3 Gridworld; with actions partitioned into rr4 groups): Comparison between rr5, Shannon-entropy, Tsallis-entropy, and rr6 regularizers shows that rr7 achieves 40–60% group sparsity for moderate rr8 (0.1–1.0), with only a 1–2% reduction in expected return relative to unregularized baselines. Per-action rr9 and Shannon entropy regularization either provide no sparsity or induce greater return degradation (Li et al., 2019).
  • Continuous domains (e.g., MuJoCo tasks such as Hopper-v2, Walker-v2, Ant-v2, HalfCheetah-v2 with actions grouped by actuator clusters): P0P_00 regularization induces block sparsity in action means (disabling entire actuator groups) and increases sample efficiency by approximately 15% over Shannon-entropy regularization, with similar final returns. The results show mild sensitivity to P0P_01 in the range 0.01–1.0 (Li et al., 2019).

Lower values of P0P_02 encourage higher sparsity, with risk of under-exploration; higher P0P_03 yields more uniform (less sparse) policies. Intermediate values (e.g., P0P_04) provide the best trade-off. Deeper networks accommodate higher P0P_05 without loss of sparsity (Li et al., 2019). All experiments use direct replacement of the entropy bonus with the group-Lasso penalty and insertion of the proximal projection on the actor output.

6. Computational Considerations and Implementation Details

Per-iteration complexity in the tabular GPMD scheme is dominated by policy evaluation, which can be implemented via dynamic programming in P0P_06 (linear system solution) or P0P_07. The group-shrinkage and simplex-projection steps per state require P0P_08 each. Vectorization across states, pre-allocation of memory, and warm-started simplex projection speed up practical performance (Zhan et al., 2021). In large-scale or neural settings, the actor-critic method merely inserts a fast, parallelizable group-soft-threshold and normalization step after each policy update; the overall pipeline remains compatible with established architectures such as Soft Actor-Critic (SAC).

7. Relation to Other Regularization Approaches

P0P_09 group-sparsity regularization generalizes per-action γ[0,1)\gamma\in[0,1)0 sparsity and offers strictly stronger group-sparse control. While Shannon or Tsallis entropy penalties promote diversity and exploration, they do not induce structured sparsity. In contrast, group-Lasso regularization acts directly on predefined action clusters, enabling interpretable “on–off” activation at the group level and facilitating structured resource management or safety constraints. Empirical comparisons indicate that γ[0,1)\gamma\in[0,1)1 regularization realizes sparsity with minimal loss of performance, outperforming standard entropy-based techniques when group sparsity is requisite (Li et al., 2019).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Ell_{1,2}-Regularized Policy Learning.