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

MujocoEnv render(mode = 'rgb_array') throws GLEW initialisation error, but render(mode='human') works. #1324

Closed
eugval opened this issue Feb 12, 2019 · 1 comment

Comments

@eugval
Copy link

eugval commented Feb 12, 2019

With Reacher-v2, and exporting LD_PRELOAD as described here , the issue ERROR: GLEW initalization error: Missing GL version gets fixed for rendering in "human" mode but not in "rgb_array" mode.

A workaround I am using is to call render("human") once, then call render("rgb_array") normally.

Is there something I am missing, or a more elegant way to fix this?

@eugval eugval closed this as completed Feb 12, 2019
@eugval eugval reopened this Feb 12, 2019
@christopherhesse
Copy link
Contributor

This looks like a mujoco-py issue, could you file this on the mujoco-py repo? Thanks!

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

2 participants