B111ue commited on
Commit
505f93f
·
verified ·
1 Parent(s): 77e82fd

Add files using upload-large-folder tool

Browse files
ablations/table7/e4_k4/PROTOCOL.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Table 7 structural ablation: e4_k4
2
+
3
+ - Experts: 4
4
+ - Top-k: 4
5
+ - Training: All-5 task-balanced WeightedRandomSampler, global batch 40, 120,000 optimizer updates.
6
+ - Optimizer and schedule: body LR 2e-4, router LR 3e-4, warmup 500, full 120k cosine schedule.
7
+ - Capability counterfactual: once every four optimizer updates.
8
+ - Input: one local 640x480 wrist RGB-D stream and own qpos; no agent/task ID, communication or peer state.
9
+ - Normalization: embedded qpos/action statistics are numerically identical to the published Stereo-CoRE 120k checkpoint.
10
+ - Evaluation: All-5 Frozen-100, SR@1, 1500 steps, ever-success, no retry.
11
+ - Source formal checkpoint SHA-256: `3b41f27f3cd4b6c09aa19f7bdd8256466cdd984460b2acab4738ce25bc5cdb54`
12
+ - Model-state tensor SHA-256: `c7fa4f315410fb3b0b7a2ef75bf1b1b2c2ee05c26de4a7dfd756072151bf2d5b`
13
+
14
+ The public checkpoint differs from the internal formal artifact only by sanitization of private filesystem strings.
ablations/table7/e4_k4/SHA256SUMS ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ ab5d7a46a0b1570549fb1aa91a4f7af29c1c7b541287c7929a8a4058200a9ebd checkpoint_120000.pt
2
+ 4fd1d13f0a774fdc251b5b12ee316bcd42c32a22f9d6983957b0f67f9e33ab95 config.json
3
+ 216dc37fdf85c0fca0b17d2b423336f49f7ed8397d8193f73dd17bab6f6ccfd9 normalization.pt
4
+ 0ca27177607adc930ccc5a4ccceb4695865299ef174bf46f2c68c7d8abc6d227 PROTOCOL.md
ablations/table7/e4_k4/checkpoint_120000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab5d7a46a0b1570549fb1aa91a4f7af29c1c7b541287c7929a8a4058200a9ebd
3
+ size 822531124
ablations/table7/e4_k4/config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data": "not distributed; same locked All-5 corpus/protocol as published Stereo-CoRE",
3
+ "normalization": "embedded stats; numerically identical to published Stereo-CoRE 120k normalization",
4
+ "teacher": "not used because relation_weight=0",
5
+ "output": "ablations/table7/e4_k4",
6
+ "updates": 120000,
7
+ "batch_size": 40,
8
+ "lr": 0.0002,
9
+ "router_lr": 0.0003,
10
+ "warmup": 500,
11
+ "beta": 0.001,
12
+ "relation_weight": 0.0,
13
+ "capability_weight": 0.05,
14
+ "specialization_weight": 0.0,
15
+ "anchor_weight": 0.0,
16
+ "counterfactual_every": 4,
17
+ "discovery_fraction": 0.3,
18
+ "cache_episodes": 16,
19
+ "block_updates": 64,
20
+ "sampler_mode": "weighted_items",
21
+ "workers": 8,
22
+ "prefetch_factor": 2,
23
+ "persistent_h5": true,
24
+ "save_updates": "60000,80000,100000,120000",
25
+ "log_every": 50,
26
+ "seed": 20260801,
27
+ "experiment_label": "e4_k4",
28
+ "gpu_label": "single_gpu",
29
+ "experts": 4,
30
+ "top_k": 4,
31
+ "micro_batch_size": 40,
32
+ "gradient_accumulation": 1,
33
+ "allow_preflight": false,
34
+ "policy_variant": "stereo_pair_route",
35
+ "training": "from scratch",
36
+ "parallelism": "single RTX 5090",
37
+ "global_batch": 40,
38
+ "sample_budget": 4800000,
39
+ "optimizer_updates": 120000,
40
+ "horizon": 100,
41
+ "enc_layers": 4,
42
+ "dec_layers": 7,
43
+ "activation_micro_batch": 40,
44
+ "counterfactual_contract": "at most one capability counterfactual call per optimizer update",
45
+ "camera_width": 640,
46
+ "camera_height": 480,
47
+ "patch_grid": [
48
+ 30,
49
+ 40
50
+ ],
51
+ "depth_storage_unit": "millimeters",
52
+ "depth_to_meters_scale": 0.001,
53
+ "strict_policy_input": "single local panda_hand wrist RGB-D and own qpos; no ID/language/communication/global/peer/right-camera",
54
+ "training_only_signal": {
55
+ "synchronized_action_relation_teacher": false,
56
+ "real_target_counterfactual_expert_error": true,
57
+ "specialization_regularizer": false,
58
+ "stable_capability_anchor": false
59
+ },
60
+ "three_agent_batch_contract": "not applicable: relation supervision disabled for weighted local items",
61
+ "task_sampling": "All-3-style hierarchical task-balanced WeightedRandomSampler; tasks interleaved within every batch",
62
+ "source_checkpoint_sha256": "3b41f27f3cd4b6c09aa19f7bdd8256466cdd984460b2acab4738ce25bc5cdb54",
63
+ "model_state_sha256": "c7fa4f315410fb3b0b7a2ef75bf1b1b2c2ee05c26de4a7dfd756072151bf2d5b",
64
+ "publication_note": "Only private filesystem paths were sanitized; tensors, optimizer, scheduler and stats are unchanged."
65
+ }
ablations/table7/e4_k4/normalization.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:216dc37fdf85c0fca0b17d2b423336f49f7ed8397d8193f73dd17bab6f6ccfd9
3
+ size 1873