Releases: huggingface/huggingface_sb3
v2.3.1 Gym Legacy version
Context: We want to keep v2.x Gym Compatible.
We released v2.3 that is not Gym compatible therefore we create v.2.3.1 to revert to v.2.2.5 to be Gym compatible.
Therefore HuggingFace_sb3 v2.x is Gym Compatible and v3.x is Gymnasium Compatible.
See: #37
v.3.0 Gymnasium support
Context: We want to keep v2.x Gym Compatible and v.3.x Gymnasium compatible.
We released v2.3 which is not Gym compatible therefore we created v.2.3.1 to revert to v.2.2.5 to be Gym compatible. And now we create v3.0 to be v.2.3 hence Gymnasium compatible.
Therefore HuggingFace_sb3 v2.x is Gym Compatible and v3.x is Gymnasium Compatible.
See: #37
What's Changed
- Gymnasium v3.0 by @simoninithomas in #39
Full Changelog: v.2.3...v.3.0
v.2.3: Gymnasium Support
What's Changed
- Env name normalization update by @ernestum in #32
- Gymnasium Support (v2.3) by @simoninithomas in #35
Full Changelog: v.2.2.5...v.2.3
A big thanks to @ernestum, @araffin and @qgallouedec for their help 🤗
v.2.2.5 Gym Updates
What's Changed
- Document token by @qgallouedec in #22
- Fix the number of rendering loop interactions by @qgallouedec in #25
New Contributors
- @qgallouedec made their first contribution in #22
Full Changelog: v2.2.4...v.2.2.5
v2.2.4 Loosen the pip requirements
v2.2.3 Adding cloudpickle>=1.6
Cloudpickle is 1.3 by default on Colab. We need at minimum 1.6 for package_to_hub
and load_from_hub
to work correctly.
Full Changelog: v2.2.2...v2.2.3
v2.2.2 Removed cloudpickle dependency pinned to 1.6
What's Changed
- V2.2.2 by @simoninithomas in #17
- Pinning this dependency leads to some uploading problems. We removed it
Full Changelog: v2.2.1...v2.2.2
v2.2.1: Use upload_folder API
What's Changed
- Notebook fixes by @ernestum in #12
- Environment name normalization and explicit naming schemes by @ernestum in #13
- Use new upload_folder API by @osanseviero in #15
New Contributors
Full Changelog: v2.1.1...v2.2