Spaces:
Sleeping
Sleeping
| [ | |
| { | |
| "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]}", | |
| "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.\"}" | |
| }, | |
| { | |
| "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]}", | |
| "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.\"}" | |
| }, | |
| { | |
| "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]}", | |
| "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.\"}" | |
| }, | |
| { | |
| "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]}", | |
| "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.\"}" | |
| } | |
| ] |