Spaces:
Running
Running
Commit
•
0f73e9a
1
Parent(s):
ec9b09e
pybullet
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -6,12 +6,14 @@ gradio==4.20.0
|
|
6 |
gradio_client
|
7 |
gym==0.26.2
|
8 |
gymnasium[all,accept-rom-license]==0.29.1
|
|
|
9 |
huggingface-hub>=0.18.0
|
10 |
matplotlib==3.7.1
|
11 |
free-mujoco-py
|
12 |
mujoco<=2.3.7
|
13 |
numpy==1.24.2
|
14 |
pandas==2.0.0
|
|
|
15 |
python-dateutil==2.8.2
|
16 |
requests==2.28.2
|
17 |
rliable==1.0.8
|
@@ -21,7 +23,6 @@ torch==2.2.2
|
|
21 |
tqdm==4.65.0
|
22 |
|
23 |
|
24 |
-
|
25 |
# Log Visualizer
|
26 |
BeautifulSoup4==4.12.2
|
27 |
lxml==4.9.3
|
|
|
6 |
gradio_client
|
7 |
gym==0.26.2
|
8 |
gymnasium[all,accept-rom-license]==0.29.1
|
9 |
+
hf_transfer==0.1.6
|
10 |
huggingface-hub>=0.18.0
|
11 |
matplotlib==3.7.1
|
12 |
free-mujoco-py
|
13 |
mujoco<=2.3.7
|
14 |
numpy==1.24.2
|
15 |
pandas==2.0.0
|
16 |
+
pybullet==3.2.6
|
17 |
python-dateutil==2.8.2
|
18 |
requests==2.28.2
|
19 |
rliable==1.0.8
|
|
|
23 |
tqdm==4.65.0
|
24 |
|
25 |
|
|
|
26 |
# Log Visualizer
|
27 |
BeautifulSoup4==4.12.2
|
28 |
lxml==4.9.3
|