stable-baselines3

Community

Train and evaluate RL agents with SB3.

Authorjackspace
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Stable Baselines3 (SB3) provides battle-tested implementations of reinforcement learning algorithms and utilities to build, train, and evaluate agents, design custom environments, and monitor training workflows.

Core Features & Use Cases

  • Training RL agents with PPO, SAC, DQN, TD3, and more using SB3's unified API
  • Creating and validating custom Gym environments
  • Implementing callbacks, vectorized environments, and evaluation routines
  • Saving, loading, and evaluating models within reproducible pipelines

Quick Start

Train a PPO agent on a simple CartPole environment and save the model.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: stable-baselines3
Download link: https://github.com/jackspace/ClaudeSkillz/archive/main.zip#stable-baselines3

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository