fedeceola / LHManip

This repository contains the python script to parse the LHManip dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LHManip

This repository contains the python script to parse the LHManip dataset presented in the paper LHManip: A Dataset for Long-Horizon Language-Grounded Manipulation Tasks in Cluttered Tabletop Environments.

example_seq

To parse the data, you need to download the dataset from here. Then, after extracting the dataset from the downloaded .zip file, run the parse_dataset.py script in the long_horizon_manipulation_dataset folder.

For conciseness, in the provided snippet, we consider the state of the robot as a 23-dimensional array of values comprising all the proprioceptive observation in the order reported in Tab. 3 in the paper. Similarly, we provide the robot action as a 8-dimensional array comprising end-effector position and orientation displacements and the desired gripper opening displacement.

About

This repository contains the python script to parse the LHManip dataset.


Languages

Language:Python 100.0%