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
We’d like to locate the corresponding episodes (and GroundingTruth annotations) for each of these tasks in the Fractal dataset. However, after searching through the first 15,000 episodes, we only found a GroundingTruth entry for google_robot_pick_coke_can. Is this expected? Have we overlooked something?
Our extraction method is as follows:
# Assign episode_id and extractepisode_data=self._extract_episode_data(episode, matched_task, task_counters[matched_task])
# In _extract_episode_data we assemble the actual action trajectory:action_trajectory=np.array([
np.concatenate([
step['action']['world_vector'].numpy(),
step['action']['rotation_delta'].numpy(),
step['action']['gripper_closedness_action'].numpy()
])
forstepinepisode['steps']
])
Any pointers on whether the other tasks should appear under different names, or if there’s an alternative way to locate their GroundingTruth, would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
Hello,We have selected the following tasks in
SImplerenv
:We’d like to locate the corresponding episodes (and GroundingTruth annotations) for each of these tasks in the Fractal dataset. However, after searching through the first 15,000 episodes, we only found a GroundingTruth entry for
google_robot_pick_coke_can
. Is this expected? Have we overlooked something?Our extraction method is as follows:
Any pointers on whether the other tasks should appear under different names, or if there’s an alternative way to locate their GroundingTruth, would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: