Yinpei commited on
Commit
fae4f69
·
1 Parent(s): 8590832

update task hint

Browse files
Files changed (1) hide show
  1. gradio-web/note_content.py +8 -12
gradio-web/note_content.py CHANGED
@@ -50,7 +50,7 @@ Select "Ground Truth Action" if you need help, then "Execute" it.
50
  For example, to stop the cube on the target on its third visit, a typical action sequence is:
51
  1. move above the button to prepare.
52
  2. remain static (count how many times the cube passes the target, may select "remain static" multiple times).
53
- 3. when the cube is about to reach the target for the third time, press the button to stop. You need to anticipate the time duration of pressing.
54
 
55
  Select "Ground Truth Action" if you need help, then "Execute" it.
56
  """,
@@ -67,7 +67,7 @@ Select "Ground Truth Action" if you need help, then "Execute" it.
67
  """,
68
 
69
  "BinFill": """\
70
- Suppose the task is to pick two red cubes and put them into the bin, a typical sequence:
71
  1. pick up a red cube (click to select), then put it in the bin.
72
  2. pick up another red cube (click to select), then put it in the bin.
73
  3. press the button to stop.
@@ -78,8 +78,7 @@ Select "Ground Truth Action" if you need help, then "Execute" it.
78
  "VideoUnmaskSwap": """\
79
  Watch the video where the cubes are hidden by containers. Memorize each cube's color. Track the swap of containers.
80
  Typical sequence:
81
- 1. pick up a container (click to select), then drop it.
82
- Repeat for a second container if the goal is to find two cubes.
83
 
84
  Select "Ground Truth Action" if you need help, then "Execute" it.
85
  """,
@@ -88,7 +87,6 @@ Select "Ground Truth Action" if you need help, then "Execute" it.
88
  Watch the video where the cubes are hidden by containers. Memorize each cube's color.
89
  Typical sequence:
90
  1. pick up a container (click to select), then put it down.
91
- Repeat for a second container if the goal is to find two cubes.
92
 
93
  Select "Ground Truth Action" if you need help, then "Execute" it.
94
  """,
@@ -96,9 +94,8 @@ Select "Ground Truth Action" if you need help, then "Execute" it.
96
  "ButtonUnmaskSwap": """\
97
  Press the buttons. While doing so, cubes are hidden in containers. Memorize each cube's color. Track the swap of containers.
98
  Typical sequence:
99
- 1. press the first button, then the second.
100
- 2. pick up a container (click to select), then drop it.
101
- Repeat for a second container if the goal is to find two cubes.
102
 
103
  Select "Ground Truth Action" if you need help, then "Execute" it.
104
  """,
@@ -107,8 +104,7 @@ Select "Ground Truth Action" if you need help, then "Execute" it.
107
  Press the button first. While doing so, cubes are hidden in containers. Memorize each cube's color.
108
  Typical sequence:
109
  1. press the button.
110
- 2. pick up a container (click to select), then drop it.
111
- Repeat for a second container if the goal is to find two cubes.
112
 
113
  Select "Ground Truth Action" if you need help, then "Execute" it.
114
  """,
@@ -117,7 +113,7 @@ Select "Ground Truth Action" if you need help, then "Execute" it.
117
  Remember which cube was picked in the video, then pick it again. Cube positions may be swapped.
118
  Typical sequence:
119
  1. pick up the correct cube (click to select by color)
120
- 2. put it on the table.
121
  3. repeat step 1-2 for the required number of times.
122
  4. press the button to stop.
123
 
@@ -157,7 +153,7 @@ Select "Ground Truth Action" if you need help, then "Execute" it.
157
  The video shows a robot inserting a peg into a hole. The peg has two colored parts. Pick the correct part and insert from the correct side.
158
  Typical sequence:
159
  1. pick up the peg (click to select correct peg and part).
160
- 2. insert it into the hole on the left.
161
 
162
  Spatial directions (left, right) follow the robot base frame.
163
  Select "Ground Truth Action" if you need help, then "Execute" it.
 
50
  For example, to stop the cube on the target on its third visit, a typical action sequence is:
51
  1. move above the button to prepare.
52
  2. remain static (count how many times the cube passes the target, may select "remain static" multiple times).
53
+ 3. when the cube is about to reach the target for the third time, press the button to stop.
54
 
55
  Select "Ground Truth Action" if you need help, then "Execute" it.
56
  """,
 
67
  """,
68
 
69
  "BinFill": """\
70
+ For example, to pick two red cubes and put them into the bin, a typical action sequence is:
71
  1. pick up a red cube (click to select), then put it in the bin.
72
  2. pick up another red cube (click to select), then put it in the bin.
73
  3. press the button to stop.
 
78
  "VideoUnmaskSwap": """\
79
  Watch the video where the cubes are hidden by containers. Memorize each cube's color. Track the swap of containers.
80
  Typical sequence:
81
+ 1. pick up a container (click to select), then put it down.
 
82
 
83
  Select "Ground Truth Action" if you need help, then "Execute" it.
84
  """,
 
87
  Watch the video where the cubes are hidden by containers. Memorize each cube's color.
88
  Typical sequence:
89
  1. pick up a container (click to select), then put it down.
 
90
 
91
  Select "Ground Truth Action" if you need help, then "Execute" it.
92
  """,
 
94
  "ButtonUnmaskSwap": """\
95
  Press the buttons. While doing so, cubes are hidden in containers. Memorize each cube's color. Track the swap of containers.
96
  Typical sequence:
97
+ 1. press the first button and the second button
98
+ 3. pick up a container (click to select), then put it down.
 
99
 
100
  Select "Ground Truth Action" if you need help, then "Execute" it.
101
  """,
 
104
  Press the button first. While doing so, cubes are hidden in containers. Memorize each cube's color.
105
  Typical sequence:
106
  1. press the button.
107
+ 2. pick up a container (click to select), then put it down.
 
108
 
109
  Select "Ground Truth Action" if you need help, then "Execute" it.
110
  """,
 
113
  Remember which cube was picked in the video, then pick it again. Cube positions may be swapped.
114
  Typical sequence:
115
  1. pick up the correct cube (click to select by color)
116
+ 2. put it down.
117
  3. repeat step 1-2 for the required number of times.
118
  4. press the button to stop.
119
 
 
153
  The video shows a robot inserting a peg into a hole. The peg has two colored parts. Pick the correct part and insert from the correct side.
154
  Typical sequence:
155
  1. pick up the peg (click to select correct peg and part).
156
+ 2. insert the peg from the left / right side
157
 
158
  Spatial directions (left, right) follow the robot base frame.
159
  Select "Ground Truth Action" if you need help, then "Execute" it.