We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
self.ctx = mujoco.MjrContext(
TypeError: init(): incompatible constructor arguments. The following argument types are supported: 1. mujoco._render.MjrContext() 2. mujoco._render.MjrContext(arg0: mujoco._structs.MjModel, arg1: int)
Invoked with: <mujoco_py.cymj.PyMjModel object at 0x55d4d95a3650>, 150
Anyone know how to fix this issue when I try to use MujocoViewer. Nothing seems to work
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TypeError: init(): incompatible constructor arguments. The following argument types are supported:
1. mujoco._render.MjrContext()
2. mujoco._render.MjrContext(arg0: mujoco._structs.MjModel, arg1: int)
Invoked with: <mujoco_py.cymj.PyMjModel object at 0x55d4d95a3650>, 150
Anyone know how to fix this issue when I try to use MujocoViewer. Nothing seems to work
The text was updated successfully, but these errors were encountered: