-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathconfig.json
More file actions
65 lines (65 loc) · 1.68 KB
/
config.json
File metadata and controls
65 lines (65 loc) · 1.68 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"job_name": "2026-03-09__12-08-37",
"jobs_dir": "jobs",
"n_attempts": 1,
"timeout_multiplier": 1.0,
"debug": false,
"orchestrator": {
"type": "local",
"n_concurrent_trials": 4,
"quiet": false,
"retry": {
"max_retries": 3,
"include_exceptions": null,
"exclude_exceptions": [
"RewardFileEmptyError",
"VerifierOutputParseError",
"AgentTimeoutError",
"RewardFileNotFoundError",
"VerifierTimeoutError"
],
"wait_multiplier": 1.0,
"min_wait_sec": 1.0,
"max_wait_sec": 60.0
},
"kwargs": {}
},
"environment": {
"type": "docker",
"import_path": null,
"force_build": false,
"delete": true,
"override_cpus": null,
"override_memory_mb": null,
"override_storage_mb": null,
"override_gpus": null,
"suppress_override_warnings": false,
"kwargs": {}
},
"verifier": {
"override_timeout_sec": null,
"max_timeout_sec": null,
"disable": false
},
"metrics": [],
"agents": [
{
"name": null,
"import_path": "agents.pochi:Pochi",
"model_name": "zai/glm-4.7",
"override_timeout_sec": null,
"override_setup_timeout_sec": null,
"max_timeout_sec": null,
"kwargs": {}
}
],
"datasets": [
{
"task_names": null,
"exclude_task_names": null,
"n_tasks": null,
"path": "../jj-benchmark/tasks"
}
],
"tasks": []
}