Skip to content
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

[Bug]Creating Scene via Task Builder #9

Closed
mertimre opened this issue Oct 18, 2019 · 2 comments
Closed

[Bug]Creating Scene via Task Builder #9

mertimre opened this issue Oct 18, 2019 · 2 comments

Comments

@mertimre
Copy link

Hi,
I installed PyRep and RLBenchmark. They together seem promising. I have encountered two bugs while following the "Simple Task Walkthrough".

When trying to run the task builder, it was not able to find the task validator. So I needed to change the import at the start of task builder
from
from tools.task_validator import task_smoke, TaskValidationError
to
from task_validator import task_smoke, TaskValidationError

While trying to create a non-existing task, at first it says that it does not exist in the system, would you like to create it. However, when you want to create it the system throws errors as follows: (XXXX is the new task name)
ModuleNotFoundError: No module named 'rlbench.tasks.XXXX'
rlbench.utils.InvalidTaskName: The task file 'XXXX' does not exist or cannot be compiled.

And a small note, the task in the tutorial slide_block_to_target already exists, you may want to change it as in the screenshot to slide_block

Best

@superggb
Copy link

I found the second BUG too.
But I still haven't found solution.
Do u solved this?

@bycn
Copy link

bycn commented Mar 25, 2020

Ran into similar but reinstall & re-setup fixed it

@stepjam stepjam closed this as completed Jun 24, 2020
quebulm pushed a commit to quebulm/RLBench that referenced this issue Jan 29, 2024
quebulm pushed a commit to quebulm/RLBench that referenced this issue Jan 29, 2024
quebulm pushed a commit to quebulm/RLBench that referenced this issue Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants