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
|
{
"args": {
"batch_size": 32,
"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": "trm_baseline_best",
"n_samples": 5000,
"noise_distribution": "gaussian",
"out_prefix": "research/flossing/initial_perturb_robustness/trm_baseline_best_step58590_n5000_k8",
"perturb": "both",
"rollouts": 8,
"seed": 20260605,
"sigmas": "0,0.00003,0.0001,0.0003,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": 5000,
"sigmas": [
0.0,
3e-05,
0.0001,
0.0003,
0.001,
0.003,
0.01,
0.03,
0.1
]
}
|