paper-with-me

Papers

Model Predictive Control via On-Policy Imitation Learning

2022-10-17 · Kwangjun Ahn, Zakaria Mhammedi, Horia Mania, Zhang-Wei Hong, Ali Jadbabaie

In this paper, we leverage the rapid advances in imitation learning, a topic of intense recent focus in the Reinforcement Learning (RL) literature, to develop new sample complexity results and performance guarantees for data-driven Model Predictive Control (MPC) for constrained linear systems. In its simplest form, imitation learning is an approach that tries to learn an expert policy by querying samples from an expert. Recent approaches to data-driven MPC have used the simplest form of imitation learning known as behavior cloning to learn controllers that mimic the performance of MPC by online sampling of the trajectories of the closed-loop MPC system. Behavior cloning, however, is a method that is known to be data inefficient and suffer from distribution shifts. As an alternative, we develop a variant of the forward training algorithm which is an on-policy imitation learning method proposed by Ross et al. (2010). Our algorithm uses the structure of constrained linear MPC, and our analysis uses the properties of the explicit MPC solution to theoretically bound the number of online MPC trajectories needed to achieve optimal performance. We validate our results through simulations and show that the forward training algorithm is indeed superior to behavior cloning when applied to MPC.

📄 PDF Abstract BibTeX arXiv:2210.09206

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation LearningmodelModel Predictive ControlReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Bootstrapped Model Predictive Control

2025-03-24 · Yuhang Wang, Hanwei Guo, Sizhe Wang, Long Qian 외

Model Predictive Control (MPC) has been demonstrated to be effective in continuous control tasks. When a world model and a value function are available, planning a sequence of actions ahead of time leads to a better poli…

continuous-controlContinuous ControlImitation Learningmodel+1

Autonomous Vehicle Speed Control for Safe Navigation of Occluded Pedestrian Crosswalk

2018-02-18 · Sarah Thornton

Both humans and the sensors on an autonomous vehicle have limited sensing capabilities. When these limitations coincide with scenarios involving vulnerable road users, it becomes important to account for these limitation…

Sample Efficient Learning of Path Following and Obstacle Avoidance Behavior for Quadrotors

2019-06-28 · Stefan Stevsic, Tobias Naegeli, Javier Alonso-Mora, Otmar Hilliges

In this paper we propose an algorithm for the training of neural network control policies for quadrotors. The learned control policy computes control commands directly from sensor inputs and is hence computationally effi…

Collision AvoidanceImitation Learning

Safe end-to-end imitation learning for model predictive control

2018-03-27 · Keuntaek Lee, Kamil Saigol, Evangelos A. Theodorou

We propose the use of Bayesian networks, which provide both a mean value and an uncertainty estimate as output, to enhance the safety of learned control policies under circumstances in which a test-time input differs sig…

Autonomous DrivingImitation LearningModel Predictive ControlReinforcement Learning

Imitation Learning from MPC for Quadrupedal Multi-Gait Control

2021-03-26 · Alexander Reske, Jan Carius, Yuntao Ma, Farbod Farshidian 외

We present a learning algorithm for training a single policy that imitates multiple gaits of a walking robot. To achieve this, we use and extend MPC-Net, which is an Imitation Learning approach guided by Model Predictive…

Imitation LearningMixture-of-ExpertsModel Predictive Control