Commit
·
50fe873
1
Parent(s):
c48af24
Update app.py
Browse files
app.py
CHANGED
|
@@ -219,7 +219,7 @@ def certification(hf_username):
|
|
| 219 |
"unit": "Unit 8 PI",
|
| 220 |
"env": "LunarLander-v2",
|
| 221 |
"library": "deep-rl-course",
|
| 222 |
-
"min_result": -
|
| 223 |
"best_result": 0,
|
| 224 |
"best_model_id": "",
|
| 225 |
"passed_": False
|
|
|
|
| 219 |
"unit": "Unit 8 PI",
|
| 220 |
"env": "LunarLander-v2",
|
| 221 |
"library": "deep-rl-course",
|
| 222 |
+
"min_result": -500,
|
| 223 |
"best_result": 0,
|
| 224 |
"best_model_id": "",
|
| 225 |
"passed_": False
|