Open liubaoryol opened 2 weeks ago
Hi there!
If I recall correctly, the first 30 elements contains the environment state, and the last 30 elements contains the goal state I believe. The first 9 elements should be the robot states, and elements [9:30] should be object states I think.
Also see this in d4rl: https://github.com/Farama-Foundation/D4RL/blob/cf0efbd75a9e05f34dfee2f566e163abfa512485/d4rl/kitchen/adept_envs/franka/kitchen_multitask_v0.py#L130
Hi! I'm trying to make sense of the data that you have used in detail. I have looked into Franka-Kitchen documentation however there are some differences that I would like to understand. For instance, it has an observation of 59 instead of 60 , and also the code of this repo has the following block in
envs/kitchen/__init__.py
:Where can I find the meaning of each entry of observation?
Thank you so much!