Update app.py
#9
by giri1619 - opened
app.py
CHANGED
|
@@ -132,7 +132,7 @@ def certification(hf_username):
|
|
| 132 |
"env": "LunarLander-v2",
|
| 133 |
"library": "stable-baselines3",
|
| 134 |
"min_result": 200,
|
| 135 |
-
"best_result":
|
| 136 |
"best_model_id": "",
|
| 137 |
"passed_": False
|
| 138 |
},
|
|
@@ -141,7 +141,7 @@ def certification(hf_username):
|
|
| 141 |
"env": "Taxi-v3",
|
| 142 |
"library": "q-learning",
|
| 143 |
"min_result": 4,
|
| 144 |
-
"best_result":
|
| 145 |
"best_model_id": "",
|
| 146 |
"passed_": False
|
| 147 |
},
|
|
@@ -150,7 +150,7 @@ 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 |
},
|
|
@@ -159,7 +159,7 @@ def certification(hf_username):
|
|
| 159 |
"env": "CartPole-v1",
|
| 160 |
"library": "reinforce",
|
| 161 |
"min_result": 350,
|
| 162 |
-
"best_result":
|
| 163 |
"best_model_id": "",
|
| 164 |
"passed_": False
|
| 165 |
},
|
|
@@ -168,7 +168,7 @@ def certification(hf_username):
|
|
| 168 |
"env": "Pixelcopter-PLE-v0",
|
| 169 |
"library": "reinforce",
|
| 170 |
"min_result": 5,
|
| 171 |
-
"best_result":
|
| 172 |
"best_model_id": "",
|
| 173 |
"passed_": False
|
| 174 |
},
|
|
@@ -177,7 +177,7 @@ 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 |
},
|
|
@@ -186,7 +186,7 @@ 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 |
},
|
|
@@ -195,7 +195,7 @@ def certification(hf_username):
|
|
| 195 |
"env": "PandaReachDense",
|
| 196 |
"library": "stable-baselines3",
|
| 197 |
"min_result": -3.5,
|
| 198 |
-
"best_result": 0,
|
| 199 |
"best_model_id": "",
|
| 200 |
"passed_": False
|
| 201 |
},
|
|
@@ -204,7 +204,7 @@ 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 |
},
|
|
@@ -213,7 +213,7 @@ 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 |
},
|
|
@@ -222,7 +222,7 @@ 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 |
},
|
|
|
|
| 132 |
"env": "LunarLander-v2",
|
| 133 |
"library": "stable-baselines3",
|
| 134 |
"min_result": 200,
|
| 135 |
+
"best_result": 220,
|
| 136 |
"best_model_id": "",
|
| 137 |
"passed_": False
|
| 138 |
},
|
|
|
|
| 141 |
"env": "Taxi-v3",
|
| 142 |
"library": "q-learning",
|
| 143 |
"min_result": 4,
|
| 144 |
+
"best_result": 5,
|
| 145 |
"best_model_id": "",
|
| 146 |
"passed_": False
|
| 147 |
},
|
|
|
|
| 150 |
"env": "SpaceInvadersNoFrameskip-v4",
|
| 151 |
"library": "stable-baselines3",
|
| 152 |
"min_result": 200,
|
| 153 |
+
"best_result": 220,
|
| 154 |
"best_model_id": "",
|
| 155 |
"passed_": False
|
| 156 |
},
|
|
|
|
| 159 |
"env": "CartPole-v1",
|
| 160 |
"library": "reinforce",
|
| 161 |
"min_result": 350,
|
| 162 |
+
"best_result": 370,
|
| 163 |
"best_model_id": "",
|
| 164 |
"passed_": False
|
| 165 |
},
|
|
|
|
| 168 |
"env": "Pixelcopter-PLE-v0",
|
| 169 |
"library": "reinforce",
|
| 170 |
"min_result": 5,
|
| 171 |
+
"best_result": 10,
|
| 172 |
"best_model_id": "",
|
| 173 |
"passed_": False
|
| 174 |
},
|
|
|
|
| 177 |
"env": "ML-Agents-SnowballTarget",
|
| 178 |
"library": "ml-agents",
|
| 179 |
"min_result": -100,
|
| 180 |
+
"best_result": 110,
|
| 181 |
"best_model_id": "",
|
| 182 |
"passed_": False
|
| 183 |
},
|
|
|
|
| 186 |
"env": "ML-Agents-Pyramids",
|
| 187 |
"library": "ml-agents",
|
| 188 |
"min_result": -100,
|
| 189 |
+
"best_result": 110,
|
| 190 |
"best_model_id": "",
|
| 191 |
"passed_": False
|
| 192 |
},
|
|
|
|
| 195 |
"env": "PandaReachDense",
|
| 196 |
"library": "stable-baselines3",
|
| 197 |
"min_result": -3.5,
|
| 198 |
+
"best_result": 1.0,
|
| 199 |
"best_model_id": "",
|
| 200 |
"passed_": False
|
| 201 |
},
|
|
|
|
| 204 |
"env": "ML-Agents-SoccerTwos",
|
| 205 |
"library": "ml-agents",
|
| 206 |
"min_result": -100,
|
| 207 |
+
"best_result": 110,
|
| 208 |
"best_model_id": "",
|
| 209 |
"passed_": False
|
| 210 |
},
|
|
|
|
| 213 |
"env": "LunarLander-v2",
|
| 214 |
"library": "deep-rl-course",
|
| 215 |
"min_result": -500,
|
| 216 |
+
"best_result": 110,
|
| 217 |
"best_model_id": "",
|
| 218 |
"passed_": False
|
| 219 |
},
|
|
|
|
| 222 |
"env": "doom_health_gathering_supreme",
|
| 223 |
"library": "sample-factory",
|
| 224 |
"min_result": 5,
|
| 225 |
+
"best_result": 10,
|
| 226 |
"best_model_id": "",
|
| 227 |
"passed_": False
|
| 228 |
},
|