jmichaux / intrinsic-motivation

Using multiple sensor modalities to improve exploration for robotic manipulation tasks with sparse rewards
11 stars 6 forks source link

ModuleNotFoundError: No module named 'multimodal_envs' #11

Open KuKuXia opened 5 years ago

KuKuXia commented 5 years ago

Hi, jmichaux! I'm interested in your project and I've installed all the libraries you mentioned. I got the following error when I run the main.py:

ModuleNotFoundError: No module named 'multimodal_envs'

I can't find any helpful information and any help will be grateful. Thanks.

jmichaux commented 5 years ago

Thanks for bringing this to my attention!

I changed the file to import gym_fetch and gym_fetch.wrappers.

This should now work. If not please let me know.

KuKuXia commented 5 years ago

Hi, jmichaux! Thanks. It's working now. I'm looking forward to reading your detailed document.

jmichaux commented 5 years ago

Sounds good! Please let me know if you have any questions.