paper-with-me

Papers

A Gradient-Aware Search Algorithm for Constrained Markov Decision Processes

2020-05-07 · Sami Khairy, Prasanna Balaprakash, Lin X. Cai

The canonical solution methodology for finite constrained Markov decision processes (CMDPs), where the objective is to maximize the expected infinite-horizon discounted rewards subject to the expected infinite-horizon discounted costs constraints, is based on convex linear programming. In this brief, we first prove that the optimization objective in the dual linear program of a finite CMDP is a piece-wise linear convex function (PWLC) with respect to the Lagrange penalty multipliers. Next, we propose a novel two-level Gradient-Aware Search (GAS) algorithm which exploits the PWLC structure to find the optimal state-value function and Lagrange penalty multipliers of a finite CMDP. The proposed algorithm is applied in two stochastic control problems with constraints: robot navigation in a grid world and solar-powered unmanned aerial vehicle (UAV)-based wireless network management. We empirically compare the convergence performance of the proposed GAS algorithm with binary search (BS), Lagrangian primal-dual optimization (PDO), and Linear Programming (LP). Compared with benchmark algorithms, it is shown that the proposed GAS algorithm converges to the optimal solution faster, does not require hyper-parameter tuning, and is not sensitive to initialization of the Lagrange penalty multiplier.

📄 PDF Abstract BibTeX arXiv:2005.03718

Code (0)

등록된 구현이 없습니다.

Tasks

ManagementRobot Navigation

Similar Papers 제목 키워드 기반

Risk-Constrained Reinforcement Learning with Percentile Risk Criteria

2015-12-05 · Yin-Lam Chow, Mohammad Ghavamzadeh, Lucas Janson, Marco Pavone

In many sequential decision-making problems one is interested in minimizing an expected cumulative cost while taking into account \emph{risk}, i.e., increased awareness of events of small probability and high consequence…

Decision MakingMarketingreinforcement-learningReinforcement Learning+2

Independent Learning in Constrained Markov Potential Games

2024-02-27 · Philip Jordan, Anas Barakat, Niao He

Constrained Markov games offer a formal mathematical framework for modeling multi-agent reinforcement learning problems where the behavior of the agents is subject to constraints. In this work, we focus on the recently i…

Multi-agent Reinforcement Learning

Projected Natural Actor-Critic

2013-12-01 · NeurIPS 2013 12 · Philip S. Thomas, William C. Dabney, Stephen Giguere, Sridhar Mahadevan

Natural actor-critics are a popular class of policy search algorithms for finding locally optimal policies for Markov decision processes. In this paper we address a drawback of natural actor-critics that limits their rea…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Near-Optimal Policy Identification in Robust Constrained Markov Decision Processes via Epigraph Form

2024-08-29 · Toshinori Kitamura, Tadashi Kozuno, Wataru Kumagai, Kenta Hoshino 외

Designing a safe policy for uncertain environments is crucial in real-world control systems. However, this challenge remains inadequately addressed within the Markov decision process (MDP) framework. This paper presents …

FormPolicy Gradient Methods

Stochastic Markov Gradient Descent and Training Low-Bit Neural Networks

2020-08-25 · Jonathan Ashbrock, Alexander M. Powell

The massive size of modern neural networks has motivated substantial recent interest in neural network quantization. We introduce Stochastic Markov Gradient Descent (SMGD), a discrete optimization method applicable to tr…

Quantization