Release Notes#

v1.0.0 – first stable release#

Released on 2023-10-31 - GitHub - PyPI

We're pleased to announce the first stable release of imitation. Key improvements include:

  • Gymnasium compatibility, which has superceded Gym
  • Tuned hyperparameters and benchmark results for common algorithm-environment pairs (see release artifact attached).
  • New algorithm (beta): SQIL
    For more information, see the changelog below.

What's Changed

New Contributors

Full Changelog: v0.4.0...v1.0.0

v0.4.0#

Released on 2023-07-17 - GitHub - PyPI

What's Changed

  • Continuous Integration: Add support for Mac OS; remove dependency on MuJoCo
  • Preference comparison: improved logging, support for active learning based on variance of ensemble.
  • HuggingFace integration for model and dataset loading.
  • Benchmarking: add results and example configs.
  • Documentation: add notebook tutorials; other general improvements.
  • General changes: migrate to pathlib; add more type hints to enable mypy as well as pytype.

Full Changelog: v0.3.1...v0.4.0

v0.3.1#

Released on 2022-07-29 - GitHub - PyPI

What's Changed

Main changes:

Minor changes:

Full Changelog: v0.3.0...v0.3.1

v0.3.0: Major improvements#

Released on 2022-07-26 - GitHub - PyPI

New features:

Improvements:

  • Port MCE IRL from JAX to Torch, eliminating the JAX dependency. (thanks to @qxcv)
  • Refactor RewardNet code to be independent from AIRL, and shared across algorithms. (thanks to @ejnnr)
  • Add Windows support including continuous integration. (thanks to @taufeeque9)

v0.2.0: First PyTorch release#

Released on 2020-10-23 - GitHub - PyPI

v0.1.1: Final TF1 release#

Released on 2020-09-01 - GitHub - PyPI

v0.1.0: Initial release#

Released on 2020-05-09 - GitHub - PyPI

Prototype versions of AIRL, GAIL, BC, DAGGER.