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' #2

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

Comments

@HongminWu
Copy link

When I run ./tecnets_corl_results.sh sim_reach,error appear:

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.

@nimaasg
Copy link

nimaasg commented Nov 27, 2019

Are you using python 3 or 2.6?

@freor
Copy link

freor commented Apr 20, 2020

I had a same problem.
im using pyton3.6.
what kind of mujoco-py version should be used?

@shogi880
Copy link

AttributeError: 'PusherEnv' object has no attribute 'viewer'
I had a same probliem.
Any one know the reason?
It'll be very helpful for me ^_^

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

4 participants