dda71427 commited on
Commit
70f0623
·
verified ·
1 Parent(s): a163335

Create bot_commands.json

Browse files
Files changed (1) hide show
  1. bot_commands.json +20 -0
bot_commands.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "instruction": "Ambil botol di meja",
4
+ "action": "pick_object",
5
+ "object": "botol",
6
+ "location": "meja"
7
+ },
8
+ {
9
+ "instruction": "Letakkan buku ke rak",
10
+ "action": "place_object",
11
+ "object": "buku",
12
+ "location": "rak"
13
+ },
14
+ {
15
+ "instruction": "Dorong kursi ke depan",
16
+ "action": "push_object",
17
+ "object": "kursi",
18
+ "direction": "depan"
19
+ }
20
+ ]