paper-with-me

Papers

Policy-based Primal-Dual Methods for Concave CMDP with Variance Reduction

2022-05-22 · Donghao Ying, Mengzi Amy Guo, Hyunin Lee, Yuhao Ding, Javad Lavaei, Zuo-Jun Max Shen

We study Concave Constrained Markov Decision Processes (Concave CMDPs) where both the objective and constraints are defined as concave functions of the state-action occupancy measure. We propose the Variance-Reduced Primal-Dual Policy Gradient Algorithm (VR-PDPG), which updates the primal variable via policy gradient ascent and the dual variable via projected sub-gradient descent. Despite the challenges posed by the loss of additivity structure and the nonconcave nature of the problem, we establish the global convergence of VR-PDPG by exploiting a form of hidden concavity. In the exact setting, we prove an $O(T^{-1/3})$ convergence rate for both the average optimality gap and constraint violation, which further improves to $O(T^{-1/2})$ under strong concavity of the objective in the occupancy measure. In the sample-based setting, we demonstrate that VR-PDPG achieves an $\widetilde{O}(\epsilon^{-4})$ sample complexity for $\epsilon$-global optimality. Moreover, by incorporating a diminishing pessimistic term into the constraint, we show that VR-PDPG can attain a zero constraint violation without compromising the convergence rate of the optimality gap. Finally, we validate the effectiveness of our methods through numerical experiments.

📄 PDF Abstract BibTeX arXiv:2205.10715

Code (1)

hyunin-lee/vr-pdpg 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Natural Policy Gradient Primal-Dual Method for Constrained Markov Decision Processes

2020-12-01 · NeurIPS 2020 12 · Dongsheng Ding, Kaiqing Zhang, Tamer Basar, Mihailo Jovanovic

We study sequential decision-making problems in which each agent aims to maximize the expected total reward while satisfying a constraint on the expected total utility. We employ the natural policy gradient method to sol…

Decision MakingSequential Decision Making

Accelerated Primal-Dual Policy Optimization for Safe Reinforcement Learning

2018-02-19 · Qingkai Liang, Fanyu Que, Eytan Modiano

Constrained Markov Decision Process (CMDP) is a natural framework for reinforcement learning tasks with safety constraints, where agents learn a policy that maximizes the long-term reward while satisfying the constraints…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Faster Algorithm and Sharper Analysis for Constrained Markov Decision Process

2021-10-20 · Tianjiao Li, Ziwei Guan, Shaofeng Zou, Tengyu Xu 외

The problem of constrained Markov decision process (CMDP) is investigated, where an agent aims to maximize the expected accumulated discounted reward subject to multiple constraints on its utilities/costs. A new primal-d…

Truly No-Regret Learning in Constrained MDPs

2024-02-24 · Adrian Müller, Pragnya Alatur, Volkan Cevher, Giorgia Ramponi 외

Constrained Markov decision processes (CMDPs) are a common way to model safety constraints in reinforcement learning. State-of-the-art methods for efficiently solving CMDPs are based on primal-dual algorithms. For these …

Learning General Parameterized Policies for Infinite Horizon Average Reward Constrained MDPs via Primal-Dual Policy Gradient Algorithm

2024-02-03 · Qinbo Bai, Washim Uddin Mondal, Vaneet Aggarwal

This paper explores the realm of infinite horizon average reward Constrained Markov Decision Processes (CMDPs). To the best of our knowledge, this work is the first to delve into the regret and constraint violation analy…