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
Hello, I noticed in ppo/module.py at line 95 that self.num_obs = 300 and at line 98, self.num_obs = 191 + 29 # (robot_state). These values can also be found in shadow_hand_grasp.py under the class ShadowHandGrasp, where num_obs = 236 + 64 and self.num_hand_obs = 66 + 95 + 24 + 6 # 191 = 22*3 + (65+30) + 24. Could you explain the meaning of these values and how they are calculated?
The text was updated successfully, but these errors were encountered:
yiqiaoqingyuyu
changed the title
The calculation of the dexterous hand's state
The calculation of the dexterous hand state
Oct 16, 2024
Hello, I noticed in
ppo/module.py
at line 95 thatself.num_obs = 300
and at line 98,self.num_obs = 191 + 29 # (robot_state)
. These values can also be found inshadow_hand_grasp.py
under theclass ShadowHandGrasp
, wherenum_obs = 236 + 64
andself.num_hand_obs = 66 + 95 + 24 + 6 # 191 = 22*3 + (65+30) + 24
. Could you explain the meaning of these values and how they are calculated?The text was updated successfully, but these errors were encountered: