Jax version of Stable Baselines, implementations of reinforcement learning algorithms.
Project description
Stable Baselines Jax (SB3 + JAX = SBX)
See https://github.com/araffin/sbx
Proof of concept version of Stable-Baselines3 in Jax.
Implemented algorithms:
- Soft Actor-Critic (SAC) and SAC-N
- Truncated Quantile Critics (TQC)
- Dropout Q-Functions for Doubly Efficient Reinforcement Learning (DroQ)
- Proximal Policy Optimization (PPO)
- Deep Q Network (DQN)
- Twin Delayed DDPG (TD3)
- Deep Deterministic Policy Gradient (DDPG)
- Batch Normalization in Deep Reinforcement Learning (CrossQ)
- Simplicity Bias for Scaling Up Parameters in Deep Reinforcement Learning (SimBa)
Example
from sbx import DDPG, DQN, PPO, SAC, TD3, TQC, CrossQ
model = TQC("MlpPolicy", "Pendulum-v1", verbose=1)
model.learn(total_timesteps=10_000, progress_bar=True)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sbx_rl-0.23.0.tar.gz
(52.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
sbx_rl-0.23.0-py3-none-any.whl
(63.0 kB
view details)
File details
Details for the file sbx_rl-0.23.0.tar.gz.
File metadata
- Download URL: sbx_rl-0.23.0.tar.gz
- Upload date:
- Size: 52.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11025a61a318a1b732723f5632832755a8df7cd072d562933a436dd022537d06
|
|
| MD5 |
3a7ec6f5c136461caa5123c5dab072d0
|
|
| BLAKE2b-256 |
499e66e6e8a524409911855e1247b91e55ac7a48fd9db1716bea6579b5a910a6
|
File details
Details for the file sbx_rl-0.23.0-py3-none-any.whl.
File metadata
- Download URL: sbx_rl-0.23.0-py3-none-any.whl
- Upload date:
- Size: 63.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e655adfbe2b7e8b972954c667fed7e5f16e68c916cfa5b828f1aa3ba97fb90f
|
|
| MD5 |
22466574ff6eed4dbe0006c4ebd7ea26
|
|
| BLAKE2b-256 |
600bf85acf8455012e6eebc250795513df14d40f765548d871a8118caaea682a
|