kaushikb11 commited on
Commit
bed2122
·
verified ·
1 Parent(s): 4887e8a

Upload model_cards/act_policy.md with huggingface_hub

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