Skip to main content

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:

Example

from sbx import DDPG, DQN, PPO, SAC, TD3, TQC, DroQ, CrossQ

model = TQC("MlpPolicy", "Pendulum-v1", verbose=1)
model.learn(total_timesteps=10_000, progress_bar=True)

Project details


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.15.0.tar.gz (43.6 kB view hashes)

Uploaded Source

Built Distribution

sbx_rl-0.15.0-py3-none-any.whl (58.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page