K00B404 commited on
Commit
0580989
1 Parent(s): a5852f1

Update English_Navigation

Browse files
Files changed (1) hide show
  1. English_Navigation +12 -2
English_Navigation CHANGED
@@ -1,3 +1,13 @@
1
  visual_description, navigation_command
2
- "a wooden bench sitting in the middle of a walkway", "TurnLeft|StepForward|TurnRight"
3
- "a wooden bench sitting in the middle of a walkway", "TurnRight|StepForward|TurnLeft"
 
 
 
 
 
 
 
 
 
 
 
1
  visual_description, navigation_command
2
+ "stop","Stop"
3
+ "forward","StepForward"
4
+ "left","TurnLeft"
5
+ "right","TurnRight"
6
+ "backward","StepBackward"
7
+ "idle","Idle"
8
+ "a wooden bench sitting in the middle of a walkway", "TurnLeft"
9
+ "a wooden bench sitting in the middle of a walkway", "TurnRight"
10
+ "a wooden bench sitting in the middle of a walkway", "StepForward"
11
+ "a wall is in front","TurnRight"
12
+ "a wall is in front","TurnLeft"
13
+