Skip to content

Commit 472ff8e

Browse files
committed
[ci skip] Update README with SBX
1 parent cc103ff commit 472ff8e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ This allows SB3 to maintain a stable and compact core, while still providing the
8383

8484
Documentation is available online: [https://sb3-contrib.readthedocs.io/](https://sb3-contrib.readthedocs.io/)
8585

86+
## Stable-Baselines Jax (SBX)
87+
88+
[Stable Baselines Jax (SBX)](https://github.com/araffin/sbx) is a proof of concept version of Stable-Baselines3 in Jax.
89+
90+
It provides a minimal number of features compared to SB3 but can be much faster (up to 20x times!): https://twitter.com/araffin2/status/1590714558628253698
91+
8692

8793
## Installation
8894

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
"Changelog": "https://stable-baselines3.readthedocs.io/en/master/misc/changelog.html",
163163
"SB3-Contrib": "https://github.com/Stable-Baselines-Team/stable-baselines3-contrib",
164164
"RL-Zoo": "https://github.com/DLR-RM/rl-baselines3-zoo",
165+
"SBX": "https://github.com/araffin/sbx",
165166
},
166167
classifiers=[
167168
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)