Reinforcement Learning
stable-baselines3
deep-reinforcement-learning
fluidgym
active-flow-control
fluid-dynamics
simulation
RBC2D-hard-v0
Eval Results (legacy)
Instructions to use safe-autonomous-systems/ppo-RBC2D-hard-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use safe-autonomous-systems/ppo-RBC2D-hard-v0 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="safe-autonomous-systems/ppo-RBC2D-hard-v0", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Upload results for PPO on RBC2D-hard-v0.
Browse files
README.md
CHANGED
|
@@ -22,6 +22,8 @@ model-index:
|
|
| 22 |
- type: mean_reward
|
| 23 |
value: -0.31
|
| 24 |
name: mean_reward
|
|
|
|
|
|
|
| 25 |
---
|
| 26 |
|
| 27 |
# PPO on RBC2D-hard-v0 (FluidGym)
|
|
@@ -42,9 +44,6 @@ This repository is part of the **FluidGym** benchmark results. It contains train
|
|
| 42 |
| Seed 3 | -0.29 | 2.22 |
|
| 43 |
| Seed 4 | -0.30 | 2.35 |
|
| 44 |
|
| 45 |
-
## Visual Preview
|
| 46 |
-

|
| 47 |
-
|
| 48 |
## About FluidGym
|
| 49 |
FluidGym is a benchmark for reinforcement learning in active flow control.
|
| 50 |
|
|
|
|
| 22 |
- type: mean_reward
|
| 23 |
value: -0.31
|
| 24 |
name: mean_reward
|
| 25 |
+
|
| 26 |
+
|
| 27 |
---
|
| 28 |
|
| 29 |
# PPO on RBC2D-hard-v0 (FluidGym)
|
|
|
|
| 44 |
| Seed 3 | -0.29 | 2.22 |
|
| 45 |
| Seed 4 | -0.30 | 2.35 |
|
| 46 |
|
|
|
|
|
|
|
|
|
|
| 47 |
## About FluidGym
|
| 48 |
FluidGym is a benchmark for reinforcement learning in active flow control.
|
| 49 |
|