-
Notifications
You must be signed in to change notification settings - Fork 101
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
Segmentation fault on next(scenarios) #34
Comments
Is your fault similar to this? |
I guess it is.
I did not succeed starting from |
I also found it quite misleading to update CUDA version. I managed to make an env and successfully run demos without error printed after several trials. Here are my steps:
I am not sure the CUDA and cudnn are correctly linked because my machine installed cuda 11.8 in the base env. |
I tried the dependencies mentioned above, but it seems like I'm stuck in an infinite loop of changing dependency versions. Has anyone successfully run Waymax in a Docker image? |
Just trying to run the simplest thing:
It does not reach the latest line, crashes with segmentation fault on
scenario = next(scenarios)
. Is there a way to debug this out?The text was updated successfully, but these errors were encountered: