Skip to content

SB3-Contrib v1.6.1: Bug fix release

Compare
Choose a tag to compare
@araffin araffin released this 29 Sep 11:10
· 58 commits to master since this release
2490468

Breaking Changes:

  • Fixed the issue that predict does not always return action as np.ndarray (@qgallouedec)
  • Upgraded to Stable-Baselines3 >= 1.6.1

Bug Fixes:

  • Fixed the issue of wrongly passing policy arguments when using CnnLstmPolicy or MultiInputLstmPolicy with RecurrentPPO (@mlodel)
  • Fixed division by zero error when computing FPS when a small number of time has elapsed in operating systems with low-precision timers.
  • Fixed calling child callbacks in MaskableEvalCallback (@CppMaster)
  • Fixed missing verbose parameter passing in the MaskableEvalCallback constructor (@BurakDmb)
  • Fixed the issue that when updating the target network in QRDQN, TQC, the running_mean and running_var properties of batch norm layers are not updated (@honglu2875)

Others:

  • Changed the default buffer device from "cpu" to "auto"