Views
No views yet
| Train→Test | Method | 1 | 2 | 3 | 4 | 5 | Avg. Len. |
|---|---|---|---|---|---|---|---|
| {dataset_name} | FlowerVLA | 98.4% | 94.0% | 87.9% | 81.7% | 74.1% | 4.36 |
(B, T, 3, H, W) tensor(B, T, 3, H, W) tensor(B, T, 7) tensor representing delta EEF actions1obs = {
2 "rgb_obs": {
3 "rgb_static": static_image,
4 "rgb_gripper": gripper_image
5 }
6}
7goal = {"lang_text": "pick up the blue cube"}
8action = model.step(obs, goal)