Jax version of Stable Baselines, implementations of reinforcement learning algorithms.
Project description
Stable Baselines Jax (SB3 + JAX = SBX)
See https://github.com/araffin/sbx
Example
from sbx import TQC, DroQ, SAC
model = TQC("MlpPolicy", "Pendulum-v1", verbose=1)
model.learn(total_timesteps=10_000)
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.2.0.tar.gz
(13.8 kB
view hashes)
Built Distribution
sbx_rl-0.2.0-py3-none-any.whl
(20.8 kB
view hashes)