AbstractPhil commited on
Commit
3074208
·
verified ·
1 Parent(s): 4e7b91c

exp012 s1: blob-on-eps 2-seed inert (conditioning hypothesis consistent); role-aligned gauge advantage holds both seeds; exp013 flow test running

Browse files
exp012_blob_supervised/README.md CHANGED
@@ -33,3 +33,13 @@ ready.
33
 
34
  **Caveats.** s0 (s1 running); one λ; one coupling form. Cost ≈ 1.6 GPU-h
35
  + 0.2h battery + R0b probes.
 
 
 
 
 
 
 
 
 
 
 
33
 
34
  **Caveats.** s0 (s1 running); one λ; one coupling form. Cost ≈ 1.6 GPU-h
35
  + 0.2h battery + R0b probes.
36
+
37
+ ---
38
+ ## SEED-1 (2026-07-18, `results_s1.json`) — BLOB-ON-EPS 2-SEED INERT;
39
+ ## THE GAUGE DISCOVERY HOLDS
40
+ s1: blob 0.112651 vs uniform 0.111528 (P1 MISS; s0 was +0.03%) — blob
41
+ supervision on the EPS substrate is inert-to-slightly-negative across
42
+ seeds, consistent with the conditioning hypothesis (x0 recovery divides by
43
+ vanishing sqrt(abar) at high noise). The multiband-vs-monolith role-aligned
44
+ advantage HOLDS both seeds (~0.112 vs 0.1234, ~10%). exp013 tests the same
45
+ coupling on the FLOW substrate (exact linear x0 recovery) — running.
exp012_blob_supervised/results_s1.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "lambda": 0.5,
4
+ "steps": 3000,
5
+ "batch": 16,
6
+ "seed": 1,
7
+ "coupling": "foreground-weighted LP-x0, HIGH band only"
8
+ },
9
+ "frozen": {
10
+ "val": 0.14243539798007987,
11
+ "per_band": {
12
+ "band0": 0.293931,
13
+ "band1": 0.071764,
14
+ "band2": 0.010422
15
+ },
16
+ "blob_gauge": {
17
+ "band0": 0.002656,
18
+ "band1": 0.021497,
19
+ "band2": 0.15549
20
+ }
21
+ },
22
+ "uniform_mb3": {
23
+ "val": 0.1352152533709159,
24
+ "per_band": {
25
+ "band0": 0.280633,
26
+ "band1": 0.066728,
27
+ "band2": 0.009562
28
+ },
29
+ "blob_gauge": {
30
+ "band0": 0.001986,
31
+ "band1": 0.015805,
32
+ "band2": 0.111528
33
+ }
34
+ },
35
+ "monolith": {
36
+ "val": 0.1341835820844608,
37
+ "per_band": {
38
+ "band0": 0.278893,
39
+ "band1": 0.065772,
40
+ "band2": 0.009564
41
+ },
42
+ "blob_gauge": {
43
+ "band0": 0.001943,
44
+ "band1": 0.015434,
45
+ "band2": 0.123388
46
+ }
47
+ },
48
+ "blob_mb3": {
49
+ "val": 0.13530488022570353,
50
+ "per_band": {
51
+ "band0": 0.280619,
52
+ "band1": 0.066738,
53
+ "band2": 0.00995
54
+ },
55
+ "blob_gauge": {
56
+ "band0": 0.001992,
57
+ "band1": 0.015616,
58
+ "band2": 0.112651
59
+ },
60
+ "val_toggled_off": 0.14243539798007987
61
+ },
62
+ "verdict": {
63
+ "P1_blob_gauge_high_band": {
64
+ "blob_mb3": 0.112651,
65
+ "uniform_mb3": 0.111528,
66
+ "hit": false
67
+ },
68
+ "P2_common_undegraded": true,
69
+ "common_val": {
70
+ "blob": 0.13530488022570353,
71
+ "uniform": 0.1352152533709159,
72
+ "mono": 0.1341835820844608
73
+ },
74
+ "note": "P4 (image battery on the blob ckpt) runs via dexp010 env; 1-seed CANDIDATE"
75
+ }
76
+ }