stepjam / RLBench

A large-scale benchmark and learning environment.
https://sites.google.com/corp/view/rlbench
Other
1.12k stars 229 forks source link

Can you provide obs.delta_gripper_pose in the end effector frame #219

Open zwbx opened 6 months ago

zwbx commented 6 months ago

Hi,

Thanks for the work. Currently the obs has attribute gripper_pose in the world frame. I would like to do imitation learning with a model's action space defined as the delta gripper pose. I wrote a transformation function by myself, which use the next obs.gripper_pose and the current one. Transfer them from world frame to the end effector frame, then do reduction. But I found it is not perfect and I do not know reason. Could you please give me some insight?