Hypergradient-based Bilevel Reinforcement Learning with Improved Sample Complexity
Summary
This paper proposes a Hessian-free hypergradient-based bilevel reinforcement learning algorithm that achieves state-of-the-art sample complexity and removes the PL condition assumption in convergence analysis.
View Cached Full Text
Cached at: 08/03/26, 07:32 AM
# Hypergradient-based Bilevel Reinforcement Learning with Improved Sample Complexity
Source: [https://arxiv.org/abs/2607.28849](https://arxiv.org/abs/2607.28849)
[View PDF](https://arxiv.org/pdf/2607.28849)
> Abstract:Bilevel reinforcement learning \(RL\) is an important framework within the literature of RL that can be used to formalize various categories of problems, such as meta\-learning, hierarchical task decomposition, and reinforcement learning from human feedback \(RL\-HF\)\. Most of the bilevel RL algorithms are either not scalable because of using hypergradient with Hessian, or they suffer from high sample complexity because of using penalty\-based approximation methods\. In this work, we propose a hypergradient\-based bilevel RL algorithm using the optimality of the Boltzmann policy for the entropy regularized discounted RL objective function\. Our proposed algorithm is Hessian\-free and obtains an iteration complexity of $O\(\\epsilon^\{\-1\}\)$ and state\-of\-the\-art sample complexity of $\\tilde\{O\}\(\\epsilon^\{\-2\}\)$ under mild regularity conditions\. Further, in our convergence analysis, we are able to remove the assumption of the Polyak\-Lojasiewicz \(PL\) condition on the outer\-level objective function present in the prior state\-of\-the\-art sample complexity work\.
## Submission history
From: Naman Saxena \[[view email](https://arxiv.org/show-email/ef424510/2607.28849)\] **\[v1\]**Thu, 30 Jul 2026 21:21:52 UTC \(169 KB\)Similar Articles
Boundary-Seeking Policy Gradient for Safe Reinforcement Learning
Introduces Boundary-Seeking Policy Gradient (BSPG), a first-order method for safe reinforcement learning that actively drives the policy toward the constraint boundary, with convergence guarantees and improved reward/boundary tracking on a Safety-Gymnasium task.
Efficient Heteroscedastic Bayesian Optimization for Risk-Aware AutoRL
Proposes ERAHBO, an efficient heteroscedastic Bayesian optimization method for risk-aware hyperparameter optimization in reinforcement learning, using adaptive re-sampling to improve sample efficiency over fixed-budget approaches.
Debiased Model-based Representations for Sample-efficient Continuous Control
This paper introduces the DR.Q algorithm, which improves model-based representations for Q-learning by maximizing mutual information and using faded prioritized experience replay to reduce bias and overfitting in continuous control tasks.
Robust Data-Collection Policy Learning for Low-Variance Online Policy Evaluation
This paper proposes a robust gradient-based algorithm for learning behavior policies that reduce variance in online reinforcement learning policy evaluation, addressing uncertainties in transition functions with theoretical guarantees and numerical validation.
GRAIL: Gradient-Reweighted Advantages for Reinforcement Learning with Verifiable Rewards
GRAIL introduces gradient-reweighted advantages to improve token-level credit assignment in reinforcement learning for LLM reasoning, outperforming GRPO across multiple models.