kaushikb11 commited on
Commit
fd80e6e
·
verified ·
1 Parent(s): e3007e8

Upload model_cards/offline_bc.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_cards/offline_bc.md +14 -0
model_cards/offline_bc.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # offline_bc
2
+
3
+ zero2robot live-demo policy. Loaded by the site at `/models/offline_bc.onnx` and provisioned at build time by `site/scripts/fetch_models.py` (sha256-verified).
4
+
5
+ | field | value |
6
+ |---|---|
7
+ | chapter | `ch4-offline-primer` |
8
+ | contract | `v1` |
9
+ | seed | `0` |
10
+ | tier | `cpu-laptop` |
11
+ | exporter | `curriculum/phase4_capstone/ch4_offline_primer/export_offline_onnx.py` |
12
+ | sha256 | `31bf4b2d9af3e0a2e7f2bd1814e4bca87c641e7fbf8b7ac6026f108ace7c0e06` |
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.