File size: 263 Bytes
c909264 | 1 2 3 4 5 6 7 | [
{ "instruction": "Pick up the object", "action": "grasp" },
{ "instruction": "Hold the object firmly", "action": "hold" },
{ "instruction": "Place the object down", "action": "release" },
{ "instruction": "Move the object forward", "action": "push" }
]
|