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
The crash is in pytorch but I'm reporting it here because it seems to be caused by something gym is doing when initialising mujoco environments. The crash goes away if import torch is moved before the call to gym.make, or if the gym.make call is changed to build a non-mujoco environment. Building other mujoco environments (eg InvertedDoublePendulum-v1) triggers the same crash under the same circumstances.
PR #2762 is about to be merged, introducing V4 MuJoCo environments using new bindings and a dramatically newer version of the engine. If this issue still persists with the V4 ones, please create a new issue for it.
The following code causes a crash:
The crash is in pytorch but I'm reporting it here because it seems to be caused by something gym is doing when initialising mujoco environments. The crash goes away if
import torch
is moved before the call togym.make
, or if thegym.make
call is changed to build a non-mujoco environment. Building other mujoco environments (egInvertedDoublePendulum-v1
) triggers the same crash under the same circumstances.I am using
mujoco-py==0.5.7
withmjpro131
.Output:
The text was updated successfully, but these errors were encountered: