paper-with-me

홈 › Papers

Efficient Optimistic Exploration in Linear-Quadratic Regulators via Lagrangian Relaxation

2020-07-13 · ICML 2020 1 · Marc Abeille, Alessandro Lazaric

We study the exploration-exploitation dilemma in the linear quadratic regulator (LQR) setting. Inspired by the extended value iteration algorithm used in optimistic algorithms for finite MDPs, we propose to relax the optimistic optimization of \ofulq and cast it into a constrained \textit{extended} LQR problem, where an additional control variable implicitly selects the system dynamics within a confidence interval. We then move to the corresponding Lagrangian formulation for which we prove strong duality. As a result, we show that an $\epsilon$-optimistic controller can be computed efficiently by solving at most $O\big(\log(1/\epsilon)\big)$ Riccati equations. Finally, we prove that relaxing the original \ofu problem does not impact the learning performance, thus recovering the $\tilde{O}(\sqrt{T})$ regret of \ofulq. To the best of our knowledge, this is the first computationally efficient confidence-based algorithm for LQR with worst-case optimal regret guarantees.

📄 PDF Abstract BibTeX arXiv:2007.06482

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tsallis Entropy Regularization for Linearly Solvable MDP and Linear Quadratic Regulator

2024-03-04 · Yota Hashizume, Koshi Oishi, Kenji Kashima

Shannon entropy regularization is widely adopted in optimal control due to its ability to promote exploration and enhance robustness, e.g., maximum entropy reinforcement learning known as Soft Actor-Critic. In this paper…

reinforcement-learningReinforcement Learning

Learning Stabilizing Controllers for Unstable Linear Quadratic Regulators from a Single Trajectory

2020-06-19 · Lenart Treven, Sebastian Curi, Mojmir Mutny, Andreas Krause

The principal task to control dynamical systems is to ensure their stability. When the system is unknown, robust approaches are promising since they aim to stabilize a large set of plausible systems simultaneously. We st…

Double Duality: Variational Primal-Dual Policy Optimization for Constrained Reinforcement Learning

2024-02-16 · Zihao Li, Boyi Liu, Zhuoran Yang, Zhaoran Wang 외

We study the Constrained Convex Markov Decision Process (MDP), where the goal is to minimize a convex functional of the visitation measure, subject to a convex constraint. Designing algorithms for a constrained convex MD…

reinforcement-learning

Dual Optimistic Ascent (PI Control) is the Augmented Lagrangian Method in Disguise

2025-09-26 · Juan Ramirez, Simon Lacoste-Julien arxiv

Constrained optimization is a powerful framework for enforcing requirements on neural networks. These constrained deep learning problems are typically solved using first-order methods on their min-max Lagrangian formulat…

Online Policy Gradient for Model Free Learning of Linear Quadratic Regulators with $\sqrt{T}$ Regret

2021-02-25 · Asaf Cassel, Tomer Koren

We consider the task of learning to control a linear dynamical system under fixed quadratic costs, known as the Linear Quadratic Regulator (LQR) problem. While model-free approaches are often favorable in practice, thus …