File size: 1,161 Bytes
9b00be0
f2bec46
 
 
 
9b00be0
 
 
f2bec46
 
 
9b00be0
 
f2bec46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
title: DynamicVLA DOM Demo
emoji: 🦾
colorFrom: green
colorTo: indigo
sdk: gradio
sdk_version: 6.24.0
app_file: app.py
short_description: Predict DynamicVLA action chunks on DOM
python_version: "3.12"
startup_duration_timeout: 1h
---

# DynamicVLA · DOM Demo

Unofficial Hugging Face Space for [`hzxie/dynamic-vla-DOM`](https://huggingface.co/hzxie/dynamic-vla-DOM) —
a 0.4B vision-language-action policy for **dynamic object manipulation**.

Upload wrist + opposite-camera frames and a language instruction. The Space
loads the official checkpoint and returns a **20-step end-effector action chunk**
(xyz + Euler + gripper) with a 3D path plot.

This is a single-chunk policy demo. Closed-loop evaluation still needs the
official [Isaac Lab stack](https://github.com/hzxie/DynamicVLA).

- Paper: [arXiv:2601.22153](https://arxiv.org/abs/2601.22153)
- Dataset: [`hzxie/DOM`](https://huggingface.co/datasets/hzxie/DOM)
- Project: [infinitescript.com/project/dynamic-vla](https://www.infinitescript.com/project/dynamic-vla/)

Weights are released under NTU S-Lab License 1.0. This Space vendors the
policy code from the official repo for inference only.