mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-14 20:58:03 +00:00
[ci skip] Update README with SBX
This commit is contained in:
parent
cc103ff725
commit
472ff8edb8
2 changed files with 7 additions and 0 deletions
|
|
@ -83,6 +83,12 @@ This allows SB3 to maintain a stable and compact core, while still providing the
|
|||
|
||||
Documentation is available online: [https://sb3-contrib.readthedocs.io/](https://sb3-contrib.readthedocs.io/)
|
||||
|
||||
## Stable-Baselines Jax (SBX)
|
||||
|
||||
[Stable Baselines Jax (SBX)](https://github.com/araffin/sbx) is a proof of concept version of Stable-Baselines3 in Jax.
|
||||
|
||||
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
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -162,6 +162,7 @@ setup(
|
|||
"Changelog": "https://stable-baselines3.readthedocs.io/en/master/misc/changelog.html",
|
||||
"SB3-Contrib": "https://github.com/Stable-Baselines-Team/stable-baselines3-contrib",
|
||||
"RL-Zoo": "https://github.com/DLR-RM/rl-baselines3-zoo",
|
||||
"SBX": "https://github.com/araffin/sbx",
|
||||
},
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue