Ibrahim2001 commited on
Commit
57fb434
·
1 Parent(s): 963d191

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines
29
 
30
 
31
  ```python
32
- import gymnasium
33
 
34
  from huggingface_sb3 import load_from_hub
35
 
 
29
 
30
 
31
  ```python
32
+ import gymnasium as gym
33
 
34
  from huggingface_sb3 import load_from_hub
35