Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
tags:
|
| 5 |
+
- planning
|
| 6 |
+
- agent
|
| 7 |
+
- robotics
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Humanoid Task Planner Model
|
| 11 |
+
|
| 12 |
+
A task-planning model template for humanoid robots and autonomous agents.
|
| 13 |
+
Transforms high-level goals into structured execution plans.
|
| 14 |
+
|
| 15 |
+
## Use Cases
|
| 16 |
+
- Task decomposition
|
| 17 |
+
- Autonomous planning
|
| 18 |
+
- Robotics workflow management
|
| 19 |
+
|
| 20 |
+
## Note
|
| 21 |
+
Lightweight reference implementation.
|
| 22 |
+
|
| 23 |
+
## License
|
| 24 |
+
MIT
|