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
|