-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'ArmActionMode' #45
Comments
Hi, I think it is a dependency problem regarding the version of RLBench or PyRep. Since the RLzoo repo is developed 3 years ago, the dependencies might have updated after that. I suggest to try down-grade the dependencies. I also need some time to take a look at this problem. btw, which env are you using? |
Thank you for your quick response
and i tried PickUpCup and ReachTarget env. CoppeliaSim==4.1.0 Also, I could not find and install old versions of PyRep and I haven't GPU and I want to use CPU only. |
hi, I have run (rlzoo/interactive/main.ipynb ) and I got this error
ImportError: cannot import name 'ArmActionMode'
I did the solution that was suggested in #43 but now I get a new error and the problem isn't solved.
the error is
action_shape() missing 1 required positional argument: 'scene'
what should I do?
The text was updated successfully, but these errors were encountered: