seto4 commited on
Commit
029cee1
·
verified ·
1 Parent(s): 980be78

Create data.json

Browse files
Files changed (1) hide show
  1. data.json +17 -0
data.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "task": "pick_object",
4
+ "object": "cup",
5
+ "description": "The humanoid robot picks up a cup from the table."
6
+ },
7
+ {
8
+ "task": "place_object",
9
+ "object": "book",
10
+ "description": "The robot places the book on the shelf."
11
+ },
12
+ {
13
+ "task": "carry_object",
14
+ "object": "box",
15
+ "description": "The robot carries the box carefully to another location."
16
+ }
17
+ ]