SB3-Contrib v1.6.2: Progress bar
Breaking Changes:
- Upgraded to Stable-Baselines3 >= 1.6.2
New Features:
- Added
progress_bar
argument in thelearn()
method, displayed using TQDM and rich packages
Deprecations:
- Deprecate parameters
eval_env
,eval_freq
andcreate_eval_env
Others:
- Fixed the return type of
.load()
methods so that they now useTypeVar