paper-with-me

Papers

Direct Data-Driven Discounted Infinite Horizon Linear Quadratic Regulator with Robustness Guarantees

2024-09-16 · Automatica 2025 2 · Ramin Esmzad, Hamidreza Modares

This paper presents a one-shot learning approach with performance and robustness guarantees for the linear quadratic regulator (LQR) control of stochastic linear systems. Even though data-based LQR control has been widely considered, existing results suffer either from data hungriness due to the inherently iterative nature of the optimization formulation (e.g., value learning or policy gradient reinforcement learning algorithms) or from a lack of robustness guarantees in one-shot non-iterative algorithms. To avoid data hungriness while ensuing robustness guarantees, an adaptive dynamic programming formalization of the LQR is presented that relies on solving a Bellman inequality. The control gain and the value function are directly learned by using a control-oriented approach that characterizes the closed-loop system using data and a decision variable from which the control is obtained. This closed-loop characterization is noise-dependent. The effect of the closed-loop system noise on the Bellman inequality is considered to ensure both robust stability and suboptimal performance despite ignoring the measurement noise. To ensure robust stability, it is shown that this system characterization leads to a closed-loop system with multiplicative and additive noise, enabling the application of distributional robust control techniques. The analysis of the suboptimality gap reveals that robustness can be achieved without the need for regularization or parameter tuning. The simulation results on the active car suspension problem demonstrate the superiority of the proposed method in terms of robustness and performance gap compared to existing methods.

📄 PDF Abstract BibTeX arXiv:2409.10703

Code (1)

raminux/python-control/tree/master/published_papers_repo/Automatica

Tasks

Data Driven Optimal ControlOne-Shot Learning

Similar Papers 제목 키워드 기반

Convergence of SARSA with linear function approximation: The random horizon case

2023-06-07 · Lina Palmborg

The reinforcement learning algorithm SARSA combined with linear function approximation has been shown to converge for infinite horizon discounted Markov decision problems (MDPs). In this paper, we investigate the converg…

reinforcement-learning

Slowly Changing Adversarial Bandit Algorithms are Efficient for Discounted MDPs

2022-05-18 · Ian A. Kash, Lev Reyzin, Zishun Yu

Reinforcement learning generalizes multi-armed bandit problems with additional difficulties of a longer planning horizon and unknown transition kernel. We explore a black-box reduction from discounted infinite-horizon ta…

Multi-Armed Banditsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

The Number of Trials Matters in Infinite-Horizon General-Utility Markov Decision Processes

2024-09-23 · Pedro P. Santos, Alberto Sardinha, Francisco S. Melo

The general-utility Markov decision processes (GUMDPs) framework generalizes the MDPs framework by considering objective functions that depend on the frequency of visitation of state-action pairs induced by a given polic…

Infinite-Horizon Reinforcement Learning with Multinomial Logistic Function Approximation

2024-06-19 · JaeHyun Park, Junyeop Kwon, Dabeen Lee

We study model-based reinforcement learning with non-linear function approximation where the transition function of the underlying Markov decision process (MDP) is given by a multinomial logistic (MNL) model. We develop …

Model-based Reinforcement Learningreinforcement-learningReinforcement Learning

A Bit of Freedom Goes a Long Way: Classical and Quantum Algorithms for Reinforcement Learning under a Generative Model

2025-07-30 · Andris Ambainis, Joao F. Doriguello, Debbie Lim arxiv

We propose novel classical and quantum online algorithms for learning finite- and infinite-horizon Markov Decision Processes (MDPs). Our algorithms are based on a hybrid online-offline reinforcement learning model wherei…

Reinforcement Learning