Strategic Jenga Play via Graph Based Dynamics Modeling
Kavya Puthuveetil, Xinyi Zhang, Kazuto Yokoyama, Tetsuya Narita
TL;DR
This work addresses the challenge of multi-object manipulation under interdependent dynamics by using Jenga as a testbed and introducing graph-based modeling for two tasks: block selection and block extraction. Block selection is cast as a graph-level binary classifier using a GCN on tower graphs to predict whether removing a candidate block causes collapse, while block extraction leverages a Graph Network-based Simulator to learn tower dynamics and an MPPI controller to safely pull blocks via $\bm{a_t}=(a_x,a_y,a_z)$. The approach yields a 0.74 accuracy on block selection and a 65% extraction success rate in simulation, with improvements over naive baselines and clear directions toward sim-to-real transfer, including fusion of vision and tactile signals. Overall, the paper demonstrates that graph-based representations can capture inter-block dependencies and enable high-frequency, strategic manipulation in complex, contact-rich multi-object settings.
Abstract
Controlled manipulation of multiple objects whose dynamics are closely linked is a challenging problem within contact-rich manipulation, requiring an understanding of how the movement of one will impact the others. Using the Jenga game as a testbed to explore this problem, we graph-based modeling to tackle two different aspects of the task: 1) block selection and 2) block extraction. For block selection, we construct graphs of the Jenga tower and attempt to classify, based on the tower's structure, whether removing a given block will cause the tower to collapse. For block extraction, we train a dynamics model that predicts how all the blocks in the tower will move at each timestep in an extraction trajectory, which we then use in a sampling-based model predictive control loop to safely pull blocks out of the tower with a general-purpose parallel-jaw gripper. We train and evaluate our methods in simulation, demonstrating promising results towards block selection and block extraction on a challenging set of full-sized Jenga towers, even at advanced stages of the game.
