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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
{
"config": {
"depths": [
1,
2,
3,
4,
6
],
"reference_depth": 2,
"reference_width": 64,
"input_dim": 16,
"output_dim": 4,
"train_samples": 64,
"data_seed": 2027,
"init_seeds": 4,
"feedback_seeds": 8,
"lr": 0.001,
"horizon": 50,
"early_step": 20,
"feedback_scale": "relu",
"torch_threads": 16,
"outdir": "outputs/parameter_matched_depth_control"
},
"target_parameter_count": 5376,
"widths": {
"1": 269,
"2": 64,
"3": 47,
"4": 39,
"6": 31
},
"rows": 160,
"summary": [
{
"depth": 1,
"width": 269,
"parameter_count": 5380,
"parameter_count_error": 4,
"rows": 32,
"empirical_gap_mean": 0.026953786074590577,
"empirical_gap_sem": 0.0022553504520306977
},
{
"depth": 2,
"width": 64,
"parameter_count": 5376,
"parameter_count_error": 0,
"rows": 32,
"empirical_gap_mean": 0.15269740556020456,
"empirical_gap_sem": 0.008216419464559012
},
{
"depth": 3,
"width": 47,
"parameter_count": 5358,
"parameter_count_error": -18,
"rows": 32,
"empirical_gap_mean": 0.18856967743462033,
"empirical_gap_sem": 0.018802584522977586
},
{
"depth": 4,
"width": 39,
"parameter_count": 5343,
"parameter_count_error": -33,
"rows": 32,
"empirical_gap_mean": 0.3759898486718967,
"empirical_gap_sem": 0.08952657011258613
},
{
"depth": 6,
"width": 31,
"parameter_count": 5425,
"parameter_count_error": 49,
"rows": 32,
"empirical_gap_mean": 0.21024145069120792,
"empirical_gap_sem": 0.029533408014583252
}
]
}
|