Skip to content

Stable-Baselines3 v2.3.2: Hotfix for PyTorch 1.13

Latest
Compare
Choose a tag to compare
@araffin araffin released this 27 Apr 13:11
· 13 commits to master since this release
285e01f

Bug fixes

  • Reverted torch.load() to be called weights_only=False as it caused loading issue with old version of PyTorch. #1913
  • Cast learning_rate to float lambda for pickle safety when doing model.load by @markscsmith in #1901

Documentation

New Contributors

Full Changelog: v2.3.0...v2.3.2