Caplin43 commited on
Commit
566de16
·
verified ·
1 Parent(s): c8b7674

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # HAN Motion Command Dataset
2
+
3
+ A structured dataset for humanoid robot motion command learning.
4
+
5
+ ## Structure
6
+ - train.jsonl
7
+ - test.jsonl
8
+
9
+ ## Fields
10
+ - command (string)
11
+ - speed / angle / duration (numeric)
12
+ - action (string label)
13
+
14
+ ## Purpose
15
+ Created for HAN Network training data submission.