paper-with-me

홈 › Papers

Locally Weighted Regression Pseudo-Rehearsal for Online Learning of Vehicle Dynamics

2019-05-13 · Grady Williams, Brian Goldfain, James M. Rehg, Evangelos A. Theodorou

We consider the problem of online adaptation of a neural network designed to represent vehicle dynamics. The neural network model is intended to be used by an MPC control law to autonomously control the vehicle. This problem is challenging because both the input and target distributions are non-stationary, and naive approaches to online adaptation result in catastrophic forgetting, which can in turn lead to controller failures. We present a novel online learning method, which combines the pseudo-rehearsal method with locally weighted projection regression. We demonstrate the effectiveness of the resulting Locally Weighted Projection Regression Pseudo-Rehearsal (LW-PR$^2$) method in simulation and on a large real world dataset collected with a 1/5 scale autonomous vehicle.

📄 PDF Abstract BibTeX arXiv:1905.05162

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

Pseudorehearsal in actor-critic agents

2017-04-17 · Marochko Vladimir, Leonard Johard, Manuel Mazzara

Catastrophic forgetting has a serious impact in reinforcement learning, as the data distribution is generally sparse and non-stationary over time. The purpose of this study is to investigate whether pseudorehearsal can i…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Pseudorehearsal in actor-critic agents with neural network function approximation

2017-12-20 · Vladimir Marochko, Leonard Johard, Manuel Mazzara, Luca Longo

Catastrophic forgetting has a significant negative impact in reinforcement learning. The purpose of this study is to investigate how pseudorehearsal can change performance of an actor-critic agent with neural-network fun…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Pseudorehearsal in value function approximation

2017-03-21 · Vladimir Marochko, Leonard Johard, Manuel Mazzara

Catastrophic forgetting is of special importance in reinforcement learning, as the data distribution is generally non-stationary over time. We study and compare several pseudorehearsal approaches for Q-learning with func…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Local Gaussian Regression

2014-02-04 · Franziska Meier, Philipp Hennig, Stefan Schaal

Locally weighted regression was created as a nonparametric learning method that is computationally efficient, can learn from very large amounts of data and add data incrementally. An interesting feature of locally weight…

regression

Pseudo Rehearsal using non photo-realistic images

2020-04-28 · Bhasker Sri Harsha Suri, Kalidas Yeturu

Deep Neural networks forget previously learnt tasks when they are faced with learning new tasks. This is called catastrophic forgetting. Rehearsing the neural network with the training data of the previous task can prote…

image-classificationImage Classification