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: https://github.com/huggingface/huggingface_sb3/issues/37
v.3.0
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: https://github.com/huggingface/huggingface_sb3/issues/37
What's Changed
* Gymnasium v3.0 by simoninithomas in https://github.com/huggingface/huggingface_sb3/pull/39
**Full Changelog**: https://github.com/huggingface/huggingface_sb3/compare/v.2.3...v.3.0
v.2.3
What's Changed
* Env name normalization update by ernestum in https://github.com/huggingface/huggingface_sb3/pull/32
* Gymnasium Support (v2.3) by simoninithomas in https://github.com/huggingface/huggingface_sb3/pull/35
**Full Changelog**: https://github.com/huggingface/huggingface_sb3/compare/v.2.2.5...v.2.3
A big thanks to ernestum, araffin and qgallouedec for their help 🤗
v.2.2.5
What's Changed
* Document token by qgallouedec in https://github.com/huggingface/huggingface_sb3/pull/22
* Fix the number of rendering loop interactions by qgallouedec in https://github.com/huggingface/huggingface_sb3/pull/25
New Contributors
* qgallouedec made their first contribution in https://github.com/huggingface/huggingface_sb3/pull/22
**Full Changelog**: https://github.com/huggingface/huggingface_sb3/compare/v2.2.4...v.2.2.5