.. _imitation: Imitation Learning ================== The `imitation `__ library implements imitation learning algorithms on top of Stable-Baselines3, including: - Behavioral Cloning - `DAgger `_ with synthetic examples - `Adversarial Inverse Reinforcement Learning `_ (AIRL) - `Generative Adversarial Imitation Learning `_ (GAIL) - `Deep RL from Human Preferences `_ (DRLHP) You can install imitation with ``pip install imitation``. The `imitation documentation `_ has more details on how to use the library, including `a quick start guide `_ for the impatient.