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
I have been playing with this environment these days and would like to use pytorch to train a RL agent. However, when I import pytorch inside the script, the program gives a segmentation fault.
I have been playing with this environment these days and would like to use pytorch to train a RL agent. However, when I import pytorch inside the script, the program gives a segmentation fault.
Code:
The minecraft program is launched but does not load any task and throws a segmentation fault:
However, if I remove import torch, it works fine.
Edit:
Here is the backtrace:
The text was updated successfully, but these errors were encountered: