ariefansclub commited on
Commit
7016dd3
·
verified ·
1 Parent(s): 9682eed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: mit
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