minosworld / minos

MINOS: Multimodal Indoor Simulator
MIT License
201 stars 33 forks source link

Error running demo of Gym wrapper #76

Open kanwal41g opened 6 years ago

kanwal41g commented 6 years ago

Hi, Has anyone had this error?

Traceback (most recent call last): File "./demo.py", line 8, in from minos.config.sim_args import parse_sim_args ImportError: No module named 'minos'

I am using python 3.5.2

msavva commented 6 years ago

This looks like an error due to the minos python module not being found. If you are still having this issue, please confirm that the main minos module and minos gym module are both successfully installed, by following the installation steps in the main README.md and the installation steps in the gym/README.md.