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
On trying to generate observations for place-red-in-green, the task reset gets stuck in an infinite loop as the get_random_pose function of Task keeps returning (None, None). Is there a way to fix this?
By the way, there might be a bug in checking for None in Line 72 of ravens/tasks/place_red_in_green.py, as it should be checking if the elements in the pose tuple are None instead of the tuple being None
The text was updated successfully, but these errors were encountered:
On trying to generate observations for place-red-in-green, the task reset gets stuck in an infinite loop as the
get_random_pose
function ofTask
keeps returning(None, None)
. Is there a way to fix this?By the way, there might be a bug in checking for
None
in Line 72 of ravens/tasks/place_red_in_green.py, as it should be checking if the elements in the pose tuple areNone
instead of the tuple beingNone
The text was updated successfully, but these errors were encountered: