An open API service indexing awesome lists of open source software.

https://github.com/sachamorin/idm-ssil

Code for our ICML 2026 paper "On the Sample Efficiency of Inverse Dynamics Models for Semi-Supervised Imitation Learning".
https://github.com/sachamorin/idm-ssil

imitation-learning inverse-dynamics semi-supervised

Last synced: about 14 hours ago
JSON representation

Code for our ICML 2026 paper "On the Sample Efficiency of Inverse Dynamics Models for Semi-Supervised Imitation Learning".

Awesome Lists containing this project

README

          

# On the Sample Efficiency of Inverse Dynamics Models for Semi-Supervised Imitation Learning

[![arXiv](https://img.shields.io/badge/arXiv-2602.02762-b31b1b.svg)](https://arxiv.org/abs/2602.02762)

Code for our ICML 2026 paper [On the Sample Efficiency of Inverse Dynamics Models for Semi-Supervised Imitation Learning](https://arxiv.org/abs/2602.02762).

## Code

The code is split across three repositories:

- [idm_ssil_maze](https://github.com/slachapelle/idm_ssil_maze/) — Maze experiments from Section 4.
- [lapo-plus](https://github.com/sachaMorin/lapo-plus) — LAPO+ and Procgen experiments from Section 5.1.
- [uva](https://github.com/sachaMorin/uva) — Manipulation experiments (PushT and LIBERO-10) from Section 5.2.

## Citation

```bibtex
@article{morin2026sample,
title={On the Sample Efficiency of Inverse Dynamics Models for Semi-Supervised Imitation Learning},
author={Morin, Sacha and Byeon, Moonsub and Jolicoeur-Martineau, Alexia and Lachapelle, Sébastien},
journal={arXiv preprint arXiv:2602.02762},
year={2026}
}
```