File size: 2,270 Bytes
0525869
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
(define (problem LIBERO_Kitchen_Tabletop_Manipulation)
  (:domain robosuite)
  (:language Reach the white bowl on the table)
    (:regions
      (milk_1_region
          (:target kitchen_table)
          (:ranges (
              (-0.17000099999999999 -0.090001 -0.16999899999999998 -0.089999)
            )
          )
          (:yaw_rotation (
              (1.57 1.57)
            )
          )
          (:pitch_rotation (
              (0.0 0.0)
            )
          )
          (:roll_rotation (
              (1.57 1.57)
            )
          )
      )
      (butter_1_region
          (:target kitchen_table)
          (:ranges (
              (0.089999 -0.110001 0.090001 -0.109999)
            )
          )
          (:yaw_rotation (
              (0.0 0.0)
            )
          )
          (:pitch_rotation (
              (0.0 0.0)
            )
          )
          (:roll_rotation (
              (0.0 0.0)
            )
          )
      )
      (white_bowl_1_region
          (:target kitchen_table)
          (:ranges (
              (-0.090001 0.089999 -0.089999 0.090001)
            )
          )
          (: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.089999 0.089999 0.090001 0.090001)
            )
          )
          (:yaw_rotation (
              (1.57 1.57)
            )
          )
          (:pitch_rotation (
              (0.0 0.0)
            )
          )
          (:roll_rotation (
              (1.57 1.57)
            )
          )
      )
    )

  (:fixtures
    kitchen_table - kitchen_table
  )

  (:objects
    milk_1 - milk
    butter_1 - butter
    white_bowl_1 - white_bowl
    orange_juice_1 - orange_juice
  )

  (:obj_of_interest
    white_bowl_1
  )

  (:init
    (On milk_1 kitchen_table_milk_1_region)
    (On butter_1 kitchen_table_butter_1_region)
    (On white_bowl_1 kitchen_table_white_bowl_1_region)
    (On orange_juice_1 kitchen_table_orange_juice_1_region)
  )

  (:goal
    (And (reached white_bowl_1))
  )

)