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

Task error? #260

Open
LemonQC opened this issue Dec 3, 2024 · 0 comments
Open

Task error? #260

LemonQC opened this issue Dec 3, 2024 · 0 comments

Comments

@LemonQC
Copy link

LemonQC commented Dec 3, 2024

I run task builder and run any task py
Traceback (most recent call last):
File "task_builder.py", line 134, in new_variation
descriptions = self.scene.init_episode(
File "/home/lemon/RLBench-master/tools/../rlbench/backend/scene.py", line 136, in init_episode
self.task.validate()
File "/home/lemon/RLBench-master/tools/../rlbench/backend/task.py", line 274, in validate
self._waypoints = self._get_waypoints()
File "/home/lemon/RLBench-master/tools/../rlbench/backend/task.py", line 415, in _get_waypoints
feasible, way_i = self._feasible(waypoints)
File "/home/lemon/RLBench-master/tools/../rlbench/backend/task.py", line 366, in _feasible
path.set_to_end()
AttributeError: 'tuple' object has no attribute 'set_to_end'

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

1 participant