Closed xiaohao9999 closed 1 month ago
Hi,
The instructions.pkl
we provided is directly adopted from Act3d repo, which contains more tasks than the ones used in PerAct.
The gripper location boundaries is defined as the minimum and maximum of gripper locations aggregated among all keyframes from all demonstrations for each task. We calculate the minimum and maximum of X, Y, Z
separately.
Hi,
Thank you for your timely reply!
Can you explain the boundary more clearly? I want to try another task, but it is not in the json file you gave me.
You can check these lines from the Act3D repo. We follow the same procedure to obtain minimum and maximum bounds of gripper location.
OK, thanks a lot! This is useful!
Hello,
The pkl file I generated using the following script is different in size from the one you provided.
> python data_preprocessing/preprocess_rlbench_instructions.py --tasks place_cups close_jar insert_onto_square_peg light_bulb_in meat_off_grill open_drawer place_shape_in_shape_sorter place_wine_at_rack_location push_buttons put_groceries_in_cupboard put_item_in_drawer put_money_in_safe reach_and_drag slide_block_to_color_target stack_blocks stack_cups sweep_to_dustpan_of_size turn_tap --output instructions.pkl
Is this correct?
By the way, I would like to ask how these boundaries are defined.