Caplin43 commited on
Commit
61cd3df
·
verified ·
1 Parent(s): d7cf1c5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - id
5
+ tags:
6
+ - robotics
7
+ - navigation
8
+ - indonesian
9
+ task_categories:
10
+ - text2text-generation
11
+ ---
12
+
13
+ # IndoRobo-Navigation-Dataset-v1
14
+
15
+ Indonesian navigation instruction dataset for humanoid robots.
16
+
17
+ ## Fields
18
+
19
+ - instruction: Navigation command
20
+ - action: Structured movement output (JSON)
21
+
22
+ ## Example
23
+
24
+ Instruction:
25
+ "Pergi ke dapur"
26
+
27
+ Action:
28
+ {
29
+ "action": "navigate",
30
+ "destination": "dapur"
31
+ }