araffin commited on
Commit
9f0d53b
1 Parent(s): bea7037

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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