Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,47 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
tags: [humanoid, load-balancing, cooperation, decentralized-ai, resource-management]
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Humanoid Cooperative Load Redistribution Dataset
|
| 8 |
+
|
| 9 |
+
This dataset models task load imbalance
|
| 10 |
+
across humanoid nodes
|
| 11 |
+
and cooperative redistribution behavior.
|
| 12 |
+
|
| 13 |
+
It captures workload saturation,
|
| 14 |
+
capacity thresholds,
|
| 15 |
+
and redistribution negotiation outcomes.
|
| 16 |
+
|
| 17 |
+
## Objective
|
| 18 |
+
|
| 19 |
+
To enable adaptive load balancing
|
| 20 |
+
and prevent node overload
|
| 21 |
+
in distributed humanoid networks.
|
| 22 |
+
|
| 23 |
+
## Data Fields
|
| 24 |
+
|
| 25 |
+
- node_id
|
| 26 |
+
- current_task_load
|
| 27 |
+
- max_capacity_threshold
|
| 28 |
+
- overload_risk_score
|
| 29 |
+
- redistribution_request_sent
|
| 30 |
+
- redistribution_partner_id
|
| 31 |
+
- load_transfer_amount
|
| 32 |
+
- post_transfer_stability_score
|
| 33 |
+
|
| 34 |
+
## Use Cases
|
| 35 |
+
|
| 36 |
+
- Dynamic load balancing models
|
| 37 |
+
- Overload prevention systems
|
| 38 |
+
- Cooperative negotiation engines
|
| 39 |
+
- Stability optimization modules
|
| 40 |
+
|
| 41 |
+
## Part of
|
| 42 |
+
|
| 43 |
+
Humanoid Network (HAN)
|
| 44 |
+
|
| 45 |
+
## License
|
| 46 |
+
|
| 47 |
+
MIT
|