e6f7f632-dc34-46a0-9950-73071cf99c81
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 1327 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-066 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"
},
"best_path": [],
"path_value": 0,
"total_nodes": 93,
"deepest_node": "NODE-079",
"planning_path": [],
"explored_nodes": [
"NODE-001",
"NODE-002",
"NODE-003",
"NODE-004",
"NODE-005",
"NODE-006",
"NODE-007",
"NODE-008",
"NODE-009",
"NODE-010",
"NODE-011",
"NODE-012",
"NODE-013",
"NODE-014",
"NODE-015",
"NODE-016",
"NODE-017",
"NODE-018",
"NODE-019",
"NODE-020",
"NODE-021",
"NODE-022",
"NODE-023",
"NODE-024",
"NODE-025",
"NODE-026",
"NODE-027",
"NODE-028",
"NODE-029",
"NODE-030",
"NODE-031",
"NODE-032",
"NODE-033",
"NODE-034",
"NODE-035",
"NODE-036",
"NODE-037",
"NODE-038",
"NODE-039",
"NODE-040",
"NODE-041",
"NODE-042",
"NODE-043",
"NODE-044",
"NODE-045",
"NODE-046",
"NODE-047",
"NODE-048",
"NODE-049",
"NODE-050",
"NODE-051",
"NODE-052",
"NODE-053",
"NODE-054",
"NODE-055",
"NODE-056",
"NODE-057",
"NODE-058",
"NODE-059",
"NODE-060",
"NODE-061",
"NODE-062",
"NODE-063",
"NODE-064",
"NODE-065",
"NODE-066",
"NODE-067",
"NODE-068",
"NODE-069",
"NODE-070",
"NODE-071",
"NODE-072",
"NODE-073",
"NODE-074",
"NODE-075",
"NODE-076",
"NODE-077",
"NODE-078",
"NODE-079"
],
"resources_by_type": {
"fossil": 19,
"crystal": 7,
"mineral": 15,
"artifact": 16
},
"most_connected_node": "NODE-042",
"planning_path_biomes": 0,
"planning_path_energy": 0,
"total_resource_value": 5173
}No trajectory submitted. Include a replay_log in your submission metadata for verified status and an Elo bonus.