(define (problem LIBERO_Kitchen_Tabletop_Manipulation) (:domain robosuite) (:language Reach the white bowl on the table) (:regions (butter_1_region (:target kitchen_table) (:ranges ( (-0.170001 -0.08500100000000001 -0.169999 -0.084999) ) ) (:yaw_rotation ( (0.0 0.0) ) ) (:pitch_rotation ( (0.0 0.0) ) ) (:roll_rotation ( (0.0 0.0) ) ) ) (milk_1_region (:target kitchen_table) (:ranges ( (-0.005001 -0.075001 -0.004999 -0.074999) ) ) (:yaw_rotation ( (1.57 1.57) ) ) (:pitch_rotation ( (0.0 0.0) ) ) (:roll_rotation ( (1.57 1.57) ) ) ) (tomato_sauce_1_region (:target kitchen_table) (:ranges ( (0.169999 -0.075001 0.170001 -0.074999) ) ) (:yaw_rotation ( (1.57 1.57) ) ) (:pitch_rotation ( (0.0 0.0) ) ) (:roll_rotation ( (1.57 1.57) ) ) ) (white_bowl_1_region (:target kitchen_table) (:ranges ( (-0.160001 0.079999 -0.159999 0.080001) ) ) (:yaw_rotation ( (0.0 0.0) ) ) (:pitch_rotation ( (0.0 0.0) ) ) (:roll_rotation ( (0.0 0.0) ) ) ) (orange_juice_1_region (:target kitchen_table) (:ranges ( (0.009999000000000001 0.074999 0.010001 0.075001) ) ) (:yaw_rotation ( (1.57 1.57) ) ) (:pitch_rotation ( (0.0 0.0) ) ) (:roll_rotation ( (1.57 1.57) ) ) ) (cream_cheese_1_region (:target kitchen_table) (:ranges ( (0.159999 0.089999 0.160001 0.090001) ) ) (:yaw_rotation ( (0.0 0.0) ) ) (:pitch_rotation ( (0.0 0.0) ) ) (:roll_rotation ( (0.0 0.0) ) ) ) ) (:fixtures kitchen_table - kitchen_table ) (:objects butter_1 - butter milk_1 - milk tomato_sauce_1 - tomato_sauce white_bowl_1 - white_bowl orange_juice_1 - orange_juice cream_cheese_1 - cream_cheese ) (:obj_of_interest white_bowl_1 ) (:init (On butter_1 kitchen_table_butter_1_region) (On milk_1 kitchen_table_milk_1_region) (On tomato_sauce_1 kitchen_table_tomato_sauce_1_region) (On white_bowl_1 kitchen_table_white_bowl_1_region) (On orange_juice_1 kitchen_table_orange_juice_1_region) (On cream_cheese_1 kitchen_table_cream_cheese_1_region) ) (:goal (And (reached white_bowl_1)) ) )