ThomasSimonini HF staff commited on
Commit
4a3c77f
1 Parent(s): 832ace7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -199,10 +199,10 @@ def certification(hf_username):
199
  },
200
  {
201
  "unit": "Unit 8 PI",
202
- "env": "GodotRL-JumperHard",
203
- "library": "cleanrl",
204
  "min_result": 100,
205
- "best_result": 0,
206
  "best_model_id": "",
207
  "passed_": False
208
  },
 
199
  },
200
  {
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
  },