paper-with-me

Papers

A Stabilizing Control Algorithm for Asynchronous Parallel Quadratic Programming via Dual Decomposition

2019-11-21

This paper proposes a control algorithm for stable implementation of asynchronous parallel quadratic programming (PQP) through dual decomposition technique. In general, distributed and parallel optimization requires synchronization of data at each iteration step due to the interdependency of data. The synchronization latency may incur a large amount of waiting time caused by an idle process during computation. We aim to mitigate this synchronization penalty in PQP problems by implementing asynchronous updates of the dual variable. The price to pay for adopting asynchronous computing algorithms is the unpredictability of the solution, resulting in a tradeoff between speedup and accuracy. In the worst case, the state of interest may become unstable owing to the stochastic behavior of asynchrony. We investigate the stability condition of asynchronous PQP problems by employing the switched system framework. A formal algorithm is provided to ensure the asymptotic stability of dual variables. Further, it is shown that the implementation of the proposed algorithm guarantees the uniqueness of optimal solutions, irrespective of asynchronous behavior. To verify the validity of the proposed methods, simulation results are presented.

📄 PDF Abstract BibTeX arXiv:1911.11012

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Asynchronous Methods for Deep Reinforcement Learning

2016-02-04 · Volodymyr Mnih, Adrià Puigdomènech Badia, Mehdi Mirza, Alex Graves 외

We propose a conceptually simple and lightweight framework for deep reinforcement learning that uses asynchronous gradient descent for optimization of deep neural network controllers. We present asynchronous variants of …

Atari GamesCPUDeep Reinforcement LearningGPU+3

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…

PasMoQAP: A Parallel Asynchronous Memetic Algorithm for solving the Multi-Objective Quadratic Assignment Problem

2017-06-27 · Claudio Sanhueza, Francia Jimenez, Regina Berretta, Pablo Moscato

Multi-Objective Optimization Problems (MOPs) have attracted growing attention during the last decades. Multi-Objective Evolutionary Algorithms (MOEAs) have been extensively used to address MOPs because are able to approx…

Evolutionary Algorithms

Distributed Reinforcement Learning for Decentralized Linear Quadratic Control: A Derivative-Free Policy Optimization Approach

2019-12-19 · L4DC 2020 6 · Ying-Ying Li, Yujie Tang, Runyu Zhang, Na Li

This paper considers a distributed reinforcement learning problem for decentralized linear quadratic control with partial state observations and local costs. We propose a Zero-Order Distributed Policy Optimization algori…

Reinforcement LearningReinforcement Learning (RL)

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…