kaushikb11 commited on
Commit
0f46b9a
·
verified ·
1 Parent(s): abe6ba3

Upload model_cards/scratch_actor.md with huggingface_hub

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