Details

Model-Based Reinforcement Learning


Model-Based Reinforcement Learning

From Data to Continuous Actions with a Python-based Toolbox
IEEE Press Series on Control Systems Theory and Applications 1. Aufl.

von: Milad Farsi, Jun Liu, Maria Domenica Di Benedetto

103,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 02.12.2022
ISBN/EAN: 9781119808596
Sprache: englisch
Anzahl Seiten: 272

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<b>Model-Based Reinforcement Learning</b> <p><b>Explore a comprehensive and practical approach to reinforcement learning</b> <p>Reinforcement learning is an essential paradigm of machine learning, wherein an intelligent agent performs actions that ensure optimal behavior from devices. While this paradigm of machine learning has gained tremendous success and popularity in recent years, previous scholarship has focused either on theory—optimal control and dynamic programming – or on algorithms—most of which are simulation-based. <p><i>Model-Based Reinforcement Learning</i> provides a model-based framework to bridge these two aspects, thereby creating a holistic treatment of the topic of model-based online learning control. In doing so, the authors seek to develop a model-based framework for data-driven control that bridges the topics of systems identification from data, model-based reinforcement learning, and optimal control, as well as the applications of each. This new technique for assessing classical results will allow for a more efficient reinforcement learning system. At its heart, this book is focused on providing an end-to-end framework—from design to application—of a more tractable model-based reinforcement learning technique. <p><i>Model-Based Reinforcement Learning</i> readers will also find: <ul><li> A useful textbook to use in graduate courses on data-driven and learning-based control that emphasizes modeling and control of dynamical systems from data</li> <li> Detailed comparisons of the impact of different techniques, such as basic linear quadratic controller, learning-based model predictive control, model-free reinforcement learning, and structured online learning</li> <li> Applications and case studies on ground vehicles with nonholonomic dynamics and another on quadrator helicopters</li> <li> An online, Python-based toolbox that accompanies the contents covered in the book, as well as the necessary code and data</li></ul> <p><i>Model-Based Reinforcement Learning</i> is a useful reference for senior undergraduate students, graduate students, research assistants, professors, process control engineers, and roboticists.
<p>About the Authors xi</p> <p>Preface xiii</p> <p>Acronyms xv</p> <p>Introduction xvii              </p> <p><b>1 Nonlinear Systems Analysis </b><b>1</b></p> <p>1.1 Notation 1</p> <p>1.2 Nonlinear Dynamical Systems 2</p> <p>1.2.1 Remarks on Existence, Uniqueness, and Continuation of Solutions 2</p> <p>1.3 Lyapunov Analysis of Stability 3</p> <p>1.4 Stability Analysis of Discrete Time Dynamical Systems 7</p> <p>1.5 Summary 10</p> <p>Bibliography 10</p> <p><b>2 Optimal Control </b><b>11</b></p> <p>2.1 Problem Formulation 11</p> <p>2.2 Dynamic Programming 12</p> <p>2.2.1 Principle of Optimality 12</p> <p>2.2.2 Hamilton–Jacobi–Bellman Equation 14</p> <p>2.2.3 A Sufficient Condition for Optimality 15</p> <p>2.2.4 Infinite-Horizon Problems 16</p> <p>2.3 Linear Quadratic Regulator 18</p> <p>2.3.1 Differential Riccati Equation 18</p> <p>2.3.2 Algebraic Riccati Equation 23</p> <p>2.3.3 Convergence of Solutions to the Differential Riccati Equation 26</p> <p>2.3.4 Forward Propagation of the Differential Riccati Equation for Linear Quadratic Regulator 28</p> <p>2.4 Summary 30</p> <p>Bibliography 30</p> <p><b>3 Reinforcement Learning </b><b>33</b></p> <p>3.1 Control-Affine Systems with Quadratic Costs 33</p> <p>3.2 Exact Policy Iteration 35</p> <p>3.2.1 Linear Quadratic Regulator 39</p> <p>3.3 Policy Iteration with Unknown Dynamics and Function Approximations 41</p> <p>3.3.1 Linear Quadratic Regulator with Unknown Dynamics 46</p> <p>3.4 Summary 47</p> <p>Bibliography 48</p> <p><b>4 Learning of Dynamic Models </b><b>51</b></p> <p>4.1 Introduction 51</p> <p>4.1.1 Autonomous Systems 51</p> <p>4.1.2 Control Systems 51</p> <p>4.2 Model Selection 52</p> <p>4.2.1 Gray-Box vs. Black-Box 52</p> <p>4.2.2 Parametric vs. Nonparametric 52</p> <p>4.3 Parametric Model 54</p> <p>4.3.1 Model in Terms of Bases 54</p> <p>4.3.2 Data Collection 55</p> <p>4.3.3 Learning of Control Systems 55</p> <p>4.4 Parametric Learning Algorithms 56</p> <p>4.4.1 Least Squares 56</p> <p>4.4.2 Recursive Least Squares 57</p> <p>4.4.3 Gradient Descent 59</p> <p>4.4.4 Sparse Regression 60</p> <p>4.5 Persistence of Excitation 60</p> <p>4.6 Python Toolbox 61</p> <p>4.6.1 Configurations 62</p> <p>4.6.2 Model Update 62</p> <p>4.6.3 Model Validation 63</p> <p>4.7 Comparison Results 64</p> <p>4.7.1 Convergence of Parameters 65</p> <p>4.7.2 Error Analysis 67</p> <p>4.7.3 Runtime Results 69</p> <p>4.8 Summary 73</p> <p>Bibliography 75</p> <p><b>5 Structured Online Learning-Based Control of Continuous-Time Nonlinear Systems </b><b>77</b></p> <p>5.1 Introduction 77</p> <p>5.2 A Structured Approximate Optimal Control Framework 77</p> <p>5.3 Local Stability and Optimality Analysis 81</p> <p>5.3.1 Linear Quadratic Regulator 81</p> <p>5.3.2 SOL Control 82</p> <p>5.4 SOL Algorithm 83</p> <p>5.4.1 ODE Solver and Control Update 84</p> <p>5.4.2 Identified Model Update 85</p> <p>5.4.3 Database Update 85</p> <p>5.4.4 Limitations and Implementation Considerations 86</p> <p>5.4.5 Asymptotic Convergence with Approximate Dynamics 87</p> <p>5.5 Simulation Results 87</p> <p>5.5.1 Systems Identifiable in Terms of a Given Set of Bases 88</p> <p>5.5.2 Systems to Be Approximated by a Given Set of Bases 91</p> <p>5.5.3 Comparison Results 98</p> <p>5.6 Summary 99</p> <p>Bibliography 99</p> <p><b>6 A Structured Online Learning Approach to Nonlinear Tracking with Unknown Dynamics </b><b>103</b></p> <p>6.1 Introduction 103</p> <p>6.2 A Structured Online Learning for Tracking Control 104</p> <p>6.2.1 Stability and Optimality in the Linear Case 108</p> <p>6.3 Learning-based Tracking Control Using SOL 111</p> <p>6.4 Simulation Results 112</p> <p>6.4.1 Tracking Control of the Pendulum 113</p> <p>6.4.2 Synchronization of Chaotic Lorenz System 114</p> <p>6.5 Summary 115</p> <p>Bibliography 118</p> <p><b>7 Piecewise Learning and Control with Stability Guarantees </b><b>121</b></p> <p>7.1 Introduction 121</p> <p>7.2 Problem Formulation 122</p> <p>7.3 The Piecewise Learning and Control Framework 122</p> <p>7.3.1 System Identification 123</p> <p>7.3.2 Database 124</p> <p>7.3.3 Feedback Control 125</p> <p>7.4 Analysis of Uncertainty Bounds 125</p> <p>7.4.1 Quadratic Programs for Bounding Errors 126</p> <p>7.5 Stability Verification for Piecewise-Affine Learning and Control 129</p> <p>7.5.1 Piecewise Affine Models 129</p> <p>7.5.2 MIQP-based Stability Verification of PWA Systems 130</p> <p>7.5.3 Convergence of ACCPM 133</p> <p>7.6 Numerical Results 134</p> <p>7.6.1 Pendulum System 134</p> <p>7.6.2 Dynamic Vehicle System with Skidding 138</p> <p>7.6.3 Comparison of Runtime Results 140</p> <p>7.7 Summary 142</p> <p>Bibliography 143</p> <p><b>8 An Application to Solar Photovoltaic Systems </b><b>147</b></p> <p>8.1 Introduction 147</p> <p>8.2 Problem Statement 150</p> <p>8.2.1 PV Array Model 151</p> <p>8.2.2 DC-D C Boost Converter 152</p> <p>8.3 Optimal Control of PV Array 154</p> <p>8.3.1 Maximum Power Point Tracking Control 156</p> <p>8.3.2 Reference Voltage Tracking Control 162</p> <p>8.3.3 Piecewise Learning Control 164</p> <p>8.4 Application Considerations 165</p> <p>8.4.1 Partial Derivative Approximation Procedure 165</p> <p>8.4.2 Partial Shading Effect 167</p> <p>8.5 Simulation Results 170</p> <p>8.5.1 Model and Control Verification 173</p> <p>8.5.2 Comparative Results 174</p> <p>8.5.3 Model-Free Approach Results 176</p> <p>8.5.4 Piecewise Learning Results 178</p> <p>8.5.5 Partial Shading Results 179</p> <p>8.6 Summary 182</p> <p>Bibliography 182</p> <p><b>9 An Application to Low-level Control of Quadrotors </b><b>187</b></p> <p>9.1 Introduction 187</p> <p>9.2 Quadrotor Model 189</p> <p>9.3 Structured Online Learning with RLS Identifier on Quadrotor 190</p> <p>9.3.1 Learning Procedure 191</p> <p>9.3.2 Asymptotic Convergence with Uncertain Dynamics 195</p> <p>9.3.3 Computational Properties 195</p> <p>9.4 Numerical Results 197</p> <p>9.5 Summary 201</p> <p>Bibliography 201</p> <p><b>10 Python Toolbox </b><b>205</b></p> <p>10.1 Overview 205</p> <p>10.2 User Inputs 205</p> <p>10.2.1 Process 206</p> <p>10.2.2 Objective 207</p> <p>10.3 SOL 207</p> <p>10.3.1 Model Update 208</p> <p>10.3.2 Database 208</p> <p>10.3.3 Library 210</p> <p>10.3.4 Control 210</p> <p>10.4 Display and Outputs 211</p> <p>10.4.1 Graphs and Printouts 213</p> <p>10.4.2 3D Simulation 213</p> <p>10.5 Summary 214</p> <p>Bibliography 214</p> <p><b>A Appendix </b><b>215</b></p> <p>A.1 Supplementary Analysis of Remark 5.4 215</p> <p>A.2 Supplementary Analysis of Remark 5.5 222</p> <p>Index 223</p>
<p><b>Milad Farsi</b> received the B.S. degree in Electrical Engineering (Electronics) from the University of Tabriz in 2010. He obtained his M.S. degree also in Electrical Engineering (Control Systems) from the Sahand University of Technology in 2013. Moreover, he gained industrial experience as a Control System Engineer between 2012 and 2016. Later, he acquired the Ph.D. degree in Applied Mathematics from the University of Waterloo, Canada, in 2022, and he is currently a Postdoctoral Fellow at the same institution. His research interests include control systems, reinforcement learning, and their applications in robotics and power electronics.</p> <p><b>Jun Liu</b> received the Ph.D. degree in Applied Mathematics from the University of Waterloo, Canada, in 2010. He is currently an Associate Professor of Applied Mathematics and a Canada Research Chair in Hybrid Systems and Control at the University of Waterloo, Canada, where he directs the Hybrid Systems Laboratory. From 2012 to 2015, he was a Lecturer in Control and Systems Engineering at the University of Sheffield. During 2011 and 2012, he was a Postdoctoral Scholar in Control and Dynamical Systems at the California Institute of Technology. His main research interests are in the theory and applications of hybrid systems and control, including rigorous computational methods for control design with applications in cyber-physical systems and robotics.</p>
<p><b>Explore a comprehensive and practical approach to reinforcement learning</b> <p>Reinforcement learning is an essential paradigm of machine learning, wherein an intelligent agent performs actions that ensure optimal behavior from devices. While this paradigm of machine learning has gained tremendous success and popularity in recent years, previous scholarship has focused either on theory—optimal control and dynamic programming – or on algorithms—most of which are simulation-based. <p><i>Model-Based Reinforcement Learning</i> provides a model-based framework to bridge these two aspects, thereby creating a holistic treatment of the topic of model-based online learning control. In doing so, the authors seek to develop a model-based framework for data-driven control that bridges the topics of systems identification from data, model-based reinforcement learning, and optimal control, as well as the applications of each. This new technique for assessing classical results will allow for a more efficient reinforcement learning system. At its heart, this book is focused on providing an end-to-end framework—from design to application—of a more tractable model-based reinforcement learning technique. <p><i>Model-Based Reinforcement Learning</i> readers will also find: <ul><li> A useful textbook to use in graduate courses on data-driven and learning-based control that emphasizes modeling and control of dynamical systems from data</li> <li> Detailed comparisons of the impact of different techniques, such as basic linear quadratic controller, learning-based model predictive control, model-free reinforcement learning, and structured online learning</li> <li> Applications and case studies on ground vehicles with nonholonomic dynamics and another on quadrator helicopters</li> <li> An online, Python-based toolbox that accompanies the contents covered in the book, as well as the necessary code and data</li></ul> <p><i>Model-Based Reinforcement Learning</i> is a useful reference for senior undergraduate students, graduate students, research assistants, professors, process control engineers, and roboticists.

Diese Produkte könnten Sie auch interessieren:

Bandwidth Efficient Coding
Bandwidth Efficient Coding
von: John B. Anderson
PDF ebook
114,99 €
Bandwidth Efficient Coding
Bandwidth Efficient Coding
von: John B. Anderson
EPUB ebook
114,99 €