Views
No views yet
insert_hole setup.| Embodiment | single-arm |
| Action space | joint, 8-dim (7 joints + gripper) |
| Action horizon | 50 |
| Tactile views | 2 |
| Latent tactile tokens | 5 |
model.safetensors the full checkpoint (~8.25 GB)
assets/n0_insert_hole_norm/norm_stats.json
config.json architecture summaryscripts/serve_zmq.py from the
code repository:1hf download NeoteAI/n0_VTLA_insert_hole --local-dir checkpoints/n0_VTLA_insert_hole
2
3VTLA_ASSET_ID=n0_insert_hole_norm python scripts/serve_zmq.py \
4 --config sim_single_arm_tactile \
5 --ckpt checkpoints/n0_VTLA_insert_hole \
6 --addr "tcp://*:5557" \
7 --default-prompt "insert hole"model.safetensors and assets/<asset-id>/norm_stats.json; no dataset is
needed. A correct load prints tactile=True with 2 views and no missing or unexpected
state-dict keys. If it reports either, the config does not match the checkpoint.exec_horizon to 50, the model's action horizon: executing fewer steps clips the tail of each
chunk, which is where the grasp-closing motion lives.