| { | |
| "input": "Pick up the blue box and place it on the shelf.", | |
| "output": { | |
| "action": "pick_and_place", | |
| "object": "blue box", | |
| "destination": "shelf" | |
| } | |
| } |
| { | |
| "input": "Pick up the blue box and place it on the shelf.", | |
| "output": { | |
| "action": "pick_and_place", | |
| "object": "blue box", | |
| "destination": "shelf" | |
| } | |
| } |