rstrudel / rlbc

[ICRA2020] Learning policies for robotic manipulation
MIT License
51 stars 11 forks source link

No module named 'mime.agent' #2

Closed csufangyu closed 4 years ago

csufangyu commented 5 years ago

Hi,thanks your job,It is very exciting!and when i try to run your code,when i run python3 -m bc.collect_demos with configs/rlbc/section5/1.pick_collect_demos.json and I get a error,the eroor is: No module named 'mime.agent' and I find the code is: from mime.agent import ScriptAgent, ReplayAgent would you help me?thanks!

and I visited the home page,and found mime is the robotic environment for manipulation,could you open source it?

rstrudel commented 5 years ago

Hi, thanks for your interest in our work! There is still work to do on mime before the open sourcing, it will probably take a month before we release it. Sorry about this setback, I will keep you posted when we release it.

ZQ32 commented 4 years ago

I encountered the same problem

SHYang1210 commented 4 years ago

I want to know if the environment about mime has been released.

rstrudel commented 4 years ago

This is ongoing work, the environments have not been released yet. We will post a link to it once released.

freeliuzc commented 4 years ago

Hi, your work is very exciting! But when will this problem be solved?

rstrudel commented 4 years ago

Hello,

It took a while but we released mime. You can now use it with our rlbc repository and train policies, please give it a try ! I am closing this issue for now, feel free to re-open one if you encounter problems.

Robin