Reinforcement Learning
stable-baselines3
deep-reinforcement-learning
fluidgym
active-flow-control
fluid-dynamics
simulation
RBC2D-medium-v0
Eval Results (legacy)
Instructions to use safe-autonomous-systems/sac-RBC2D-medium-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use safe-autonomous-systems/sac-RBC2D-medium-v0 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="safe-autonomous-systems/sac-RBC2D-medium-v0", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
File size: 69 Bytes
a58beb2 | 1 2 3 4 5 | - algorithm=sb3_sac
- env_id=RBC2D-medium-v0
- rl_mode=sarl
- seed=1
|