paper-with-me

Papers

Deflated Dynamics Value Iteration

2024-07-15 · Jongmin Lee, Amin Rakhsha, Ernest K. Ryu, Amir-Massoud Farahmand

The Value Iteration (VI) algorithm is an iterative procedure to compute the value function of a Markov decision process, and is the basis of many reinforcement learning (RL) algorithms as well. As the error convergence rate of VI as a function of iteration $k$ is $O(\gamma^k)$, it is slow when the discount factor $\gamma$ is close to $1$. To accelerate the computation of the value function, we propose Deflated Dynamics Value Iteration (DDVI). DDVI uses matrix splitting and matrix deflation techniques to effectively remove (deflate) the top $s$ dominant eigen-structure of the transition matrix $\mathcal{P}^{\pi}$. We prove that this leads to a $\tilde{O}(\gamma^k |\lambda_{s+1}|^k)$ convergence rate, where $\lambda_{s+1}$is $(s+1)$-th largest eigenvalue of the dynamics matrix. We then extend DDVI to the RL setting and present Deflated Dynamics Temporal Difference (DDTD) algorithm. We empirically show the effectiveness of the proposed algorithms.

📄 PDF Abstract BibTeX arXiv:2407.10454

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Switching-Geometry Analysis of Deflated Q-Value Iteration

2026-05-11 · Donghwan Lee arxiv

This paper develops a joint spectral radius (JSR) framework for analyzing rank-one deflated Q-value iteration (Q-VI) in discounted Markov decision process control. Focusing on an all-ones residual correction, we interpre…

Duality for optimal consumption with randomly terminating income

2020-10-30 · Ashley Davey, Michael Monoyios, Harry Zheng

We establish a rigorous duality theory, under No Unbounded Profit with Bounded Risk, for an infinite horizon problem of optimal consumption in the presence of an income stream that can terminate randomly at an exponentia…

Duality for optimal consumption under no unbounded profit with bounded risk

2020-06-08 · Michael Monoyios

We give a definitive treatment of duality for optimal consumption over the infinite horizon, in a semimartingale incomplete market satisfying no unbounded profit with bounded risk (NUPBR). Rather than base the dual domai…

Value Iteration in Continuous Actions, States and Time

2021-05-10 · Michael Lutter, Shie Mannor, Jan Peters, Dieter Fox 외

Classical value iteration approaches are not applicable to environments with continuous states and actions. For such environments, the states and actions are usually discretized, which leads to an exponential increase in…

Deep Reinforcement Learning

A spectral approach to stock market performance

2023-05-09 · Ignacio Escanuela Romana, Clara Escanuela Nieves

We pose the estimation and predictability of stock market performance. Three cases are taken: US, Japan, Germany, the monthly index of the value of realized investment in stocks, prices plus the value of dividend payment…