Open zqy-an opened 1 week ago
Could you share a script to reproduce this?
I will also note that we run by default 5 physics steps for every 1 control step with a sim freq of 100. It is possible that the robot has not reached the target (current_ee_pose + delta_pose) in the one control step. Although a difference of 0.2 in the X direction seems concerning. Difference in Z could be due to hitting the table and so you are prevented from going under it (hence larger z difference values).
Hi @zqy-an is this still an issue?
Thanks!
However, I am still very interested in how the action is converted into delta_pose. Could you please tell me where I can view the code responsible for this process?
See the replay trajectory tool under mani_skill/trajectory/replay_trajectory.py for how we convert action spaces.
Hello, We are using the dataset available on Hugging Face, specifically examining the first trajectory of PushCube-v1. We have noticed that when using
pd_ee_delta_pose
, theaction
does not equate todelta_tcp_pose
.We found some explanations at this link, but we are still unclear about how to specifically transform the coordinates.
Could you please provide more detailed guidance on how to perform this transformation?