Create model_config.json
Browse files- model_config.json +9 -0
model_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "humanoid-dynamic-task-allocator",
|
| 3 |
+
"model_type": "distributed-coordinator",
|
| 4 |
+
"allocation_strategy": "skill-energy-priority",
|
| 5 |
+
"supports_multi_unit": true,
|
| 6 |
+
"real_time_decision": true,
|
| 7 |
+
"compatible_dataset": "humanoid-task-allocation-dataset",
|
| 8 |
+
"version": "1.0.0"
|
| 9 |
+
}
|