A Regularized Actor-Critic Algorithm for Bi-Level Reinforcement Learning
Sihan Zeng, Sujay Bhatt, Sumitra Ganesh, Alec Koppel
TL;DR
This work tackles bi-level reinforcement learning where an upper-level variable $x$ shapes the lower-level reward function, and the outer objective $f$ depends on the optimal lower-level policy. It introduces entropy regularization with weight $\tau$ to induce a gradient-dominating structure in the lower-level RL and forms a single-loop, penalty-based algorithm that estimates the upper-level hyper-gradient using only first-order information, avoiding costly second-order terms. A key contribution is the finite-time and finite-sample convergence guarantee to a stationary point of the original unregularized bi-level RL objective, achieved via a novel lower-level residual analysis under a Polyak–Łojasiewicz-type condition and a careful five-time-scale stochastic approximation argument; the regularization decays to track the unregularized problem. The paper validates the approach on GridWorld and RLHF-like tweet generation tasks, showing improved convergence and solution quality over baselines and highlighting the practical impact for reward design and policy optimization in complex RL settings.
Abstract
We study a structured bi-level optimization problem where the upper-level objective is a smooth function and the lower-level problem is policy optimization in a Markov decision process (MDP). The upper-level decision variable parameterizes the reward of the lower-level MDP, and the upper-level objective depends on the optimal induced policy. Existing methods for bi-level optimization and RL often require second-order information, impose strong regularization at the lower level, or inefficiently use samples through nested-loop procedures. In this work, we propose a single-loop, first-order actor-critic algorithm that optimizes the bi-level objective via a penalty-based reformulation. We introduce into the lower-level RL objective an attenuating entropy regularization, which enables asymptotically unbiased upper-level hyper-gradient estimation without solving the unregularized RL problem exactly. We establish the finite-time and finite-sample convergence of the proposed algorithm to a stationary point of the original, unregularized bi-level optimization problem through a novel lower-level residual analysis under a special type of Polyak-Lojasiewicz condition. We validate the performance of our method through experiments on a GridWorld goal position problem and on happy tweet generation through reinforcement learning from human feedback (RLHF).
