Dimios45 commited on
Commit
aa3f732
·
verified ·
1 Parent(s): b67714e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -25,7 +25,7 @@ diversity (NJD), computed via `kin_flow.cli.bench` on 10 held-out test scenes wi
25
  | `se-shadow_5000_40` | single-embodiment | Shadow Hand (22 DOF) | 40 / 500 | 75.9% | 0.232 | RTX 6000 Ada |
26
  | `me-full_25000_5` | multi-embodiment | all 5 + z0 | 5 / 500 | 82.1% (mean) | 0.212 (mean) | MI300X (ROCm) |
27
  | `me-full_25000_30` | multi-embodiment | all 5 + z0 | 30 / 500 | 84.3% (mean) | 0.203 (mean) | MI300X (ROCm) |
28
- | `me-full_25000_90` | multi-embodiment | all 5 + z0 | 90 / 500 | eval pending | eval pending | MI300X (ROCm) |
29
 
30
  Single-embodiment models: `num_scenes=5000`. Multi-embodiment model: the paper's full
31
  configuration — `num_scenes=25000`, fp32, batch 5 scenes × 128 grasps, warmup-cosine LR
@@ -55,6 +55,17 @@ step; epoch numbers here are the corrected true dataset-pass count.
55
  | Shadow Hand | 22 | 71.6% | 0.224 |
56
  | **mean** | | **84.3%** | **0.203** |
57
 
 
 
 
 
 
 
 
 
 
 
 
58
  Approaching convergence (epoch 90 of ~120 needed, per the original repo's own README
59
  guidance) — newer-epoch checkpoints will be added as training progresses.
60
 
 
25
  | `se-shadow_5000_40` | single-embodiment | Shadow Hand (22 DOF) | 40 / 500 | 75.9% | 0.232 | RTX 6000 Ada |
26
  | `me-full_25000_5` | multi-embodiment | all 5 + z0 | 5 / 500 | 82.1% (mean) | 0.212 (mean) | MI300X (ROCm) |
27
  | `me-full_25000_30` | multi-embodiment | all 5 + z0 | 30 / 500 | 84.3% (mean) | 0.203 (mean) | MI300X (ROCm) |
28
+ | `me-full_25000_90` | multi-embodiment | all 5 + z0 | 90 / 500 | 86.4% (mean) | 0.212 (mean) | MI300X (ROCm) |
29
 
30
  Single-embodiment models: `num_scenes=5000`. Multi-embodiment model: the paper's full
31
  configuration — `num_scenes=25000`, fp32, batch 5 scenes × 128 grasps, warmup-cosine LR
 
55
  | Shadow Hand | 22 | 71.6% | 0.224 |
56
  | **mean** | | **84.3%** | **0.203** |
57
 
58
+ ### `me-full_25000_90` per-gripper eval (epoch 90)
59
+
60
+ | Gripper | DOF | SR | NJD |
61
+ |---|---|---|---|
62
+ | Panda | 2 | 96.8% | 0.265 |
63
+ | VX300 | 2 | 96.7% | 0.155 |
64
+ | DexEE | 12 | 73.1% | 0.109 |
65
+ | Allegro | 16 | 86.4% | 0.289 |
66
+ | Shadow Hand | 22 | 79.2% | 0.243 |
67
+ | **mean** | | **86.4%** | **0.212** |
68
+
69
  Approaching convergence (epoch 90 of ~120 needed, per the original repo's own README
70
  guidance) — newer-epoch checkpoints will be added as training progresses.
71