paper-with-me

Papers

Sample Complexity Bounds for Linear Constrained MDPs with a Generative Model

2025-07-02 · Xingtu Liu, Lin F. Yang, Sharan Vaswani arxiv

We consider infinite-horizon $γ$-discounted (linear) constrained Markov decision processes (CMDPs) where the objective is to find a policy that maximizes the expected cumulative reward subject to expected cumulative constraints. Given access to a generative model, we propose to solve CMDPs with a primal-dual framework that can leverage any black-box unconstrained MDP solver. For linear CMDPs with feature dimension $d$, we instantiate the framework by using mirror descent value iteration (\texttt{MDVI})~\citep{kitamura2023regularization} an example MDP solver. We provide sample complexity bounds for the resulting CMDP algorithm in two cases: (i) relaxed feasibility, where small constraint violations are allowed, and (ii) strict feasibility, where the output policy is required to exactly satisfy the constraint. For (i), we prove that the algorithm can return an $ε$-optimal policy with high probability by using $\tilde{O}\left(\frac{d^2}{(1-γ)^4ε^2}\right)$ samples. For (ii), we show that the algorithm requires $\tilde{O}\left(\frac{d^2}{(1-γ)^6ε^2ζ^2}\right)$ samples, where $ζ$ is the problem-dependent Slater constant that characterizes the size of the feasible region. Furthermore, we prove a lower-bound of $Ω\left(\frac{d^2}{(1-γ)^5ε^2ζ^2}\right)$ for the strict feasibility setting. We note that our upper bounds under both settings exhibit a near-optimal dependence on $d$, $ε$, and $ζ$. Finally, we instantiate our framework for tabular CMDPs and show that it can be used to recover near-optimal sample complexities in this setting.

📄 PDF Abstract BibTeX arXiv:2507.02089

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Near-Optimal Sample Complexity Bounds for Constrained MDPs

2022-06-13 · Sharan Vaswani, Lin F. Yang, Csaba Szepesvári

In contrast to the advances in characterizing the sample complexity for solving Markov decision processes (MDPs), the optimal statistical complexity for solving constrained MDPs (CMDPs) remains unknown. We resolve this q…

Near-Optimal Sample Complexity Bounds for Constrained Average-Reward MDPs

2025-09-20 · Yukuan Wei, Xudong Li, Lin F. Yang arxiv

Recent advances have significantly improved our understanding of the sample complexity of learning in average-reward Markov decision processes (AMDPs) under the generative model. However, much less is known about the con…

Primal-Dual Sample Complexity Bounds for Constrained Markov Decision Processes with Multiple Constraints

2025-03-09 · Max Buckley, Konstantinos Papathanasiou, Andreas Spanopoulos

This paper addresses the challenge of solving Constrained Markov Decision Processes (CMDPs) with $d > 1$ constraints when the transition dynamics are unknown, but samples can be drawn from a generative model. We propose …

Towards Tight Bounds on the Sample Complexity of Average-reward MDPs

2021-06-13 · Yujia Jin, Aaron Sidford

We prove new upper and lower bounds for sample complexity of finding an $\epsilon$-optimal policy of an infinite-horizon average-reward Markov decision process (MDP) given access to a generative model. When the mixing ti…

Bilinear Classes: A Structural Framework for Provable Generalization in RL

2021-03-19 · Simon S. Du, Sham M. Kakade, Jason D. Lee, Shachar Lovett 외

This work introduces Bilinear Classes, a new structural framework, which permit generalization in reinforcement learning in a wide variety of settings through the use of function approximation. The framework incorporates…