seto4 commited on
Commit
f3800b0
·
verified ·
1 Parent(s): 58ce074

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,3 +1,20 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - robotics
5
+ - text-generation
6
+ language:
7
+ - en
8
+ ---
9
+ # Robot Navigation Instructions – Basic
10
+
11
+ This dataset contains simple navigation instructions for robots.
12
+ Each sample maps a natural language command to an expected navigation behavior.
13
+
14
+ ## Fields
15
+ - instruction: navigation command
16
+ - input: optional context
17
+ - output: expected robot action
18
+
19
+ ## Intended Use
20
+ Training or testing basic robot navigation and instruction-following models.