You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to introduce a new RLBench task (or also override one). How do I accomplish this properly? The only way I can think of now is to rewrite parts of the code in the RLBench package, which I don't think is the proper way to do it. Should there be an argument to indicate where the task is defined?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
Are you planning to simply create a new task in RLBench or also learning the new task with RLzoo? For the first case, you may refer to the original RLBench website to see how to create a new task without modifying its code. For the second case where you also need to apply RLzoo for the new task, you will need to register the new environment in RLBench and add the name here in RLzoo common/env_list.py.
Beside all this, I decided to reinstall RLBench and RLzoo packages with pip install -e <path to package> so that I can edit the code directly in my development folder.
Hello!
I want to introduce a new RLBench task (or also override one). How do I accomplish this properly? The only way I can think of now is to rewrite parts of the code in the RLBench package, which I don't think is the proper way to do it. Should there be an argument to indicate where the task is defined?
Thank you!
The text was updated successfully, but these errors were encountered: