AroticMerch commited on
Commit
62e3140
·
verified ·
1 Parent(s): 50cbda6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -3
README.md CHANGED
@@ -1,3 +1,28 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: mit
4
+ tags:
5
+ - humanoid
6
+ - planning
7
+ - robotics
8
+ - ai-agent
9
+ ---
10
+
11
+ # Humanoid Task Planner Core
12
+
13
+ AI model that generates structured task execution plans
14
+ for humanoid agents based on defined goals and constraints.
15
+
16
+ ## Capabilities
17
+
18
+ - Goal-to-step planning
19
+ - Constraint-aware reasoning
20
+ - Sequential action generation
21
+
22
+ ## Model File
23
+
24
+ config.json
25
+
26
+ ## License
27
+
28
+ MIT