ElegantRL
ElegantRL copied to clipboard
TypeError: cannot pickle 'isaacgym._bindings.linux-x86_64.gym_38.Gym' object
When I run examples/demo_Isaac_Gym.py. The following error has occurred:
Traceback (most recent call last):
File "examples/demo_IsaacGym.py", line 81, in
I use Isaac Gym - Preview 4 Release.
In addition:
- This bug don't occur in DGX64 server(A100 GPU), 3080GPU or 3090GPU.
- This bug don't occur in fork ElegantRL/tree/IsaacGym-Single-Process
check_isaac_gym()can be run normally. https://github.com/AI4Finance-Foundation/ElegantRL/blob/5cf6190d114374b975232f37fcdbae6e10f6e22e/elegantrl/envs/IsaacGym.py#L213- This bug occurs in Isaac Gym - Preview 4 or Preview 3
In addition:
- This bug don't occur in DGX64 server(A100 GPU), 3080GPU or 3090GPU.
check_isaac_gym()can be run normally. https://github.com/AI4Finance-Foundation/ElegantRL/blob/5cf6190d114374b975232f37fcdbae6e10f6e22e/elegantrl/envs/IsaacGym.py#L213- This bug occurs in Isaac Gym - Preview 4 or Preview 3
- This bug occurs in Isaac Gym - Preview 4 or Preview 3
yeah, this function works well on my server
" RTX3080ti , Isaac Gym - Preview 4 " got this error too.
Is there a workaround a part from downgrading IsaacGym?
" RTX3090 , Isaac Gym - Preview 4 " got this error too.