Create robot-energy-aware-tr-model
Browse files- robot-energy-aware-tr-model +20 -0
robot-energy-aware-tr-model
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Turkish Robot Energy Awareness Model
|
| 2 |
+
|
| 3 |
+
This lightweight decision model simulates robot behavior based on battery state.
|
| 4 |
+
|
| 5 |
+
The model is designed for embodied AI agents to:
|
| 6 |
+
|
| 7 |
+
- decide charging
|
| 8 |
+
- safe shutdown
|
| 9 |
+
- human notification
|
| 10 |
+
- recovery planning
|
| 11 |
+
|
| 12 |
+
Dataset source:
|
| 13 |
+
robot-human-interaction-tr-v1
|
| 14 |
+
{
|
| 15 |
+
"model_type": "rule-based",
|
| 16 |
+
"language": "tr",
|
| 17 |
+
"domain": "robotics",
|
| 18 |
+
"capabilities": ["energy-awareness", "safe-shutdown", "charging-decision"]
|
| 19 |
+
}
|
| 20 |
+
python>=3.8
|