Edy500 commited on
Commit
cd64688
·
verified ·
1 Parent(s): 4591b49

Add data.json

Browse files
Files changed (1) hide show
  1. data.json +6 -0
data.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [
2
+ {"instruction":"Move forward","input":"Two steps","output":"The humanoid robot walks forward two controlled steps and stabilizes."},
3
+ {"instruction":"Turn right","input":"","output":"The humanoid robot rotates its body 90 degrees to the right while keeping balance."},
4
+ {"instruction":"Pick up item","input":"Small object on the table","output":"The humanoid robot reaches, grasps the object securely, and lifts it smoothly."},
5
+ {"instruction":"Enter idle mode","input":"No tasks","output":"The humanoid robot stands still in a neutral posture, ready for the next command."}
6
+ ]