RL_arm_under_sparse_reward
RL_arm_under_sparse_reward copied to clipboard
about action space
your comments : action 和 obs space 的 low and high 可能需要再次考虑 my concern:action dim = 4 ? why Not = 6 (up/down/left/right/forward/backward)
because 3 for 3D world displacement, 1 for hand open and grasp.
Don't Care too much, such a lowlevel I did 3 years ago when i was a student. always make junk code.
actually,you,my friend,are the true hero !
hello, man, here is new question about motorcommand control, in bmirobot.py why position control at line 119 & 153 in range(3, 10) & range(3, 12) ? and the targetposition in setJointMotorControl2 is set to be jointposition[i-3]?
ok, I understand, IK computation ignores 3 right-hand fixed Joint, but the Joint Index exists.
hello, man, here is new question about motorcommand control, in bmirobot.py why position control at line 119 & 153 in range(3, 10) & range(3, 12) ? and the targetposition in setJointMotorControl2 is set to be jointposition[i-3]?