Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,6 @@ using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines
|
|
| 30 |
|
| 31 |
```python
|
| 32 |
import gym
|
| 33 |
-
|
| 34 |
from stable_baselines3 import A2C
|
| 35 |
from huggingface_sb3 import load_from_hub
|
| 36 |
|
|
|
|
| 30 |
|
| 31 |
```python
|
| 32 |
import gym
|
|
|
|
| 33 |
from stable_baselines3 import A2C
|
| 34 |
from huggingface_sb3 import load_from_hub
|
| 35 |
|