Create README.md
Browse files
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.
|