kaushikb11 commited on
Commit
1481da5
·
verified ·
1 Parent(s): 885d4d6

Upload model_cards/shaped_walk.md with huggingface_hub

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