paper-with-me

Papers

Analysis of approximate linear programming solution to Markov decision problem with log barrier function

2025-09-24 · Donghwan Lee, Hyukjun Yang, Bum Geun Park arxiv

There are two primary approaches to solving Markov decision problems (MDPs): dynamic programming based on the Bellman equation and linear programming (LP). Dynamic programming methods are the most widely used and form the foundation of both classical and modern reinforcement learning (RL). By contrast, LP-based methods have been less commonly employed, although they have recently gained attention in contexts such as offline RL. The relative underuse of the LP-based methods stems from the fact that it leads to an inequality-constrained optimization problem, which is generally more challenging to solve effectively compared with Bellman-equation-based methods. The purpose of this paper is to establish a theoretical foundation for solving LP-based MDPs in a more effective and practical manner. Our key idea is to leverage the log-barrier function, widely used in inequality-constrained optimization, to transform the LP formulation of the MDP into an unconstrained optimization problem. This reformulation enables approximate solutions to be obtained easily via gradient descent. While the method may appear simple, to the best of our knowledge, a thorough theoretical interpretation of this approach has not yet been developed. This paper aims to bridge this gap.

📄 PDF Abstract BibTeX arXiv:2509.19800

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningOffline RL

Similar Papers 제목 키워드 기반

Exploiting Anonymity in Approximate Linear Programming: Scaling to Large Multiagent MDPs (Extended Version)

2015-11-29 · Philipp Robbel, Frans A. Oliehoek, Mykel J. Kochenderfer

Many exact and approximate solution methods for Markov Decision Processes (MDPs) attempt to exploit structure in the problem and are based on factorization of the value function. Especially multiagent settings, however, …

Linear programming-based solution methods for constrained partially observable Markov decision processes

2022-06-28 · Robert K. Helmeczi, Can Kavaklioglu, Mucahit Cevik

Constrained partially observable Markov decision processes (CPOMDPs) have been used to model various real-world phenomena. However, they are notoriously difficult to solve to optimality, and there exist only a few approx…

CPU

An Approximate, Efficient LP Solver for LP Rounding

2013-12-01 · NeurIPS 2013 12 · Srikrishna Sridhar, Stephen Wright, Christopher Re, Ji Liu 외

Many problems in machine learning can be solved by rounding the solution of an appropriate linear program. We propose a scheme that is based on a quadratic program relaxation which allows us to use parallel stochastic-co…

BIG-bench Machine Learning

Learning to Accelerate Approximate Methods for Solving Integer Programming via Early Fixing

2022-07-05 · Longkang Li, Baoyuan Wu

Integer programming (IP) is an important and challenging problem. Approximate methods have shown promising performance on both effectiveness and efficiency for solving the IP problem. However, we observed that a large fr…

Adversarial AttackImitation Learning

Verification of Markov Decision Processes with Risk-Sensitive Measures

2018-02-28 · Murat Cubuktepe, Ufuk Topcu

We develop a method for computing policies in Markov decision processes with risk-sensitive measures subject to temporal logic constraints. Specifically, we use a particular risk-sensitive measure from cumulative prospec…