Yuxuan224284's picture
Upload folder using huggingface_hub
0525869 verified
(define (problem LIBERO_Kitchen_Tabletop_Manipulation)
(:domain robosuite)
(:language Reach the white bowl on the table)
(:regions
(white_bowl_init_region
(:target kitchen_table)
(:ranges (
(-1e-06 -1e-06 1e-06 1e-06)
)
)
(:yaw_rotation (
(0.0 0.0)
)
)
)
(tomato_sauce_1_1_1_region
(:target kitchen_table)
(:ranges (
(0.06603601828699447 0.07509302250354657 0.06603801828699447 0.07509502250354658)
)
)
(:yaw_rotation (
(1.57 1.57)
)
)
(:pitch_rotation (
(0.0 0.0)
)
)
(:roll_rotation (
(1.57 1.57)
)
)
)
(wine_bottle_1_2_1_region
(:target kitchen_table)
(:ranges (
(-9.999999999938768e-07 0.099999 1.0000000000061232e-06 0.100001)
)
)
(:yaw_rotation (
(0.0 0.0)
)
)
(:pitch_rotation (
(0.0 0.0)
)
)
(:roll_rotation (
(0.0 0.0)
)
)
)
(butter_1_2_2_region
(:target kitchen_table)
(:ranges (
(-0.10000099999999999 0.199999 -0.09999899999999999 0.200001)
)
)
(:yaw_rotation (
(0.0 0.0)
)
)
(:pitch_rotation (
(0.0 0.0)
)
)
(:roll_rotation (
(0.0 0.0)
)
)
)
(popcorn_1_2_3_region
(:target kitchen_table)
(:ranges (
(-9.999999999816304e-07 0.299999 1.0000000000183696e-06 0.30000099999999996)
)
)
(:yaw_rotation (
(0.0 0.0)
)
)
(:pitch_rotation (
(0.0 0.0)
)
)
(:roll_rotation (
(0.0 0.0)
)
)
)
(milk_1_3_1_region
(:target kitchen_table)
(:ranges (
(-0.09544254903216529 0.029847127551670485 -0.09544054903216528 0.029849127551670487)
)
)
(:yaw_rotation (
(1.57 1.57)
)
)
(:pitch_rotation (
(0.0 0.0)
)
)
(:roll_rotation (
(1.57 1.57)
)
)
)
(wine_bottle_2_3_2_region
(:target kitchen_table)
(:ranges (
(-0.19088409806433057 0.05969525510334097 -0.19088209806433057 0.05969725510334097)
)
)
(:yaw_rotation (
(0.0 0.0)
)
)
(:pitch_rotation (
(0.0 0.0)
)
)
(:roll_rotation (
(0.0 0.0)
)
)
)
(salad_dressing_1_4_1_region
(:target kitchen_table)
(:ranges (
(-0.08445328826431785 -0.053552946807941204 -0.08445128826431784 -0.0535509468079412)
)
)
(:yaw_rotation (
(1.57 1.57)
)
)
(:pitch_rotation (
(0.0 0.0)
)
)
(:roll_rotation (
(1.57 1.57)
)
)
)
(bbq_sauce_1_5_1_region
(:target kitchen_table)
(:ranges (
(-1.0000000000183696e-06 -0.100001 9.999999999816304e-07 -0.099999)
)
)
(:yaw_rotation (
(0.0 0.0)
)
)
(:pitch_rotation (
(0.0 0.0)
)
)
(:roll_rotation (
(0.0 0.0)
)
)
)
(orange_juice_1_5_2_region
(:target kitchen_table)
(:ranges (
(-1.0000000000367394e-06 -0.200001 9.999999999632605e-07 -0.199999)
)
)
(:yaw_rotation (
(1.57 1.57)
)
)
(:pitch_rotation (
(0.0 0.0)
)
)
(:roll_rotation (
(1.57 1.57)
)
)
)
(cream_cheese_1_6_3_region
(:target kitchen_table)
(:ranges (
(0.2799317424304623 -0.1078789853137815 0.27993374243046226 -0.1078769853137815)
)
)
(:yaw_rotation (
(0.0 0.0)
)
)
(:pitch_rotation (
(0.0 0.0)
)
)
(:roll_rotation (
(0.0 0.0)
)
)
)
)
(:fixtures
kitchen_table - kitchen_table
)
(:objects
white_bowl_1 - white_bowl
tomato_sauce_1 - tomato_sauce
wine_bottle_1 wine_bottle_2 - wine_bottle
butter_1 - butter
popcorn_1 - popcorn
milk_1 - milk
salad_dressing_1 - salad_dressing
bbq_sauce_1 - bbq_sauce
orange_juice_1 - orange_juice
cream_cheese_1 - cream_cheese
)
(:obj_of_interest
white_bowl_1
)
(:init
(On white_bowl_1 kitchen_table_white_bowl_init_region)
(On tomato_sauce_1 kitchen_table_tomato_sauce_1_1_1_region)
(On wine_bottle_1 kitchen_table_wine_bottle_1_2_1_region)
(On butter_1 kitchen_table_butter_1_2_2_region)
(On popcorn_1 kitchen_table_popcorn_1_2_3_region)
(On milk_1 kitchen_table_milk_1_3_1_region)
(On wine_bottle_2 kitchen_table_wine_bottle_2_3_2_region)
(On salad_dressing_1 kitchen_table_salad_dressing_1_4_1_region)
(On bbq_sauce_1 kitchen_table_bbq_sauce_1_5_1_region)
(On orange_juice_1 kitchen_table_orange_juice_1_5_2_region)
(On cream_cheese_1 kitchen_table_cream_cheese_1_6_3_region)
)
(:goal
(And (reached white_bowl_1))
)
)