stable-baselines3 — Easy Playground
Reliable RL algorithm implementations: PPO, A2C, SAC, DQN, TD3
Getting started with stable-baselines3Run locally
Install
pip install stable-baselines3Python CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: stable_baselines3)
stable-baselines3 is a third-party package. Reliable RL algorithm implementations: PPO, A2C, SAC, DQN, TD3. Install with: pip install stable-baselines3
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?