Upload model_cards/bc_policy.md with huggingface_hub
Browse files- model_cards/bc_policy.md +14 -0
model_cards/bc_policy.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# bc_policy
|
| 2 |
+
|
| 3 |
+
zero2robot live-demo policy. Loaded by the site at `/models/bc_policy.onnx` and provisioned at build time by `site/scripts/fetch_models.py` (sha256-verified).
|
| 4 |
+
|
| 5 |
+
| field | value |
|
| 6 |
+
|---|---|
|
| 7 |
+
| chapter | `ch1.1-bc` |
|
| 8 |
+
| contract | `v1` |
|
| 9 |
+
| seed | `0` |
|
| 10 |
+
| tier | `cpu-laptop` |
|
| 11 |
+
| exporter | `curriculum/phase1_imitation/ch1.1_bc/bc.py` |
|
| 12 |
+
| sha256 | `dbfbb95a79cb3cd4c0edc73be5ef32e39c7b1c140bc7653cdf6fe8152c677daa` |
|
| 13 |
+
|
| 14 |
+
Reproduce: run the exporter above at the recorded seed on the recorded tier; the export is CPU-deterministic, so the bytes (and this sha256) reproduce exactly.
|