paper-with-me

홈 › Papers

Efficient Global Planning in Large MDPs via Stochastic Primal-Dual Optimization

2022-10-21 · Gergely Neu, Nneka Okolo

We propose a new stochastic primal-dual optimization algorithm for planning in a large discounted Markov decision process with a generative model and linear function approximation. Assuming that the feature map approximately satisfies standard realizability and Bellman-closedness conditions and also that the feature vectors of all state-action pairs are representable as convex combinations of a small core set of state-action pairs, we show that our method outputs a near-optimal policy after a polynomial number of queries to the generative model. Our method is computationally efficient and comes with the major advantage that it outputs a single softmax policy that is compactly represented by a low-dimensional parameter vector, and does not need to execute computationally expensive local planning subroutines in runtime.

📄 PDF Abstract BibTeX arXiv:2210.12057

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Primal-Dual Stochastic Mirror Descent for MDPs

2021-02-27 · Daniil Tiapkin, Alexander Gasnikov

We consider the problem of learning the optimal policy for infinite-horizon Markov decision processes (MDPs). For this purpose, some variant of Stochastic Mirror Descent is proposed for convex programming problems with L…

Global Convergence for Average Reward Constrained MDPs with Primal-Dual Actor Critic Algorithm

2025-05-21 · Yang Xu, Swetha Ganesh, Washim Uddin Mondal, Qinbo Bai 외

This paper investigates infinite-horizon average reward Constrained Markov Decision Processes (CMDPs) with general parametrization. We propose a Primal-Dual Natural Actor-Critic algorithm that adeptly manages constraints…

Double Duality: Variational Primal-Dual Policy Optimization for Constrained Reinforcement Learning

2024-02-16 · Zihao Li, Boyi Liu, Zhuoran Yang, Zhaoran Wang 외

We study the Constrained Convex Markov Decision Process (MDP), where the goal is to minimize a convex functional of the visitation measure, subject to a convex constraint. Designing algorithms for a constrained convex MD…

reinforcement-learning

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…

Landscape of Policy Optimization for Finite Horizon MDPs with General State and Action

2024-09-25 · Xin Chen, Yifan Hu, Minda Zhao

Policy gradient methods are widely used in reinforcement learning. Yet, the nonconvexity of policy optimization imposes significant challenges in understanding the global convergence of policy gradient methods. For a cla…

Policy Gradient Methods