Spaces:
Sleeping
Sleeping
Commit ·
92bd6fe
1
Parent(s): 92af9c1
Fixed ModuleNotFoundError
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,7 @@ fastapi
|
|
| 2 |
uvicorn
|
| 3 |
pydantic
|
| 4 |
gymnasium
|
| 5 |
-
numpy
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
uvicorn
|
| 3 |
pydantic
|
| 4 |
gymnasium
|
| 5 |
+
numpy
|
| 6 |
+
stable-baselines3
|
| 7 |
+
sb3-contrib
|
| 8 |
+
matplotlib
|