Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ pip install huggingface_sb3
|
|
| 18 |
Then, you can use the model like this:
|
| 19 |
|
| 20 |
```python
|
| 21 |
-
import gym
|
| 22 |
|
| 23 |
from huggingface_sb3 import load_from_hub
|
| 24 |
from stable_baselines3 import PPO
|
|
|
|
| 18 |
Then, you can use the model like this:
|
| 19 |
|
| 20 |
```python
|
| 21 |
+
import gymnasium as gym
|
| 22 |
|
| 23 |
from huggingface_sb3 import load_from_hub
|
| 24 |
from stable_baselines3 import PPO
|