paper-with-me

홈 › Papers

Mitigating Covariate Shift in Imitation Learning via Offline Data With Partial Coverage

2021-05-21 · NeurIPS 2021 12 · Jonathan Daniel Chang, Masatoshi Uehara, Dhruv Sreenivas, Rahul Kidambi, Wen Sun

This paper studies offline Imitation Learning (IL) where an agent learns to imitate an expert demonstrator without additional online environment interactions. Instead, the learner is presented with a static offline dataset of state-action-next state triples from a potentially less proficient behavior policy. We introduce Model-based IL from Offline data (MILO): an algorithmic framework that utilizes the static dataset to solve the offline IL problem efficiently both in theory and in practice. In theory, even if the behavior policy is highly sub-optimal compared to the expert, we show that as long as the data from the behavior policy provides sufficient coverage on the expert state-action traces (and with no necessity for a global coverage over the entire state-action space), MILO can provably combat the covariate shift issue in IL. Complementing our theory results, we also demonstrate that a practical implementation of our approach mitigates covariate shift on benchmark MuJoCo continuous control tasks. We demonstrate that with behavior policies whose performances are less than half of that of the expert, MILO still successfully imitates with an extremely low number of expert state-action pairs while traditional offline IL methods such as behavior cloning (BC) fail completely. Source code is provided at https://github.com/jdchang1/milo.

📄 PDF Abstract BibTeX

Code (1)

jdchang1/milo 공식 구현 pytorch

Tasks

continuous-controlContinuous ControlImitation LearningMuJoCo

Similar Papers 제목 키워드 기반

Mitigating Covariate Shift in Imitation Learning via Offline Data Without Great Coverage

2021-06-06 · NeurIPS 2021 12 · Jonathan D. Chang, Masatoshi Uehara, Dhruv Sreenivas, Rahul Kidambi 외

This paper studies offline Imitation Learning (IL) where an agent learns to imitate an expert demonstrator without additional online environment interactions. Instead, the learner is presented with a static offline datas…

continuous-controlContinuous ControlImitation LearningMuJoCo

DITTO: Offline Imitation Learning with World Models

2023-02-06 · Branton DeMoss, Paul Duckworth, Nick Hawes, Ingmar Posner

We propose DITTO, an offline imitation learning algorithm which uses world models and on-policy reinforcement learning to addresses the problem of covariate shift, without access to an oracle or any additional online int…

Imitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Mitigating Covariate Shift in Misspecified Regression with Applications to Reinforcement Learning

2024-01-22 · Philip Amortila, Tongyi Cao, Akshay Krishnamurthy

A pervasive phenomenon in machine learning applications is distribution shift, where training and deployment conditions for a machine learning model differ. As distribution shift typically results in a degradation in per…

regressionreinforcement-learning

Offline Imitation Learning with Model-based Reverse Augmentation

2024-06-18 · Jie-Jing Shao, Hao-Sen Shi, Lan-Zhe Guo, Yu-Feng Li

In offline Imitation Learning (IL), one of the main challenges is the \textit{covariate shift} between the expert observations and the actual distribution encountered by the agent, because it is difficult to determine wh…

Imitation Learningmodel

Mitigating Covariate Shift in Imitation Learning for Autonomous Vehicles Using Latent Space Generative World Models

2024-09-25 · Alexander Popov, Alperen Degirmenci, David Wehr, Shashank Hegde 외

We propose the use of latent space generative world models to address the covariate shift problem in autonomous driving. A world model is a neural network capable of predicting an agent's next state given past states and…

Autonomous DrivingAutonomous VehiclesImitation Learning