File size: 1,033 Bytes
f1720ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "task_id": "graph_node_classification",
  "name": "Graph Node Classification",
  "category": "Scientific Problems & ML",
  "base_image": "python",
  "platform": "linux/amd64",
  "internet": false,
  "cwd": "/home/workspace/045_graph_node_classification",
  "submit_paths": [
    "solution/solution.py"
  ],
  "submit_exclude": [
    "tests/",
    "**/__pycache__/**",
    "**/*.pyc"
  ],
  "work": {
    "image_tag": "4d2c1f502d14",
    "specs_dir": "/home/workspace/045_graph_node_classification",
    "agent_query": "Solve the graph node classification task described in `README.md` and `solution/problem.md`."
  },
  "judge": {
    "image_tag": "f2ddd52992ae",
    "eval_cmd": "cd /home/workspace/045_graph_node_classification && CUDA_VISIBLE_DEVICES= NVIDIA_VISIBLE_DEVICES=none python judge_eval.py",
    "eval_timeout": 1800,
    "parser": "structured_json",
    "score_direction": "maximize",
    "selection": "valid_then_score",
    "rescale": {
      "kind": "linear",
      "lower": 0.0,
      "upper": 1.0
    }
  }
}