paper-with-me

Papers

Improved Policy Optimization for Online Imitation Learning

2022-07-29 · Jonathan Wilder Lavington, Sharan Vaswani, Mark Schmidt

We consider online imitation learning (OIL), where the task is to find a policy that imitates the behavior of an expert via active interaction with the environment. We aim to bridge the gap between the theory and practice of policy optimization algorithms for OIL by analyzing one of the most popular OIL algorithms, DAGGER. Specifically, if the class of policies is sufficiently expressive to contain the expert policy, we prove that DAGGER achieves constant regret. Unlike previous bounds that require the losses to be strongly-convex, our result only requires the weaker assumption that the losses be strongly-convex with respect to the policy's sufficient statistics (not its parameterization). In order to ensure convergence for a wider class of policies and losses, we augment DAGGER with an additional regularization term. In particular, we propose a variant of Follow-the-Regularized-Leader (FTRL) and its adaptive variant for OIL and develop a memory-efficient implementation, which matches the memory requirements of FTL. Assuming that the loss functions are smooth and convex with respect to the parameters of the policy, we also prove that FTRL achieves constant regret for any sufficiently expressive policy class, while retaining $O(\sqrt{T})$ regret in the worst-case. We demonstrate the effectiveness of these algorithms with experiments on synthetic and high-dimensional control tasks.

📄 PDF Abstract BibTeX arXiv:2208.00088

Code (1)

wilderlavington/improved-policy-optimization-for-online-imitation-learning 공식 구현 pytorch

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

A Fast Integrated Planning and Control Framework for Autonomous Driving via Imitation Learning

2017-07-09 · Liting Sun, Cheng Peng, Wei Zhan, Masayoshi Tomizuka

For safe and efficient planning and control in autonomous driving, we need a driving policy which can achieve desirable driving quality in long-term horizon with guaranteed safety and feasibility. Optimization-based appr…

Autonomous DrivingImitation LearningModel Predictive Control

Predictor-Corrector Policy Optimization

2018-10-15 · Ching-An Cheng, Xinyan Yan, Nathan Ratliff, Byron Boots

We present a predictor-corrector framework, called PicCoLO, that can transform a first-order model-free reinforcement or imitation learning algorithm into a new hybrid method that leverages predictive models to accelerat…

Imitation Learning

Explaining Fast Improvement in Online Imitation Learning

2020-07-06 · Xinyan Yan, Byron Boots, Ching-An Cheng

Online imitation learning (IL) is an algorithmic framework that leverages interactions with expert policies for efficient policy optimization. Here policies are optimized by performing online learning on a sequence of lo…

Decision MakingImitation LearningStructured Prediction

Flow-Based Policy for Online Reinforcement Learning

2025-06-15 · Lei Lv, Yunfei Li, Yu Luo, Fuchun Sun 외

We present \textbf{FlowRL}, a novel framework for online reinforcement learning that integrates flow-based policy representation with Wasserstein-2-regularized optimization. We argue that in addition to training signals,…

reinforcement-learningReinforcement Learning

OLLIE: Imitation Learning from Offline Pretraining to Online Finetuning

2024-05-24 · Sheng Yue, Xingyuan Hua, Ju Ren, Sen Lin 외

In this paper, we study offline-to-online Imitation Learning (IL) that pretrains an imitation policy from static demonstration data, followed by fast finetuning with minimal environmental interaction. We find the na\"ive…

continuous-controlContinuous ControlImitation Learning