-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python crashes with no error when running env.reset() #228
Comments
Does it work properly with |
@kidzik thanks for the quick reply, it doesnt work with visualize=False. I am on Windows 10 |
@kidzik I have more insight into what is going on but I don't know how to solve it. when running in powershell I can see that i get an Intel MKL ERROR. Any understand as to what this could be? thanks! |
Have you tried compiling from the source? Alternatively maybe running within a docker container could help since the linux version is better maintained |
@samstar197 could you solve this problem? |
I think I am experiencing the same issue. |
I'm using VSC not Jupiter. I remember the problem was a version conflict. I'm using Python 3.6.2 for L2M2019Env env, and it is working fine now. |
The crash seems to happen inside one of the c functions from opensim. I will give a rebuild a try. |
Turns out this was some issue with the Intel MLK for me. |
Hello @samstar197 . I got the same problem as you. Did you solve it? Thanks!! |
I am working on trying to implement the L2M2019 challenge, and I have an issue where, if I try to run
then python terminal/jupyter kernel or whatever I use just closes/dies with no error being shown.
I found a similar problem here
except the solution doesn't seem to change anything for me.
That issue has been marked as closed however the issue still persists for me, any help is massively appreciated.
(I am very new to opensim so if this is a simple thing to fix or something then I apologise)
The text was updated successfully, but these errors were encountered: