Skip to content

SBX v0.13.0: Added CrossQ algorithm and support for custom activations

Compare
Choose a tag to compare
@araffin araffin released this 03 Apr 10:21
· 5 commits to master since this release
c8db73f

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

New Contributors

Full Changelog: v0.12.0...v0.13.0