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

version issue and about OpenGL #9

Closed
APiaoG opened this issue Apr 22, 2023 · 2 comments
Closed

version issue and about OpenGL #9

APiaoG opened this issue Apr 22, 2023 · 2 comments

Comments

@APiaoG
Copy link

APiaoG commented Apr 22, 2023

Hello! When I run the dp_env_v3.py, there is a mistake.

mujoco_env.MujocoEnv.__init__(self, xml_file_path, 1)
TypeError: __init__() missing 1 required positional argument: 'observation_space'

My Mujoco is 2.1.0 and the mujoco-py is 2.1.2.14.
Is it a version issue?
Any help would be great !

And I would like to know if OpenGL3.3 needs to be installed on a Linux server to run this code.
Although the server is equipped with RTX 3080 and graphics card driver 510.47.03, my server can still only install OpenGL3.1 Mesa 21.2.6. Is this a problem with graphics card drivers? Is there anything else I need to do to upgrade OpenGL version to 3.2 or higher?

@mingfeisun
Copy link
Owner

hey, many thanks for your questions. I guess it's very likely to be a version. The implementation only worked for mujoco200, and the compatible mujoco should be 1.50.1.68.

For the OpenGL, I don't the version matters, as long as you can run mujoco simulator there (first test if the OpenGL supports mujoco simulator).

@APiaoG
Copy link
Author

APiaoG commented May 19, 2023

Thank you for your reply!

@APiaoG APiaoG closed this as completed May 19, 2023
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