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/ppo-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/ppo-RBC2D-medium-v0 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="safe-autonomous-systems/ppo-RBC2D-medium-v0", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Add files using upload-large-folder tool
Browse files
README.md
CHANGED
|
@@ -52,6 +52,7 @@ Each seed is contained in its own subdirectory. You can load a model using:
|
|
| 52 |
```python
|
| 53 |
from stable_baselines3 import PPO
|
| 54 |
model = PPO.load("0/ckpt_latest.zip")
|
|
|
|
| 55 |
|
| 56 |
**Important:** The models were trained using ```fluidgym==0.0.2```. In order to use
|
| 57 |
them with newer versions of FluidGym, you need to wrap the environment with a
|
|
|
|
| 52 |
```python
|
| 53 |
from stable_baselines3 import PPO
|
| 54 |
model = PPO.load("0/ckpt_latest.zip")
|
| 55 |
+
```
|
| 56 |
|
| 57 |
**Important:** The models were trained using ```fluidgym==0.0.2```. In order to use
|
| 58 |
them with newer versions of FluidGym, you need to wrap the environment with a
|