Views
No views yet
part2_navigation/flow_constrained_v3_humanoid/[vx, vy, yaw_rate] + gait phase signal| Metric | Value |
|---|---|
| Success Rate (SR @ 3.0 m) | 100% |
| SR @ 1.0 m (post-processed) | ~39% |
| Avg Trajectory Error (ATE) | 0.38 m |
1# Activate the V3 inference venv (torch 2.9.1+cu128)
2cd GENESIS/part2_navigation/flow_constrained_v3_humanoid
3source .venv/bin/activate
4
5python infer_humanoid.py \
6 --checkpoint flowdit_v3_humanoid_best.pt \
7 --goal_video goal.mp4 \
8 --current_obs obs.jpgbash scripts/download_checkpoints.sh| File | Size | Format |
|---|---|---|
flowdit_v3_humanoid_best.pt | 982 MB | PyTorch state dict + config |
1@inproceedings{sam2026actionagent,
2 title = {Action Agent: Agentic Video Generation Meets Flow-Constrained Diffusion},
3 author = {Sam, Jeffrin and Khang, Nguyen and Mahmoud, Yara and
4 Altamirano Cabrera, Miguel and Tsetserukou, Dzmitry},
5 booktitle = {2026 IEEE/RSJ International Conference on Intelligent Robots
6 and Systems (IROS)},
7 year = {2026},
8 note = {arXiv:2605.01477}
9}