TaSIL: Taylor Series Imitation Learning
Abstract
We propose Taylor Series Imitation Learning (TaSIL), a simple augmentation to standard behavior cloning losses in the context of continuous control. TaSIL penalizes deviations in the higher-order Taylor series terms between the learned and expert policies. We show that experts satisfying a notion of are easy to learn, in the sense that a small TaSIL-augmented imitation loss over expert trajectories guarantees a small imitation loss over trajectories generated by the learned policy. We provide sample-complexity bounds for TaSIL that scale as in the realizable setting, for the number of expert demonstrations. Finally, we demonstrate experimentally the relationship between the robustness of the expert policy and the order of Taylor expansion required in TaSIL, and compare standard Behavior Cloning, DART, and DAgger with TaSIL-loss-augmented variants. In all cases, we show significant improvement over baselines across a variety of MuJoCo tasks.
Cite
@article{arxiv.2205.14812,
title = {TaSIL: Taylor Series Imitation Learning},
author = {Daniel Pfrommer and Thomas T. C. K. Zhang and Stephen Tu and Nikolai Matni},
journal= {arXiv preprint arXiv:2205.14812},
year = {2023}
}
Comments
Appeared at NeurIPS 2022. V2: added to related work, updated notation, fixed small errors in appendix