π v3.23.0 - Fixe in SB3 callback, lower timeout on client -> server connection, ability to skip Repo initialization in CLI
What's Changed
- [feat] Add skip option in init commands by @stevenjlm in #3179
- [feat] Relax
numpy
version upper bound by @judahrand in #3182 - [refactor] Integrate Ruff for lint & format by @Sharathmk99 in #3125
- [fix] Resolve issues with metric tracking in SB3 callback by @mihran113 in #3186
- [fix] Prevents long waiting times when connecting to incorrect or unresponsive addresses by @zhiyxu in #3185
- [fix] torch.inference_mode inplace of torch.no_grad by @pdumin in #3188
New Contributors
- @stevenjlm made their first contribution in #3179
- @judahrand made their first contribution in #3182
- @zhiyxu made their first contribution in #3185
- @pdumin made their first contribution in #3188
Full Changelog: v3.22.0...v3.23.0