paper-with-me

Papers

Fitted Q-Iteration via Max-Plus-Linear Approximation

2024-09-12 · Y. Liu, M. A. S. Kolarijani

In this study, we consider the application of max-plus-linear approximators for Q-function in offline reinforcement learning of discounted Markov decision processes. In particular, we incorporate these approximators to propose novel fitted Q-iteration (FQI) algorithms with provable convergence. Exploiting the compatibility of the Bellman operator with max-plus operations, we show that the max-plus-linear regression within each iteration of the proposed FQI algorithm reduces to simple max-plus matrix-vector multiplications. We also consider the variational implementation of the proposed algorithm which leads to a per-iteration complexity that is independent of the number of samples.

📄 PDF Abstract BibTeX arXiv:2409.08422

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Approximated Multi-Agent Fitted Q Iteration

2021-04-19 · Antoine Lesage-Landry, Duncan S. Callaway

We formulate an efficient approximation for multi-agent batch reinforcement learning, the approximated multi-agent fitted Q iteration (AMAFQI). We present a detailed derivation of our approach. We propose an iterative po…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Finite-Time Bounds for Average-Reward Fitted Q-Iteration

2025-10-20 · Jongmin Lee, Ernest K. Ryu arxiv

Although there is an extensive body of work characterizing the sample complexity of discounted-return offline RL with function approximations, prior work on the average-reward setting has received significantly less atte…

Offline RL

Convergent Fitted Value Iteration with Linear Function Approximation

2011-12-01 · NeurIPS 2011 12 · Daniel J. Lizotte

Fitted value iteration (FVI) with ordinary least squares regression is known to diverge. We present a new method, "Expansion-Constrained Ordinary Least Squares" (ECOLS), that produces a linear approximation but also guar…

regression

Finite-Sample Analysis for SARSA with Linear Function Approximation

2019-02-06 · NeurIPS 2019 12 · Shaofeng Zou, Tengyu Xu, Yingbin Liang

SARSA is an on-policy algorithm to learn a Markov decision process policy in reinforcement learning. We investigate the SARSA algorithm with linear function approximation under the non-i.i.d.\ data, where a single sample…

Q-LearningReinforcement Learning

Approximate Modified Policy Iteration

2012-05-14 · Bruno Scherrer, Victor Gabillon, Mohammad Ghavamzadeh, Matthieu Geist

Modified policy iteration (MPI) is a dynamic programming (DP) algorithm that contains the two celebrated policy and value iteration methods. Despite its generality, MPI has not been thoroughly studied, especially its app…

General Classification