stepjam / RLBench

A large-scale benchmark and learning environment.
https://sites.google.com/corp/view/rlbench
Other
1.16k stars 235 forks source link

ImportError: No module named 'rlbench.sim2real' #2

Closed b0ku1 closed 5 years ago

b0ku1 commented 5 years ago

>>> import rlbench Traceback (most recent call last): File "<stdin>", line 1, in <module> File /vrep/lib/python3.5/site-packages/rlbench-1.0-py3.5.egg/rlbench/__init__.py", line 5, in <module> from rlbench.sim2real.domain_randomization import RandomizeEvery ImportError: No module named 'rlbench.sim2real' Hi there, after I install rlbench, the following error occurs. Thanks.

b0ku1 commented 5 years ago

I can successfully run PyRep examples like : example_baxter_pick_and_pass.py

After commenting our the sim2real lines in init.py for rlbench, the problem goes away.

stepjam commented 5 years ago

Thanks for reporting! Yes this was a bug. If you re run the installation of RLBench, this should now work.