kaushikb11 commited on
Commit
4d520b2
·
verified ·
1 Parent(s): 493757b

Upload model_cards/sac_actor.md with huggingface_hub

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