You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think fingertip_another_handles = fingertip_handles, which might lead to the incorrect observation (i.e., the self.fingertip_pos = self.fingertip_another_pos will always holds true)
The reason is that self.fingertip_another_handles and self.fingertip_handles 's definitions are:
I think here since their handles all get gym.from find_asset_rigid_body() and the asset is basically the same, self.fingertip_another_handles = self.fingertip_handles.
As I output the variables, my assumption holds.
Could you give me some tips?
ps: I love your work very much!!
The text was updated successfully, but these errors were encountered:
Dear authors,
In the shadow hand task's
compute_observations()
func (e.g. link), there is a code block written as:I think
fingertip_another_handles
=fingertip_handles
, which might lead to the incorrect observation (i.e., the self.fingertip_pos = self.fingertip_another_pos will always holds true)The reason is that
self.fingertip_another_handles
andself.fingertip_handles
's definitions are:I think here since their handles all get
gym.from find_asset_rigid_body()
and the asset is basically the same, self.fingertip_another_handles = self.fingertip_handles.As I output the variables, my assumption holds.
Could you give me some tips?
ps: I love your work very much!!
The text was updated successfully, but these errors were encountered: