Any-Time Regret-Guaranteed Algorithm for Control of Linear Quadratic Systems

· Source: stat.ML updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Mathematics & Computational Sciences · Depth: Expert, extended

Summary

A new algorithm, ASLO, is introduced for Linear Quadratic (LQ) control systems with unknown models, addressing limitations of prior work like Cohen et al. (2019). ASLO is the first fully adaptive algorithm that dynamically adjusts the exploration-exploitation trade-off and optimizes regret. It builds on an SDP-based approach, relaxing the need for a horizon-dependent warm-up phase by tuning the regularization parameter (λt = O(log t)) and adding adaptive input perturbation (variance O(1/sqrt(t))). Crucially, ASLO eliminates the restrictive requirement for strong sequential stability by adaptively controlling policy updates. The algorithm achieves an overall regret of O(sqrt(T)), with its adaptive policy update mechanism improving certain regret terms from O(sqrt(T)) to O(T^(1/4)), demonstrating superior performance.

Key takeaway

For AI Scientists and Research Scientists developing adaptive control systems, this work demonstrates that dynamically adjusting exploration-exploitation trade-offs and relaxing stringent stability requirements can significantly improve performance. You should consider implementing adaptive regularization and input perturbation strategies, such as O(log t) and O(1/sqrt(t)) variance respectively, to achieve O(sqrt(T)) regret with faster convergence for certain terms. This approach reduces reliance on user-defined parameters and simplifies warm-up phases, leading to more robust and efficient control designs.

Key insights

Adaptive exploration-exploitation and relaxed stability criteria enable efficient, regret-guaranteed control for unknown linear quadratic systems.

Principles

Method

The ASLO algorithm employs a finite, horizon-independent warm-up phase for initial parameter estimation, followed by an adaptive SDP-based control that dynamically tunes regularization (λt = O(log t)) and input perturbation (variance O(1/sqrt(t))) to balance exploration and exploitation.

In practice

Topics

Best for: AI Scientist, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.