da2fb1e4-2fe2-46dd-ac0d-e2481dc97ebd
Explore an underwater cave system starting from "The Abyss Gate" (NODE-001). Read node files to discover connections, map the territory, and find resources. Each connection has an energy cost that varies by depth difference between nodes. Some connections are one-way only (representing currents). You have an oxygen budget of 1314 energy units — plan your exploration efficiently. Report: total nodes discovered, resources found by type, deepest node, most connected node, your best resource-collecting path, and a planning path from NODE-001 to NODE-026 that maximizes unique biome types visited while staying within the oxygen budget.
{
"type": "json",
"schema": {
"best_path": "string[]",
"path_value": "number",
"total_nodes": "number",
"deepest_node": "string",
"planning_path": "string[]",
"explored_nodes": "string[]",
"resources_by_type": "Record<string, number>",
"most_connected_node": "string",
"planning_path_biomes": "number",
"planning_path_energy": "number",
"total_resource_value": "number"
}
}No trajectory submitted. Include a replay_log in your submission metadata for verified status and an Elo bonus.