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

Not compatible with robosuite v1.5 #37

Closed
Felix-Zhenghao opened this issue Nov 4, 2024 · 2 comments
Closed

Not compatible with robosuite v1.5 #37

Felix-Zhenghao opened this issue Nov 4, 2024 · 2 comments
Assignees

Comments

@Felix-Zhenghao
Copy link

As the main branch of robosuite has been updated to v1.5, the import paths of multiple files do not work. For instance, the error when running python demo_random_action.py will be:

[robosuite WARNING] Could not import robosuite_models. Some robots may not be available. If you want to use these robots, please install robosuite_models from source (https://github.com/ARISE-Initiative/robosuite_models) or through pip install. (__init__.py:30)
Traceback (most recent call last):
  File "/Users/felix020422/Desktop/robotDB/mimicgen/mimicgen/scripts/demo_random_action.py", line 9, in <module>
    from robosuite.controllers import load_controller_config
ImportError: cannot import name 'load_controller_config' from 'robosuite.controllers' (/Users/felix020422/Desktop/robotDB/robosuite/robosuite/controllers/__init__.py)

In the mimicgen doc, there may well be a sentence 'please run git checkout v1.4' inside the robosuite directory.

@Felix-Zhenghao
Copy link
Author

After checking out to the v1.4 branch, mimicgen works on my Mac.

@amandlek
Copy link
Collaborator

Yes this is expected - we haven't made the changes to support v1.5 yet. We have a note in the docs here: https://mimicgen.github.io/docs/introduction/installation.html#robosuite

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