Commit
·
b81532f
1
Parent(s):
6c73db9
Update app.py
Browse files
app.py
CHANGED
@@ -216,9 +216,9 @@ def certification(hf_username, first_name, last_name):
|
|
216 |
},
|
217 |
{
|
218 |
"unit": "Unit 8 PI",
|
219 |
-
"env": "
|
220 |
-
"library": "
|
221 |
-
"min_result":
|
222 |
"best_result": 0,
|
223 |
"best_model_id": "",
|
224 |
"passed_": False
|
|
|
216 |
},
|
217 |
{
|
218 |
"unit": "Unit 8 PI",
|
219 |
+
"env": "LunarLander-v2",
|
220 |
+
"library": "deep-rl-course",
|
221 |
+
"min_result": -200,
|
222 |
"best_result": 0,
|
223 |
"best_model_id": "",
|
224 |
"passed_": False
|