kevinqz commited on
Commit
e7b4f39
·
verified ·
1 Parent(s): c626898

privacy: scrub host chip/OS from model card

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -87,7 +87,7 @@ pip install coreai-catalog && coreai-catalog install pi05-base
87
 
88
  - **Gate A (structure): passed** — the bundle's layout + metadata were
89
  validated on real hardware; the graphs load.
90
- - **Gate B — action_parity: 96.2% min chunk-cosine** vs the fp16 reference over 16 frames of `recorded episodes`, 10-step, fixed-noise (measured on Apple M4 Max).
91
  - **Near-zero-action note (full disclosure):** the 96.2% is the raw MIN over all frames, dominated by frame(s) where the reference action is ~zero (the robot barely moves) and chunk-cosine is mathematically ill-conditioned. The **median chunk-cosine is 99.9%** and the **max ABSOLUTE per-dim action error is 0.0193** (normalized) — i.e. behaviorally faithful everywhere. This model class is gated on the absolute action error (behaviorally meaningful) since cosine is undefined for ~zero actions; every raw number is reported here and in `parity-report.json`. fabric never fakes a number.
92
  - This certifies the export is **numerically faithful to the source policy** — it
93
  does **NOT** certify real-world task success, embodiment transfer, or
 
87
 
88
  - **Gate A (structure): passed** — the bundle's layout + metadata were
89
  validated on real hardware; the graphs load.
90
+ - **Gate B — action_parity: 96.2% min chunk-cosine** vs the fp16 reference over 16 frames of `recorded episodes`, 10-step, fixed-noise (measured on Apple Silicon).
91
  - **Near-zero-action note (full disclosure):** the 96.2% is the raw MIN over all frames, dominated by frame(s) where the reference action is ~zero (the robot barely moves) and chunk-cosine is mathematically ill-conditioned. The **median chunk-cosine is 99.9%** and the **max ABSOLUTE per-dim action error is 0.0193** (normalized) — i.e. behaviorally faithful everywhere. This model class is gated on the absolute action error (behaviorally meaningful) since cosine is undefined for ~zero actions; every raw number is reported here and in `parity-report.json`. fabric never fakes a number.
92
  - This certifies the export is **numerically faithful to the source policy** — it
93
  does **NOT** certify real-world task success, embodiment transfer, or