Closed rangfeng1 closed 1 year ago
Traceback (most recent call last):
File "/home/wxj/mpinets/run_inference.py", line 482, in
I feel that there may be an issue with this geometrout version,but when I use geometrout=0.0.3.4,it will ImportError: cannot import name 'SE3' from 'geometrout' (/home/wxj/anaconda3/envs/pytorch/lib/python3.10/site-packages/geometrout/init.py)
I think you're using the newest version of Geometrout. I did a major refactor at version 0.1.0.0 to make it much, much faster, but I also changed the API quite a bit. If you want to use that version, you'll probably have to change quite a few things around this repo. For now, I want to keep this repo as a reproducible version of the Motion Policy Networks paper, so I probably will not update the API calls here (or at least not now).
Can you please share your stack trace when you use 0.0.3.4? I can help debug the issue.
my python version is python3.10,when I use geometrout=0.1.0.2,
Traceback (most recent call last):
File "/home/wxj/mpinets/run_inference.py", line 482, in
when I use geometrout =0.0.3.4
Traceback (most recent call last):
File "/home/wxj/mpinets/run_inference.py", line 27, in
Oh, I think you're installing using the wrong version of robofin. Be sure to install the version at the tag v0.0.1
.
The problem is solved, thank you.
When I run run_inference ,I find this problems