-
Notifications
You must be signed in to change notification settings - Fork 106
Hang when creating env #89
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
Comments
What branch of simpler are you on? |
And what is bridge.sh? I don't see this file. |
I am on a forked branch https://github.com/DelinQu/SimplerEnv-OpenVLA |
Sorry this might be harder to debug since its not the original repo but I can try. Are you using maniskill3 or maniskill 2? I notice you are using sapien 3 but the code is for maniskill 2, which is incompatible |
Thank you ! I am using maniskill 2, so you means I need to change to sapien 2? How to do it. I install everything from readme.md , but still have this problem. |
I downgrade to sapien 2.2.2 but still same problem. |
I am also trying maniskill 3 , |
Do you want to use the gpu sim of simpler or are you okay with the CPU parallelization? Debugging is a bit different for both since they use different simulator versions |
I am okay with the CPU parallelization, both them can work. |
Can you try running the original simpler env code? And make sure to not include ipdb |
I tested my forked code and originial simpler env code
This would not hang. But when I try to run gym.make will hang |
It is difficult to say what the issue is as that code is running other things not in the original codebase. I recommend trying to remove things one at a time / add one at a time to the code to debug. There are too many changes to see for me to figure it out at the moment. |
Thank you, I wonder if maniskill3 is ready, if so I want to have a try with that branch. |
There is a maniskill 3 branch for this repo, you can try that |
Uh oh!
There was an error while loading. Please reload this page.
At beginning it can run 10 times , but have err
RuntimeError: vk::PhysicalDevice::createDeviceUnique: ErrorExtensionNotPresent after eval,
The error occurs after running 10 episodes on all policies
#68
then I try to fix it refer https://maniskill.readthedocs.io/en/latest/user_guide/getting_started/installation.html#troubleshooting , I install
vulkan-tools
,I already has
/usr/share/glvnd/egl_vendor.d/10_nvidia.json
and/usr/share/vulkan/icd.d/nvidia_icd.json
, so only create/etc/vulkan/implicit_layer.d/nvidia_layers.json
,I run
bridge.sh
,[2025-05-01 14:18:01.329] [svulkan2] [error] GLFW error: X11: Failed to open display
[2025-05-01 14:18:01.329] [svulkan2] [warning] Continue without GLFW.
then the program hang here
and cannot be shut down
My env
The text was updated successfully, but these errors were encountered: