hoangs commited on
Commit
0806d78
·
verified ·
1 Parent(s): 6fc10e6

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # viet-robot-nav-instructions
2
+
3
+ A small dataset of Vietnamese navigation instructions for home robots.
4
+
5
+ Each row contains:
6
+ - `id`: row id
7
+ - `instruction_vi`: navigation instruction in Vietnamese
8
+ - `instruction_en`: English translation of the instruction
9
+ - `target_room`: target room or area
10
+ - `path_type`: type of path (direct, multi_step, shortest, around, wall_follow, tour)
11
+ - `has_obstacle`: whether the instruction mentions obstacles (yes/no)
12
+
13
+ The dataset is manually written for educational and prototyping purposes.
14
+
15
+ ## License
16
+
17
+ MIT