rail-berkeley / bridge_data_v2

MIT License
121 stars 24 forks source link

Dataset observation details #16

Closed lyshuga closed 1 year ago

lyshuga commented 1 year ago

Hi,

Thanks for such and amazing paper and dataset. I was trying to deeply understand the meaning of some observation variables (e.g. joint_effort, difference qpos and state, etc.). I was wondering if there is a list with some details regarding the dataset field description.

vyeevani commented 1 year ago

I found how these are extracted by going through the widowx_env in the bridge_data_robot codebase and how those values were pulled from the ros packages provided by interbotix.

vyeevani commented 1 year ago

For reference: https://github.com/rail-berkeley/bridge_data_robot/blob/main/widowx_envs/widowx_envs/base/robot_base_env.py#277