paper-with-me

홈 › Papers

Global Convergence of Receding-Horizon Policy Search in Learning Estimator Designs

2023-09-09 · Xiangyuan Zhang, Saviz Mowlavi, Mouhacine Benosman, Tamer Başar

We introduce the receding-horizon policy gradient (RHPG) algorithm, the first PG algorithm with provable global convergence in learning the optimal linear estimator designs, i.e., the Kalman filter (KF). Notably, the RHPG algorithm does not require any prior knowledge of the system for initialization and does not require the target system to be open-loop stable. The key of RHPG is that we integrate vanilla PG (or any other policy search directions) into a dynamic programming outer loop, which iteratively decomposes the infinite-horizon KF problem that is constrained and non-convex in the policy parameter into a sequence of static estimation problems that are unconstrained and strongly-convex, thus enabling global convergence. We further provide fine-grained analyses of the optimization landscape under RHPG and detail the convergence and sample complexity guarantees of the algorithm. This work serves as an initial attempt to develop reinforcement learning algorithms specifically for control applications with performance guarantees by utilizing classic control theory in both algorithmic design and theoretical analyses. Lastly, we validate our theories by deploying the RHPG algorithm to learn the Kalman filter design of a large-scale convection-diffusion model. We open-source the code repository at \url{https://github.com/xiangyuan-zhang/LearningKF}.

📄 PDF Abstract BibTeX arXiv:2309.04831

Code (1)

xiangyuan-zhang/learningkf 공식 구현

Similar Papers 제목 키워드 기반

ARES: Adaptive Receding-Horizon Synthesis of Optimal Plans

2016-12-21 · Anna Lukina, Lukas Esterle, Christian Hirsch, Ezio Bartocci 외

We introduce ARES, an efficient approximation algorithm for generating optimal plans (action sequences) that take an initial state of a Markov Decision Process (MDP) to a state whose cost is below a specified (convergenc…

Distributed Sequential Receding Horizon Control of Multi-Agent Systems under Recurring Signal Temporal Logic

2023-11-12 · Eleftherios E. Vlahakis, Lars Lindemann, Dimos V. Dimarogonas

We consider the synthesis problem of a multi-agent system under signal temporal logic (STL) specifications representing bounded-time tasks that need to be satisfied recurrently over an infinite horizon. Motivated by the …

Scheduling

Independent RL for Cooperative-Competitive Agents: A Mean-Field Perspective

2024-03-17 · Muhammad Aneeq uz Zaman, Alec Koppel, Mathieu Laurière, Tamer Başar

We address in this paper Reinforcement Learning (RL) among agents that are grouped into teams such that there is cooperation within each team but general-sum (non-zero sum) competition across different teams. To develop …

Problem DecompositionReinforcement Learning (RL)

On the Guarantees of Minimizing Regret in Receding Horizon

2023-06-26 · Andrea Martin, Luca Furieri, Florian Dörfler, John Lygeros 외

Towards bridging classical optimal control and online learning, regret minimization has recently been proposed as a control design criterion. This competitive paradigm penalizes the loss relative to the optimal control a…

Revisiting LQR Control from the Perspective of Receding-Horizon Policy Gradient

2023-02-25 · Xiangyuan Zhang, Tamer Başar

We revisit in this paper the discrete-time linear quadratic regulator (LQR) problem from the perspective of receding-horizon policy gradient (RHPG), a newly developed model-free learning framework for control application…