Create model_config.json
Browse files- model_config.json +9 -0
model_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "humanoid-simulation-engine",
|
| 3 |
+
"model_type": "environment-simulator",
|
| 4 |
+
"supports_dynamic_obstacles": true,
|
| 5 |
+
"complexity_scaling": true,
|
| 6 |
+
"virtual_testing": true,
|
| 7 |
+
"compatible_dataset": "humanoid-simulation-environment-dataset",
|
| 8 |
+
"version": "1.0.0"
|
| 9 |
+
}
|