Skip to content

SB3-Contrib v1.6.2: Progress bar

Compare
Choose a tag to compare
@araffin araffin released this 10 Oct 16:47
· 55 commits to master since this release
52795a3

Breaking Changes:

  • Upgraded to Stable-Baselines3 >= 1.6.2

New Features:

  • Added progress_bar argument in the learn() method, displayed using TQDM and rich packages

Deprecations:

  • Deprecate parameters eval_env, eval_freq and create_eval_env

Others:

  • Fixed the return type of .load() methods so that they now use TypeVar