Create model_config.json
Browse files- model_config.json +9 -0
model_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "humanoid-network-resilience-core",
|
| 3 |
+
"model_type": "self-healing-controller",
|
| 4 |
+
"fault_detection": true,
|
| 5 |
+
"auto_recovery": true,
|
| 6 |
+
"rerouting_enabled": true,
|
| 7 |
+
"compatible_dataset": "humanoid-network-self-healing-dataset",
|
| 8 |
+
"version": "1.0.0"
|
| 9 |
+
}
|