Commit
·
792907f
1
Parent(s):
50e8b08
Add unit 7
Browse files
app.py
CHANGED
|
@@ -197,6 +197,15 @@ def test_(hf_username):
|
|
| 197 |
"best_model_id": "",
|
| 198 |
"passed": False
|
| 199 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 200 |
]
|
| 201 |
for unit in results_certification:
|
| 202 |
# Get user model
|
|
|
|
| 197 |
"best_model_id": "",
|
| 198 |
"passed": False
|
| 199 |
},
|
| 200 |
+
{
|
| 201 |
+
"unit": "Unit 7",
|
| 202 |
+
"env": "ML-Agents-SoccerTwos",
|
| 203 |
+
"library": "ml-agents",
|
| 204 |
+
"min_result": -100,
|
| 205 |
+
"best_result": 0,
|
| 206 |
+
"best_model_id": "",
|
| 207 |
+
"passed": False
|
| 208 |
+
},
|
| 209 |
]
|
| 210 |
for unit in results_certification:
|
| 211 |
# Get user model
|