SBX v0.13.0: Added CrossQ algorithm and support for custom activations
Warning
Using DroQ class directly is deprecated and will be removed in SBX v0.14.0.
Please use SAC/TQC/CrossQ directly instead with the DroQ configuration, see https://github.com/araffin/sbx?tab=readme-ov-file#note-about-droq
To upgrade:
pip install sbx-rl --upgrade
CrossQ: https://openreview.net/forum?id=PczQtTsTIX (SAC with batch norm and no target network)
What's Changed
- Fix for new tensorflow probability version by @araffin in #39
- Allow to pass custom activation function in
policy_kwargs
by @paolodelia99 in #41 - Add CrossQ by @araffin, @danielpalen and @jan1854 in #28
New Contributors
- @paolodelia99 made their first contribution in #41
- @danielpalen made their first contribution in #28
Full Changelog: v0.12.0...v0.13.0