paper-with-me

Papers

Approximate Midpoint Policy Iteration for Linear Quadratic Control

2020-11-28 · Benjamin Gravell, Iman Shames, Tyler Summers

We present a midpoint policy iteration algorithm to solve linear quadratic optimal control problems in both model-based and model-free settings. The algorithm is a variation of Newton's method, and we show that in the model-based setting it achieves cubic convergence, which is superior to standard policy iteration and policy gradient algorithms that achieve quadratic and linear convergence, respectively. We also demonstrate that the algorithm can be approximately implemented without knowledge of the dynamics model by using least-squares estimates of the state-action value function from trajectory data, from which policy improvements can be obtained. With sufficient trajectory data, the policy iterates converge cubically to approximately optimal policies, and this occurs with the same available sample budget as the approximate standard policy iteration. Numerical experiments demonstrate effectiveness of the proposed algorithms.

📄 PDF Abstract BibTeX arXiv:2011.14212

Code (1)

TSummersLab/midpoint-policy-iteration 공식 구현

Similar Papers 제목 키워드 기반

Finite-time Analysis of Approximate Policy Iteration for the Linear Quadratic Regulator

2019-05-30 · NeurIPS 2019 12 · Karl Krauth, Stephen Tu, Benjamin Recht

We study the sample complexity of approximate policy iteration (PI) for the Linear Quadratic Regulator (LQR), building on a recent line of work using LQR as a testbed to understand the limits of reinforcement learning (R…

continuous-controlContinuous ControlReinforcement LearningReinforcement Learning (RL)

Convergence and Robustness of Value and Policy Iteration for the Linear Quadratic Regulator

2024-11-07 · Bowen Song, Chenxuan Wu, Andrea Iannelli

This paper revisits and extends the convergence and robustness properties of value and policy iteration algorithms for discrete-time linear quadratic regulator problems. In the model-based case, we extend current results…

Policy Iteration for Multiplicative Noise Output Feedback Control

2022-03-31 · Benjamin Gravell, Matilde Gargiani, John Lygeros, Tyler H. Summers

We propose a policy iteration algorithm for solving the multiplicative noise linear quadratic output feedback design problem. The algorithm solves a set of coupled Riccati equations for estimation and control arising fro…

Neural Policy Iteration for Stochastic Optimal Control: A Physics-Informed Approach

2025-08-03 · Yeongjong Kim, Yeoneung Kim, Minseok Kim, Namkyeong Cho arxiv

We propose a physics-informed neural network policy iteration (PINN-PI) framework for solving stochastic optimal control problems governed by second-order Hamilton--Jacobi--Bellman (HJB) equations. At each iteration, a n…

Sublinear iterations can suffice even for DDPMs

2025-11-06 · Matthew S. Zhang, Stephen Huan, Jerry Huang, Nicholas M. Boffi 외 arxiv

SDE-based methods such as denoising diffusion probabilistic models (DDPMs) have shown remarkable success in real-world sample generation tasks. Prior analyses of DDPMs have been focused on the exponential Euler discretiz…