English

TaSIL: Taylor Series Imitation Learning

Machine Learning 2023-01-18 v2

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 incremental input-to-state stability\textit{incremental input-to-state stability} 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 O~(1/n)\tilde{\mathcal{O}}(1/n) in the realizable setting, for nn 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

R2 v1 2026-06-24T11:32:35.986Z