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.09668067308807977 0.025546095507898187 0.09668267308807978 0.02554809550789819)
)
)
(: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.0998707391569725 0.0051014700604975 -0.0998687391569725 0.0051034700604975)
)
)
(: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.199740478313945 0.010203940120995 -0.199738478313945 0.010205940120994999)
)
)
(: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.08745383870195016 -0.048498432952380995 -0.08745183870195015 -0.04849643295238099)
)
)
(: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.2642073873865816 -0.14210634133023298 0.26420938738658156 -0.14210434133023297)
)
)
(: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))
)
)