Commit
·
50e8b08
1
Parent(s):
5ab05b2
Add unit 6 certification verification
Browse files
app.py
CHANGED
@@ -179,6 +179,24 @@ def test_(hf_username):
|
|
179 |
"best_model_id": "",
|
180 |
"passed": False
|
181 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
]
|
183 |
for unit in results_certification:
|
184 |
# Get user model
|
|
|
179 |
"best_model_id": "",
|
180 |
"passed": False
|
181 |
},
|
182 |
+
{
|
183 |
+
"unit": "Unit 6",
|
184 |
+
"env": "AntBulletEnv-v0",
|
185 |
+
"library": "stable-baselines3",
|
186 |
+
"min_result": 650,
|
187 |
+
"best_result": 0,
|
188 |
+
"best_model_id": "",
|
189 |
+
"passed": False
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"unit": "Unit 6",
|
193 |
+
"env": "PandaReachDense-v2",
|
194 |
+
"library": "stable-baselines3",
|
195 |
+
"min_result": -3.5,
|
196 |
+
"best_result": 0,
|
197 |
+
"best_model_id": "",
|
198 |
+
"passed": False
|
199 |
+
},
|
200 |
]
|
201 |
for unit in results_certification:
|
202 |
# Get user model
|