ARISE-Initiative / robosuite

robosuite: A Modular Simulation Framework and Benchmark for Robot Learning
https://robosuite.ai
Other
1.24k stars 397 forks source link

Roboturk hdf5 contents #223

Closed zekssmy closed 3 years ago

zekssmy commented 3 years ago

Hey,

I have some problems with processing roboturk datasets for my current work. What does each column in the "status (dataset)-flattened MuJoCo states, ordered by time" in the roboturk simulation data set mean, because I want to retrieve some information I need, but unfortunately I can't find any explanation about what do these datasets represent.

Thanks for your help in advance :)

amandlek commented 3 years ago

You can take a look at this example (from v0.3, which is the version of robosuite that the RoboTurk datasets were collected with) to see how the states are supposed to be used to reset the simulation state to the recorded configuration. After resetting the environment to a state along the trajectory, you can then retrieve any observations of interest (e.g. using get_observation), and collect them into an observation to be used for learning at that timestep. Hope that helps!