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
|
{
"args": {
"batch_size": 32,
"ckpt_name": "step_35805",
"ckpt_root": "/home/yurenh2/rrm/trm/checkpoints/Sudoku-extreme-1k-aug-1000-ACT-torch/pretrain_mlp_t_sudoku_official_gbs768_multi4_loguniform_repro",
"label": "trm_multi4_best",
"n_samples": 3000,
"noise_distribution": "gaussian",
"out_prefix": "research/flossing/late_perturb_robustness/trm_multi4_best_step35805_n3000_k8_late",
"perturb": "both",
"perturb_afters": "0,4,8,12,15",
"rollouts": 8,
"seed": 20260606,
"sigmas": "0,0.001,0.003,0.01,0.03,0.1"
},
"config_global_batch_size": 768,
"data_path": "/home/yurenh2/rrm/data/sudoku-extreme-1k-aug-1000",
"n_samples": 3000,
"perturb_afters": [
0,
4,
8,
12,
15
],
"sigmas": [
0.0,
0.001,
0.003,
0.01,
0.03,
0.1
]
}
|