# PullCube ![dense-reward][dense-reward-badge] ![sparse-reward][sparse-reward-badge] [dense-reward-badge]: https://img.shields.io/badge/dense-yes-brightgreen.svg [sparse-reward-badge]: https://img.shields.io/badge/sparse-yes-brightgreen.svg **[🔗 Official Task Page](https://maniskill.readthedocs.io/en/latest/tasks/table_top_gripper/index.html#pullcube-v1)** **Task Description:** A simple task where the objective is to pull a cube onto a target. **Randomizations:** - the cube's xy position is randomized on top of a table in the region [0.1, 0.1] x [-0.1, -0.1]. - the target goal region is marked by a red and white target. The position of the target is fixed to be the cube's xy position - [0.1 + goal_radius, 0] **Success Conditions:** - the cube's xy position is within goal_radius (default 0.1) of the target's xy position by euclidean distance..