Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ModuleNotFoundError: No module named 'robomimic' #60

Open
HJX-exoskeleton opened this issue Oct 19, 2024 · 2 comments
Open

ModuleNotFoundError: No module named 'robomimic' #60

HJX-exoskeleton opened this issue Oct 19, 2024 · 2 comments

Comments

@HJX-exoskeleton
Copy link

error:
Traceback (most recent call last):
File "/home/song/hjx/aloha/mobile-aloha_multi-sensor/act-plus-plus/imitate_episodes.py", line 20, in
from policy import ACTPolicy, CNNMLPPolicy, DiffusionPolicy
File "/home/song/hjx/aloha/mobile-aloha_multi-sensor/act-plus-plus/policy.py", line 11, in
from robomimic.models.base_nets import ResNet18Conv, SpatialSoftmax
ModuleNotFoundError: No module named 'robomimic'

@TangGuohh
Copy link

TangGuohh commented Jan 6, 2025

look this :
also need to install https://github.com/ARISE-Initiative/robomimic/tree/r2d2 (note the r2d2 branch) for Diffusion Policy by pip install -e .

you need to git clone https://github.com/ARISE-Initiative/robomimic/tree/r2d2
and
Run pip install -e . in robomimic
Run pip install -e . in robomimic/act/detr

@TangGuohh
Copy link

small black son

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants