Action labels do not match actual action
RexxarCHL opened this issue · 2 comments
RexxarCHL commented
It seemed like there are inconsistencies between the action label string and the actual action performed by the robot.
Items to check include:
- Make sure the goal strings match for every .h5f file
- Show the string label for each goal timestamp to make sure the actions match the label
Utilize view_convert_dataset to check these two items.
RexxarCHL commented
Modified view_convert_dataset to check label consistency. See #531
Initial results on a small subset of files, 10 files blocks only and 15 files with plush, suggest that:
- No inconsistency between action label sequence
- The actual action performed by the robot match action label.
RexxarCHL commented
Randomly checked the first 2000 files in blocks_only subset.
All action labels are consistent. Robot actions match action labels.