Reacher.calc_state() doesn't work as expected #3659
Replies: 1 comment
-
I came here to post about the same topic and found this open issue. I agree with the statement that this can be solved by using I would propose to change bullet3/examples/pybullet/gym/pybullet_envs/robot_manipulators.py Lines 29 to 44 in c4300dc
Connected to this issue is that it would also make sense to use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
State space is overlapping and not natural
bullet3/examples/pybullet/gym/pybullet_envs/robot_manipulators.py
Line 29 in c4300dc
I think this row should use
Because the domain of (sin,cos) is overlapped.
For example,
Beta Was this translation helpful? Give feedback.
All reactions