Skip to content

v2.8.0: Add default hyperparameters for unlisted env and additional QoL improvements

Choose a tag to compare

@araffin araffin released this 01 Apr 11:33
· 4 commits to master since this release
fa5daa8

Breaking Changes

  • Upgraded to SB3 >= 2.8.0
  • Removed support for Python 3.9, please upgrade to Python >= 3.10
  • Set strict=True for every call to zip(...)

New Features

  • Added official support for Python 3.13
  • Allow to specify env_kwargs in the hyperparam config
  • Allow to use default hyperparameters for any environment
  • Save training command in Weights & Biases (Wandb)
  • Save training command and default hyperparameters as study attributes

Documentation

  • Switched to Markdown documentation (using MyST parser)

Other

  • Fixed unused variables in plot_from_file.py

New Contributors

Full Changelog: v2.7.0...v2.8.0