File size: 713 Bytes
9018efa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Task config for Frontier-CS algorithmic problems.
# Override problem_id at runtime:
#   python shinka/launch_hydra.py +evaluate_function.problem_id=42

evaluate_function:
  _target_: tasks.frontier_cs_entry.evaluate_algorithmic.main
  program_path: ???
  results_dir: ???
  problem_id: "0"
  judge_url: "http://localhost:8081"
  frontier_cs_dir: "tasks/Frontier-CS"

distributed_job_config:
  _target_: shinka.launch.LocalJobConfig
  eval_program_path: "shinka/eval_hydra.py"

evo_config:
  task_sys_msg: "auto"
  language: "cpp"
  init_program_path: "auto"
  job_type: "local"
  evaluator_module: "tasks.frontier_cs_entry.evaluate_algorithmic"
  evaluator_function: "main"

exp_name: "frontier_cs_algorithmic"