Skip to content

v0.4.0

Compare
Choose a tag to compare
@NathanGavenski NathanGavenski released this 15 Dec 10:21
· 50 commits to main since this release
144b0f5

Benchmarking

Now IL-Datasets has its own benchmarking! We are adding new methods and environments to the repository.
For a full list of the methods and environments planned for release, please check the repository readme.md file.

Support for benchmark requirements

We split the imitation_datasets and benchmark modules requirements.

pip install il-datasets

will only install requirements regarding the imitation_datasets module. For using benchmark please use:

pip install "il-datasets[benchmark]"

Full Changelog: 0.3.0...0.4.0