A repo for Causal Imitation Learning under Temporally Correlated Noise.
To re-train an expert, run:
python experts/train_expert.py -e {lunarlander, halfcheetah, ant}To train a learner, run:
jupyter notebookand open up LunarLander.ipynb and PyBullet.ipynb. This package supports training via Behavioral Cloning, DoubIL, and ResiduIL.
Run:
jupyter notebookand open up vis.ipynb.
@article{swamy2021causal,
author = {Gokul Swamy and Sanjiban Choudhury and J. Andrew Bagnell and Zhiwei Steven Wu},
title = {Causal Imitation Learning under Temporally Correlated Noise},
conference = {Proceedings of the 39th International Conference on Machine Learning},
url = {https://arxiv.org/abs/2202.01312},
}