Spaces:
Runtime error
Runtime error
Quentin Gallouédec
commited on
Commit
·
103ee13
1
Parent(s):
6366df9
sort
Browse files
app.py
CHANGED
@@ -84,17 +84,17 @@ ALL_ENV_IDS = {
|
|
84 |
"Zaxxon",
|
85 |
],
|
86 |
"Box2D": [
|
87 |
-
"LunarLander-v2",
|
88 |
-
"LunarLanderContinuous-v2",
|
89 |
"BipedalWalker-v3",
|
90 |
"BipedalWalkerHardcore-v3",
|
91 |
"CarRacing-v2",
|
|
|
|
|
92 |
],
|
93 |
"Toy text": [
|
94 |
"Blackjack-v1",
|
|
|
95 |
"FrozenLake-v1",
|
96 |
"FrozenLake8x8-v1",
|
97 |
-
"CliffWalking-v0",
|
98 |
],
|
99 |
"Classic control": [
|
100 |
"Acrobot-v1",
|
@@ -104,17 +104,17 @@ ALL_ENV_IDS = {
|
|
104 |
"Pendulum-v1",
|
105 |
],
|
106 |
"MuJoCo": [
|
107 |
-
"
|
108 |
-
"Pusher-v4",
|
109 |
-
"InvertedPendulum-v4",
|
110 |
-
"InvertedDoublePendulum-v4",
|
111 |
"HalfCheetah-v4",
|
112 |
"Hopper-v4",
|
113 |
-
"Swimmer-v4",
|
114 |
-
"Walker2d-v4",
|
115 |
-
"Ant-v4",
|
116 |
"Humanoid-v4",
|
117 |
"HumanoidStandup-v4",
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
],
|
119 |
}
|
120 |
|
|
|
84 |
"Zaxxon",
|
85 |
],
|
86 |
"Box2D": [
|
|
|
|
|
87 |
"BipedalWalker-v3",
|
88 |
"BipedalWalkerHardcore-v3",
|
89 |
"CarRacing-v2",
|
90 |
+
"LunarLander-v2",
|
91 |
+
"LunarLanderContinuous-v2",
|
92 |
],
|
93 |
"Toy text": [
|
94 |
"Blackjack-v1",
|
95 |
+
"CliffWalking-v0",
|
96 |
"FrozenLake-v1",
|
97 |
"FrozenLake8x8-v1",
|
|
|
98 |
],
|
99 |
"Classic control": [
|
100 |
"Acrobot-v1",
|
|
|
104 |
"Pendulum-v1",
|
105 |
],
|
106 |
"MuJoCo": [
|
107 |
+
"Ant-v4",
|
|
|
|
|
|
|
108 |
"HalfCheetah-v4",
|
109 |
"Hopper-v4",
|
|
|
|
|
|
|
110 |
"Humanoid-v4",
|
111 |
"HumanoidStandup-v4",
|
112 |
+
"InvertedDoublePendulum-v4",
|
113 |
+
"InvertedPendulum-v4",
|
114 |
+
"Pusher-v4",
|
115 |
+
"Reacher-v4",
|
116 |
+
"Swimmer-v4",
|
117 |
+
"Walker2d-v4",
|
118 |
],
|
119 |
}
|
120 |
|