Skip to content

Commit 8d3466e

Browse files
committed
Add world model rollouts to README
1 parent 1cf1455 commit 8d3466e

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,50 @@ Experiments across simulation benchmarks and real-robot settings demonstrate tha
6060
- **A2World-sim** injects pose-guided history and rolls out future observations autoregressively for long-horizon simulator-based evaluation.
6161
- **A2World-policy** performs joint video-action diffusion with shared attention and action-specific denoising branches for instruction-conditioned control.
6262

63+
## World Model Rollouts
64+
65+
These videos show A2World world model rollouts on real-robot manipulation scenarios. They are predictions of future interaction dynamics, not direct camera recordings of policy execution. Click a preview to watch the full rollout.
66+
67+
<table>
68+
<tr>
69+
<td align="center" width="20%">
70+
<a href="https://logosroboticsgroup.github.io/A2World/docs/resources/world-model-rollouts/flip_small_box.mp4">
71+
<img src="docs/resources/posters/flip_small_box.jpg" width="100%" alt="A2World world model rollout: flip small box"/>
72+
</a>
73+
<br>
74+
<sub><b>Flip small box</b><br>Reorientation under contact-rich manipulation.</sub>
75+
</td>
76+
<td align="center" width="20%">
77+
<a href="https://logosroboticsgroup.github.io/A2World/docs/resources/world-model-rollouts/insert_memory_module.mp4">
78+
<img src="docs/resources/posters/insert_memory_module.jpg" width="100%" alt="A2World world model rollout: insert RAM module"/>
79+
</a>
80+
<br>
81+
<sub><b>Insert RAM module</b><br>Precision alignment and insertion dynamics.</sub>
82+
</td>
83+
<td align="center" width="20%">
84+
<a href="https://logosroboticsgroup.github.io/A2World/docs/resources/world-model-rollouts/lift_box_high.mp4">
85+
<img src="docs/resources/posters/lift_box_high.jpg" width="100%" alt="A2World world model rollout: lift box high"/>
86+
</a>
87+
<br>
88+
<sub><b>Lift box high</b><br>Longer-horizon object lifting and transport.</sub>
89+
</td>
90+
<td align="center" width="20%">
91+
<a href="https://logosroboticsgroup.github.io/A2World/docs/resources/world-model-rollouts/put_chain_in_the_box.mp4">
92+
<img src="docs/resources/posters/put_chain_in_the_box.jpg" width="100%" alt="A2World world model rollout: put chain in the box"/>
93+
</a>
94+
<br>
95+
<sub><b>Put chain in the box</b><br>Deformable-object handling with container interaction.</sub>
96+
</td>
97+
<td align="center" width="20%">
98+
<a href="https://logosroboticsgroup.github.io/A2World/docs/resources/world-model-rollouts/electric_valve_switch.mp4">
99+
<img src="docs/resources/posters/electric_valve_switch.jpg" width="100%" alt="A2World world model rollout: toggle power switch"/>
100+
</a>
101+
<br>
102+
<sub><b>Toggle power switch</b><br>Interactive switch manipulation with small contact changes.</sub>
103+
</td>
104+
</tr>
105+
</table>
106+
63107
## Real-Robot Execution Videos
64108

65109
A2World-policy is evaluated on a Flexiv dual-arm real-robot suite covering precision insertion, reorientation, switch interaction, lifting, and deformable-object handling.

0 commit comments

Comments
 (0)