Upload requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gymnasium>=0.29.0
|
| 2 |
+
pettingzoo>=1.25.0
|
| 3 |
+
omegaconf>=2.3.0
|
| 4 |
+
numpy>=1.24.0
|
| 5 |
+
pygame>=2.5.0
|
| 6 |
+
mazelib>=0.9.16
|
| 7 |
+
supersuit>=3.9.0
|
| 8 |
+
imageio>=2.30.0
|
| 9 |
+
imageio-ffmpeg>=0.4.0
|
| 10 |
+
pillow>=10.0.0
|
| 11 |
+
psutil>=5.9.0
|
| 12 |
+
pyyaml>=6.0
|
| 13 |
+
cython>=3.0
|
| 14 |
+
perlin_noise
|
| 15 |
+
stable-baselines3>=2.4.0
|
| 16 |
+
sb3-contrib>=2.4.0
|
| 17 |
+
torch>=2.0.0
|
| 18 |
+
trackio>=0.25.0
|
| 19 |
+
huggingface-hub>=0.25.0
|