-
Notifications
You must be signed in to change notification settings - Fork 48
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
Problem about visualizing mujoco simulation when running:test_gym_env_human.py #82
Comments
Hi @parzivar, I get the exact same Error running it with Ubuntu 22.04 and Cuda 12.1. |
Also encountered the same problem with Ubuntu 22.04 + CUDA 12.6. |
Check if this issue is relevant to:
Referred to here, on ubuntu setup, try adding |
No, this error has nothing to do with operations like AsynVectorEnv or multiprocessing. The default code only concerns with one Env. I also find that even run the following one line code
will cause
After checking the code in serl/franka_sim/franka_sim/envs/panda_pick_gym_env.py Lines 144 to 147 in 2f9f315
Looking forward your double check the sim code orz !! |
After setting
the code works. |
Hi, @parzivar @claudio-dg , Can you check if this works for you too? |
Thank you for your questions, and I sincerely thank @CeyaoZhang and @youliangtan for answering this question. |
@parzivar I check your method and it works. |
@CeyaoZhang I have another question about SERL:#47 |
I don't figure out your problem. You may give me more details and we can discuss in #47. |
when i run: python franka_sim/franka_sim/test/test_gym_env_human.py
I am very interested in SERL, but i dont known how to solve this problem.
ubuntu20.04, Nvidia 565, cuda12.6,
I would be very grateful if you could reply me
The text was updated successfully, but these errors were encountered: