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

AttributeError: 'ReacherMILEnv' object has no attribute 'viewer' #17

Open
HongminWu opened this issue Oct 12, 2019 · 2 comments
Open

AttributeError: 'ReacherMILEnv' object has no attribute 'viewer' #17

HongminWu opened this issue Oct 12, 2019 · 2 comments

Comments

@HongminWu
Copy link

Traceback (most recent call last):
File "/home/user/gym-mil/gym/core.py", line 203, in del
self.close()
File "/home/user/gym-mil/gym/core.py", line 164, in close
self.render(close=True)
File "/home/user/gym-mil/gym/core.py", line 150, in render
return self._render(mode=mode, close=close)
File "/home/user/gym-mil/gym/envs/mujoco/mujoco_env.py", line 104, in _render
if self.viewer is not None:
AttributeError: 'ReacherMILEnv' object has no attribute 'viewer'

What makes this error?
Hope some tips,thanks.

@daiyk
Copy link

daiyk commented Oct 29, 2019

Try a different version of mujoco, it seems like your mujoco has a problem

@tuonan
Copy link

tuonan commented Apr 23, 2020

Hi.Do you solve this problem?

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

3 participants