Commit ·
e208352
1
Parent(s): 2df1b82
Update README.md
Browse files
README.md
CHANGED
|
@@ -33,5 +33,8 @@ TODO: Add your code
|
|
| 33 |
from stable_baselines3 import ...
|
| 34 |
from huggingface_sb3 import load_from_hub
|
| 35 |
|
|
|
|
|
|
|
|
|
|
| 36 |
...
|
| 37 |
```
|
|
|
|
| 33 |
from stable_baselines3 import ...
|
| 34 |
from huggingface_sb3 import load_from_hub
|
| 35 |
|
| 36 |
+
# So this one got screwed up. When I trained it on my own machine, it was running fine however uploading it to google drive to upload it to the hub
|
| 37 |
+
# caused it to perform comparatively poorly, as you can see. Presumably, some overfitting is occurring related to the way the environments are set up?
|
| 38 |
+
|
| 39 |
...
|
| 40 |
```
|