File size: 747 Bytes
30ff0f3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "task_id": "virtualhome00002",
  "task_name": "Can't find my keyboard. Help me locate and show it?",
  "instruction": "I can't find my keyboard. Could you help me locate it and pick it up to show me?",
  "golden_actions": {
    "steps": 3,
    "actions": [
      "WalkForward(Medium)",
      "WalkForward(Large)",
      "Grab(keyboard)",
      "Done"
    ]
  },
  "scene": "6",
  "target_object_types": [
    "keyboard"
  ],
  "success_conditions": [
    {
      "type": "object_state",
      "object_type": "keyboard",
      "state": "isPickedUp",
      "value": true
    }
  ],
  "success_logic": "AND",
  "target_description": "I can't find my keyboard. Could you help me locate it and pick it up to show me?"
}