Skip to content
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

RUN rollout.py for visualizing, but the GLFW window seems to freeze #16

Open
xspkwy opened this issue Dec 8, 2021 · 0 comments
Open

Comments

@xspkwy
Copy link

xspkwy commented Dec 8, 2021

My PC environment: ubuntu20.04, RTX3090, nvidia-driver 460.91.03, CUDA11.2

first problem is "ERROR: GLEW initalization error: Missing GL version+"
Referring to openai/mujoco-py#44 (comment)
I added export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGLEW.so in the .bashrc and solved it.

But when I run the code
python scripts/rollout.py --load_dir runs/Door-Panda-OSC-POSE-SEED17/Door_Panda_OSC_POSE_SEED17_2020_09_13_00_26_44_0000--s-0/ --horizon 200 --camera frontview
command window hints Creating window glfw and the mujoco_py window starts but always reminds me
image
and then the window freezes.

After waiting several minutes, then it will rollout the episodes. I checked the time and find that
Loading policy...
loading time: 7m 16s
Policy loaded
So why would it take so long time to load the policy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant