Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
tags: [humanoid, warehouse, planning, action, robotics]
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Warehouse Action Planner
|
| 8 |
+
|
| 9 |
+
This model converts warehouse task intents
|
| 10 |
+
into abstract, executable action sequences
|
| 11 |
+
for humanoid robots.
|
| 12 |
+
|
| 13 |
+
## Capabilities
|
| 14 |
+
- Task-to-action translation
|
| 15 |
+
- Industrial workflow planning
|
| 16 |
+
- Hardware-independent execution planning
|
| 17 |
+
|
| 18 |
+
## Input
|
| 19 |
+
- Inferred task intent
|
| 20 |
+
|
| 21 |
+
## Output
|
| 22 |
+
- Abstract warehouse action sequence
|
| 23 |
+
|
| 24 |
+
## Part of
|
| 25 |
+
Humanoid Network (HAN)
|
| 26 |
+
|
| 27 |
+
## License
|
| 28 |
+
MIT
|