Commit
·
ce83779
1
Parent(s):
24f2297
Add Unit 5
Browse files
app.py
CHANGED
@@ -161,6 +161,24 @@ def test_(hf_username):
|
|
161 |
"best_model_id": "",
|
162 |
"passed": False
|
163 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
]
|
165 |
for unit in results_certification:
|
166 |
# Get user model
|
|
|
161 |
"best_model_id": "",
|
162 |
"passed": False
|
163 |
},
|
164 |
+
{
|
165 |
+
"unit": "Unit 5",
|
166 |
+
"env": "ML-Agents-SnowballTarget",
|
167 |
+
"library": "ml-agents",
|
168 |
+
"min_result": -100,
|
169 |
+
"best_result": 0,
|
170 |
+
"best_model_id": "",
|
171 |
+
"passed": False
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"unit": "Unit 5",
|
175 |
+
"env": "ML-Agents-Pyramids",
|
176 |
+
"library": "ml-agents",
|
177 |
+
"min_result": -100,
|
178 |
+
"best_result": 0,
|
179 |
+
"best_model_id": "",
|
180 |
+
"passed": False
|
181 |
+
},
|
182 |
]
|
183 |
for unit in results_certification:
|
184 |
# Get user model
|