myosuite icon indicating copy to clipboard operation
myosuite copied to clipboard

Mummified Musculoskeletal Model

Open irfanmohamed12 opened this issue 7 months ago • 16 comments

Executing a simple step of the environment results in a weird reproduction of the musculoskeletal model.

env = gym.make('myoElbowPose1D6MRandom-v0') env.reset() for _ in range(1000): env.mj_render() env.step(env.action_space.sample()) # take a random action env.close()

image

Any reason why this issue occurs?

Other information: Windows 11 Enterprise Python 3.9.13 Myosuite 2.4.0

irfanmohamed12 avatar Jul 05 '24 12:07 irfanmohamed12