-
Notifications
You must be signed in to change notification settings - Fork 429
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
'MjSim' object has no attribute 'model' #426
Comments
Hi, can you give more context regarding your usage? Depending on the order of how you initialize the environment, the |
Hi, here MultiModalEnv wrapper is a custom wrapper to initialize environment with dict observations, even without applying this wrapper I got the same error: Traceback (most recent call last): Thanks in advance |
I see that you have your own implementation of |
yes I mentioned that ,, even without applying my own wrapper the same error comes out.. |
I'm experiencing this error as well, with mujoco==2.3.7 and robosuite==1.4.0 from pip or source. The following script reproduces the error above:
|
Specifying (conversely, changing |
Hi, Many thanks , you almost saved my life... |
Hi,
I'm trying to use domain_randomization_wrapper with lift environment, but it through this error:
modder.save_defaults()
File "
/lib/python3.10/site-packages/robosuite/utils/mjmod.py", line 867, in save_defaults/lib/python3.10/site-packages/robosuite/utils/mjmod.py", line 60, in modelself.textures = [Texture(self.model, i) for i in range(self.model.ntex)]
File "
return self.sim.model
AttributeError: 'MjSim' object has no attribute 'model'
would you please advice to solve it.
Thanks
The text was updated successfully, but these errors were encountered: