Commit
·
e7c8363
1
Parent(s):
4a3c77f
Update app.py
Browse files
app.py
CHANGED
@@ -201,8 +201,8 @@ def certification(hf_username):
|
|
201 |
"unit": "Unit 8 PI",
|
202 |
"env": "LunarLander-v2",
|
203 |
"library": "deep-rl-course",
|
204 |
-
"min_result":
|
205 |
-
"best_result":
|
206 |
"best_model_id": "",
|
207 |
"passed_": False
|
208 |
},
|
|
|
201 |
"unit": "Unit 8 PI",
|
202 |
"env": "LunarLander-v2",
|
203 |
"library": "deep-rl-course",
|
204 |
+
"min_result": -200,
|
205 |
+
"best_result": 0,
|
206 |
"best_model_id": "",
|
207 |
"passed_": False
|
208 |
},
|