Skip to content

Releases: huggingface/huggingface_sb3

v2.3.1 Gym Legacy version

07 Sep 14:32
209dd58
Compare
Choose a tag to compare

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

07 Sep 14:39
0f27d4c
Compare
Choose a tag to compare

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

Full Changelog: v.2.3...v.3.0

v.2.3: Gymnasium Support

17 Aug 13:04
f515b18
Compare
Choose a tag to compare

What's Changed

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

08 Jun 14:52
d21ffa2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.4...v.2.2.5

v2.2.4 Loosen the pip requirements

13 Oct 17:10
9b65fa9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.3...v2.2.4

v2.2.3 Adding cloudpickle>=1.6

05 Aug 10:11
74fee15
Compare
Choose a tag to compare

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

01 Aug 05:14
141fbff
Compare
Choose a tag to compare

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

08 Jul 08:27
25497f5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2

v2.1.0: record video for RecurrentPPO and add VecNormalize support

20 May 08:19
6646c98
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0