Commit
7957a57
·
verified ·
1 Parent(s): 45d8e8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ tags:
19
 
20
  # RDT2-VQ: Vision-Language-Action with Residual VQ Action Tokens
21
 
22
- **RDT2-VQ** is an autoregressive Vision-Language-Action (VLA) model adapted from **\[Qwen2.5-VL-7B-Instruct]** and trained on large-scale **UMI** bimanual manipulation data.
23
  It predicts a short-horizon **relative action chunk** (24 steps, 20 dims/step) from binocular wrist-camera RGB and a natural-language instruction.
24
  Actions are discretized with a lightweight **Residual VQ (RVQ)** tokenizer, enabling robust zero-shot transfer across **unseen embodiments** for simple, open-vocabulary skills (e.g., pick, place, shake, wipe).
25
 
 
19
 
20
  # RDT2-VQ: Vision-Language-Action with Residual VQ Action Tokens
21
 
22
+ **RDT2-VQ** is an autoregressive Vision-Language-Action (VLA) model adapted from **[Qwen2.5-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct)** and trained on large-scale **UMI** bimanual manipulation data.
23
  It predicts a short-horizon **relative action chunk** (24 steps, 20 dims/step) from binocular wrist-camera RGB and a natural-language instruction.
24
  Actions are discretized with a lightweight **Residual VQ (RVQ)** tokenizer, enabling robust zero-shot transfer across **unseen embodiments** for simple, open-vocabulary skills (e.g., pick, place, shake, wipe).
25