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
|
{
"args": {
"batch_size": 8,
"ckpt_name": "step_58590",
"ckpt_root": "/home/yurenh2/rrm/trm/checkpoints/Sudoku-extreme-1k-aug-1000-ACT-torch/pretrain_mlp_t_sudoku_official_gbs768_repro",
"label": "smoke_baseline",
"n_samples": 16,
"noise_distribution": "gaussian",
"out_prefix": "research/flossing/late_perturb_robustness/smoke_baseline",
"perturb": "both",
"perturb_afters": "0,8",
"rollouts": 2,
"seed": 20260606,
"sigmas": "0,0.01"
},
"config_global_batch_size": 768,
"data_path": "/home/yurenh2/rrm/data/sudoku-extreme-1k-aug-1000",
"n_samples": 16,
"perturb_afters": [
0,
8
],
"sigmas": [
0.0,
0.01
]
}
|