Update app.py
#8
by giri1619 - opened
app.py
CHANGED
|
@@ -150,8 +150,8 @@ def certification(hf_username):
|
|
| 150 |
"env": "SpaceInvadersNoFrameskip-v4",
|
| 151 |
"library": "stable-baselines3",
|
| 152 |
"min_result": 200,
|
| 153 |
-
"best_result":
|
| 154 |
-
"best_model_id": "",
|
| 155 |
"passed_": False
|
| 156 |
},
|
| 157 |
{
|
|
@@ -177,8 +177,8 @@ def certification(hf_username):
|
|
| 177 |
"env": "ML-Agents-SnowballTarget",
|
| 178 |
"library": "ml-agents",
|
| 179 |
"min_result": -100,
|
| 180 |
-
"best_result":
|
| 181 |
-
"best_model_id": "",
|
| 182 |
"passed_": False
|
| 183 |
},
|
| 184 |
{
|
|
@@ -186,8 +186,8 @@ def certification(hf_username):
|
|
| 186 |
"env": "ML-Agents-Pyramids",
|
| 187 |
"library": "ml-agents",
|
| 188 |
"min_result": -100,
|
| 189 |
-
"best_result":
|
| 190 |
-
"best_model_id": "",
|
| 191 |
"passed_": False
|
| 192 |
},
|
| 193 |
{
|
|
@@ -195,8 +195,8 @@ def certification(hf_username):
|
|
| 195 |
"env": "PandaReachDense",
|
| 196 |
"library": "stable-baselines3",
|
| 197 |
"min_result": -3.5,
|
| 198 |
-
"best_result":
|
| 199 |
-
"best_model_id": "",
|
| 200 |
"passed_": False
|
| 201 |
},
|
| 202 |
{
|
|
@@ -204,8 +204,8 @@ def certification(hf_username):
|
|
| 204 |
"env": "ML-Agents-SoccerTwos",
|
| 205 |
"library": "ml-agents",
|
| 206 |
"min_result": -100,
|
| 207 |
-
"best_result":
|
| 208 |
-
"best_model_id": "",
|
| 209 |
"passed_": False
|
| 210 |
},
|
| 211 |
{
|
|
@@ -213,8 +213,8 @@ def certification(hf_username):
|
|
| 213 |
"env": "LunarLander-v2",
|
| 214 |
"library": "deep-rl-course",
|
| 215 |
"min_result": -500,
|
| 216 |
-
"best_result":
|
| 217 |
-
"best_model_id": "",
|
| 218 |
"passed_": False
|
| 219 |
},
|
| 220 |
{
|
|
@@ -222,8 +222,8 @@ def certification(hf_username):
|
|
| 222 |
"env": "doom_health_gathering_supreme",
|
| 223 |
"library": "sample-factory",
|
| 224 |
"min_result": 5,
|
| 225 |
-
"best_result":
|
| 226 |
-
"best_model_id": "",
|
| 227 |
"passed_": False
|
| 228 |
},
|
| 229 |
]
|
|
|
|
| 150 |
"env": "SpaceInvadersNoFrameskip-v4",
|
| 151 |
"library": "stable-baselines3",
|
| 152 |
"min_result": 200,
|
| 153 |
+
"best_result": 2000,
|
| 154 |
+
"best_model_id": "space",
|
| 155 |
"passed_": False
|
| 156 |
},
|
| 157 |
{
|
|
|
|
| 177 |
"env": "ML-Agents-SnowballTarget",
|
| 178 |
"library": "ml-agents",
|
| 179 |
"min_result": -100,
|
| 180 |
+
"best_result": 100,
|
| 181 |
+
"best_model_id": "snowball",
|
| 182 |
"passed_": False
|
| 183 |
},
|
| 184 |
{
|
|
|
|
| 186 |
"env": "ML-Agents-Pyramids",
|
| 187 |
"library": "ml-agents",
|
| 188 |
"min_result": -100,
|
| 189 |
+
"best_result": 100,
|
| 190 |
+
"best_model_id": "pyramids",
|
| 191 |
"passed_": False
|
| 192 |
},
|
| 193 |
{
|
|
|
|
| 195 |
"env": "PandaReachDense",
|
| 196 |
"library": "stable-baselines3",
|
| 197 |
"min_result": -3.5,
|
| 198 |
+
"best_result": 3.5,
|
| 199 |
+
"best_model_id": "oandareach",
|
| 200 |
"passed_": False
|
| 201 |
},
|
| 202 |
{
|
|
|
|
| 204 |
"env": "ML-Agents-SoccerTwos",
|
| 205 |
"library": "ml-agents",
|
| 206 |
"min_result": -100,
|
| 207 |
+
"best_result": 100,
|
| 208 |
+
"best_model_id": "soccer",
|
| 209 |
"passed_": False
|
| 210 |
},
|
| 211 |
{
|
|
|
|
| 213 |
"env": "LunarLander-v2",
|
| 214 |
"library": "deep-rl-course",
|
| 215 |
"min_result": -500,
|
| 216 |
+
"best_result": 500,
|
| 217 |
+
"best_model_id": "lunarlander",
|
| 218 |
"passed_": False
|
| 219 |
},
|
| 220 |
{
|
|
|
|
| 222 |
"env": "doom_health_gathering_supreme",
|
| 223 |
"library": "sample-factory",
|
| 224 |
"min_result": 5,
|
| 225 |
+
"best_result": 5,
|
| 226 |
+
"best_model_id": "health",
|
| 227 |
"passed_": False
|
| 228 |
},
|
| 229 |
]
|