Spaces:
Sleeping
Sleeping
Update train/synthetic_data.json
Browse files- train/synthetic_data.json +18 -0
train/synthetic_data.json
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"prompt": "Current State: {\"agent_position\": 0, \"agent_energy\": 100, \"critical_sectors\": [12, 18], \"grid_health\": [100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 20, 100, 100, 100, 100, 100, 15, 100, 100, 100, 100, 100, 100]}",
|
| 4 |
+
"completion": "{\"action\": \"MOVE_E\", \"reasoning\": \"I am at the base with full energy. Sector 12 and 18 are critical. I will begin moving East toward the center of the grid to reach sector 12.\"}"
|
| 5 |
+
},
|
| 6 |
+
{
|
| 7 |
+
"prompt": "Current State: {\"agent_position\": 12, \"agent_energy\": 70, \"critical_sectors\": [12], \"grid_health\": [100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 25, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100]}",
|
| 8 |
+
"completion": "{\"action\": \"REPAIR\", \"reasoning\": \"I have reached sector 12, which has a health of 25. I will perform a repair action to restore this sector and prevent city collapse.\"}"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"prompt": "Current State: {\"agent_position\": 7, \"agent_energy\": 12, \"critical_sectors\": [], \"grid_health\": [100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100]}",
|
| 12 |
+
"completion": "{\"action\": \"MOVE_N\", \"reasoning\": \"My energy is critically low (12%). There are no active fires, so I must prioritize returning to the base at index 0 to recharge immediately.\"}"
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"prompt": "Current State: {\"agent_position\": 0, \"agent_energy\": 30, \"critical_sectors\": [5], \"grid_health\": [100, 100, 100, 100, 100, 10, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100]}",
|
| 16 |
+
"completion": "{\"action\": \"RECHARGE\", \"reasoning\": \"I am at the base (index 0) and my energy is low. I will recharge now to ensure I have enough power to reach and repair sector 5.\"}"
|
| 17 |
+
}
|
| 18 |
+
]
|