File size: 1,265 Bytes
2b839b7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
license: mit
tags:
  - egoengine
  - dexterous-manipulation
  - egocentric-video
  - flow-matching
  - isaaclab
  - reproduction
---

# egoengine-repro-artifacts

Large artifacts from the independent, from-scratch reproduction of
**EgoEngine: From Egocentric Human Videos to High-Fidelity Dexterous Robot
Demonstrations** (arXiv:2606.12604; no official code exists).

Code + docs + small result artifacts:
https://github.com/physercoe/egoengine-repro

Folders:

- `policy-checkpoints/` — final Appendix-D flow-matching policy checkpoints
  (`best.pt`, `last.pt`, TorchScript export `best_ts.pt`) + normalization
  stats (`stats.npz`, `dataset_meta.json`). ~235 MB.
- `retarget-outputs/` — mink-IK-retargeted bimanual motions for all 16 TACO
  demonstration sequences (`trajectory_kinematic.npz` per sequence +
  `retarget_report.json` + error/QA plots). ~201 MB.
- `rl-checkpoints/` — residual-PPO checkpoints, tensorboard logs and
  `eval_residual.json` results for the escalated refine chunks (local +
  remote A800 batch runs). ~51 MB.

Each folder has its own README with provenance (scripts, configs) and
license notes. See the GitHub repo README for headline results and honest
limitations (sim-only, thin-data policy proof, RL stage under budget).