-
Notifications
You must be signed in to change notification settings - Fork 38
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
Error when running MUJOCO and DMC #176
Comments
Hi @LYK-love, thank you for reporting this issue. Please let us know, thanks. |
Sure, I'm using SheepRL 0.4.9. And My GPU is Nvidia 1080Ti, with Driver Version: 545.23.08. I don't think it's an old driver to not support the |
Hi @LYK-love, thank you for your patience. Let me know if works with the SyncVecorEnv, so, by running: python sheeprl.py exp=dreamer_v3 env=gym env.id=Walker2d-v4 algo.cnn_keys.encoder=[rgb] env.sync_env=True Thanks. |
Thanks! With "env.sync_env=True", I can run both mujoco and dmc tasks. I think it'll be helpful if you add it in your document. |
Yeah, I will add it to the documentation and I will set the |
My env:
pip install .
libglew2.2
and setMUJOCO_GL=egl
pip install PyOpenGL-accelerate
pip install -e .[dmc]
The command I tried to run:
Output:
I also ran
But got following error:
The text was updated successfully, but these errors were encountered: