Provably Efficient RL under Episode-Wise Safety in Constrained MDPs with Linear Function Approximation
Toshinori Kitamura, Arnob Ghosh, Tadashi Kozuno, Wataru Kumagai, Kazumi Kasaura, Kenta Hoshino, Yohei Hosoe, Yutaka Matsuo
TL;DR
The paper tackles episodic RL in constrained CMDPs with function approximation by introducing OPSE-LCMDP, a algorithmic framework that integrates optimistic reward estimates with pessimistic safety guarantees via a composite softmax policy. A novel deployment rule for a strictly safe policy ensures zero episode-wise constraint violations while a bisection search over a λ parameter balances exploration and safety, yielding a $ ilde{O}(\,\sqrt{K}\,)$ regret with safety guarantees and polynomial-time computation. Theoretical results show sublinear regret and zero-violation across linear CMDPs, and experiments corroborate practical efficiency and safety advantages over prior linear CMDP approaches and tabular baselines. Overall, the work enables scalable, provably safe RL in large CMDPs with linear structure, addressing a key gap between safety and function approximation. The methods have potential impact for real-world safety-critical decision-making where large state spaces preclude LP-based or exhaustive tabular approaches.
Abstract
We study the reinforcement learning (RL) problem in a constrained Markov decision process (CMDP), where an agent explores the environment to maximize the expected cumulative reward while satisfying a single constraint on the expected total utility value in every episode. While this problem is well understood in the tabular setting, theoretical results for function approximation remain scarce. This paper closes the gap by proposing an RL algorithm for linear CMDPs that achieves $\tilde{\mathcal{O}}(\sqrt{K})$ regret with an episode-wise zero-violation guarantee. Furthermore, our method is computationally efficient, scaling polynomially with problem-dependent parameters while remaining independent of the state space size. Our results significantly improve upon recent linear CMDP algorithms, which either violate the constraint or incur exponential computational costs.
