Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gymnasium[classic-control]>=1.0.0
|
| 2 |
+
numpy>=1.24
|
| 3 |
+
torch>=2.0
|
| 4 |
+
matplotlib>=3.7
|
| 5 |
+
tqdm>=4.65
|
| 6 |
+
imageio>=2.31
|
| 7 |
+
gradio>=4.0
|