Create robot_toy_interactions.json
Browse files- robot_toy_interactions.json +18 -0
robot_toy_interactions.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "toy_robot_interactions",
|
| 3 |
+
"description": "Human interaction commands for toy robots",
|
| 4 |
+
"data": [
|
| 5 |
+
{
|
| 6 |
+
"user_input": "maju",
|
| 7 |
+
"robot_response": "moving forward"
|
| 8 |
+
},
|
| 9 |
+
{
|
| 10 |
+
"user_input": "belok kiri",
|
| 11 |
+
"robot_response": "turning left"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"user_input": "berhenti",
|
| 15 |
+
"robot_response": "stopping"
|
| 16 |
+
}
|
| 17 |
+
]
|
| 18 |
+
}
|