ThomasSimonini HF staff commited on
Commit
e7c8363
·
1 Parent(s): 4a3c77f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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": 100,
205
- "best_result": -100,
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
  },