Skip to content

RL-Zoo3 v2.4.0: CrossQ and Gymnasium v1.0 support

Latest
Compare
Choose a tag to compare
@araffin araffin released this 18 Nov 10:35
· 1 commit to master since this release
b8ff1a6

New algorithm: CrossQ, Gymnasium v1.0 support, and better defaults for SAC/TQC on Swimmer-v4 env

Breaking Changes

  • Updated defaults hyperparameters for TQC/SAC for Swimmer-v4 (decrease gamma for more consistent results) (@JacobHA) W&B report
  • Upgraded to SB3 >= 2.4.0
  • Renamed LunarLander-v2 to LunarLander-v3 in hyperparameters

New Features

  • Added CrossQ hyperparameters for SB3-contrib (@danielpalen)
  • Added Gymnasium v1.0 support

Bug fixes

Documentation

Other

  • Updated PyTorch version to 2.4.1 in the CI
  • Switched to uv to download packages faster on GitHub CI

New Contributors

Full Changelog: v2.3.0...v2.4.0