Mark-ZJTang commited on
Commit
03febab
·
verified ·
1 Parent(s): b842c8a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - robotics
4
+ - libero
5
+ - pi0
6
+ - alam
7
+ library_name: jax
8
+ ---
9
+
10
+ # ALAM + pi0 post-trained for LIBERO
11
+
12
+ Repository ID: `Mark-ZJTang/alam_plus_pi_libero`.
13
+
14
+ Inference-only step-30,000 Orbax checkpoint used as the shared checkpoint for the
15
+ LIBERO Table 9 release configuration. Training effective horizon is 20. At
16
+ inference, Spatial/Object use H=14 and Goal/Long use H=18; replan steps are 5,
17
+ 10, 7, and 12 respectively.
18
+
19
+ The public full post-training resource contract is 8 GPUs. Inference and the
20
+ documented CUDA/EGL acceptance use one sufficiently large idle GPU.
21
+
22
+ The checkpoint includes `params`, `_CHECKPOINT_METADATA`, and
23
+ `assets/libero_real/norm_stats.json`; optimizer `train_state` is intentionally
24
+ excluded. The matching ALAM tokenizer is `libero_epoch16_step49024`.
25
+
26
+ The available historical evidence supports the shared-checkpoint release
27
+ configuration, but the Spatial server identity was not recorded in its client
28
+ log; this provenance limitation is documented in the GitHub release. License
29
+ metadata must be completed before public publication.
30
+
31
+ From the matching GitHub code checkout:
32
+
33
+ ```bash
34
+ .venvs/publish/bin/python workflows/publishing/download_huggingface.py \
35
+ --artifact alam_pretrain \
36
+ --artifact alam_plus_pi_libero
37
+ bash workflows/libero_evaluation/evaluate_all_suites.sh --gpu 0
38
+ ```
39
+
40
+ Each suite uses 10 tasks x 50 trials. Recorded successes are Spatial 496/500
41
+ (99.2%), Object 498/500 (99.6%), Goal 495/500 (99.0%), and Long 472/500
42
+ (94.4%), for a 98.05% mean reported as 98.1%.