stepjam / RLBench

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

Errors since update 5 days ago #155

Closed Marcelbgit closed 2 years ago

Marcelbgit commented 2 years ago

Hello RLBench developers,

since your update five days ago these several errors appearing:

ImportError: cannot import name 'InvalidActionError from 'rlbench.task_environment (python3.8/site-packages/rlbench/task_environment.py) File "/home/anaconda3/envs/lib/python3.8/site-packages/rlbench/environment.py", line 10, in <module> from rlbench.action_modes.action_mode import ActionMode ModuleNotFoundError: No module named 'rlbench.action_modes' Is there any chance to get the old folders/files to make it executable again.

Cheers, Marcel

stepjam commented 2 years ago

In version 1.2, there are a few slight changes to the API for action modes. Pease take a look at the examples folder to see how to update your existing code.