v0.7.0
What's Changed
- Fix rllib by @edbeeching in #140
- Adds nparallel multi-process support to CleanRL example by @Ivan-267 in #145
- Update ADV_STABLE_BASELINES_3.md by @Ivan-267 in #146
- Require sb3 version 2 or newer by @Ivan-267 in #148
- Fix a small spelling error in the Readme by @Curtiss02 in #151
- updates version to v0.6.2 by @edbeeching in #153
- Update readme by @metinc in #154
- fixing broken tests on main by @edbeeching in #156
- Refactor godot_env.py by @Ivan-267 in #129
- Fix inference when action names are not alphabetic by @Ivan-267 in #159
- Adds optional linear LR schedule to the example by @Ivan-267 in #157
- Adds general tips to the docs. by @Ivan-267 in #162
- Adds saving model on
ctrl + c
in Python during training by @Ivan-267 in #160 - Adds the ability to use more algorithms from sbx and sb3-contrib (with e.g. MlpPolicy) by @Ivan-267 in #163
- Adds a node reference to the documentation by @Ivan-267 in #165
- [fix]Ray 2.9.0 failed tests by @Ivan-267 in #164
- Adds new example envs to test suite by @edbeeching in #166
- Update troubleshooting by @Ivan-267 in #167
- fix dtype of image data by @Ivan-267 in #158
- Adds onnx export to cleanrl example by @Ivan-267 in #161
- Adds code quality by @edbeeching in #168
- Release v0.7.0 by @edbeeching in #171
New Contributors
- @Curtiss02 made their first contribution in #151
- @metinc made their first contribution in #154
Full Changelog: v0.6.0...v0.7.0