cleaning_high_chair-0


Required Synsets

Name State Definition
cabinet.n.01 Matched a piece of furniture resembling a cupboard with doors and shelves and drawers; for storage or display
dust.n.01 Matched fine powdery material such as dry earth or pollen that can be blown about in the air
floor.n.01 Matched the inside lower horizontal surface (as of a room, hallway, tent, or other structure)
hand_towel.n.01 Planned a small towel used to dry the hands or face
highchair.n.01 Matched a chair for feeding a very young child; has four long legs and a footrest and a detachable tray

Transition Paths By Task Scope Objects

graph TD;

Scene Matching Status

Scene Status Reason
Beechwood_0_garden Matched
Beechwood_0_int Matched
Beechwood_1_int Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
Benevolence_0_int Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
Benevolence_1_int Matched
Benevolence_2_int Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
Ihlen_0_int Unmatched Cannot find suitable kitchen.
Ihlen_1_int Matched
Merom_0_garden Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
Merom_0_int Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
Merom_1_int Matched
Pomaria_0_garden Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
Pomaria_0_int Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
Pomaria_1_int Unmatched Cannot find suitable dining_room.
Pomaria_2_int Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
Rs_garden Unmatched Cannot find suitable dining_room.
Rs_int Unmatched Cannot find suitable dining_room.
Wainscott_0_garden Matched
Wainscott_0_int Matched
Wainscott_1_int Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
gates_bedroom Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
grocery_store_asian Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
grocery_store_cafe Unmatched Cannot find suitable kitchen.
grocery_store_convenience Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
grocery_store_half_stocked Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
hall_arch_wood Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
hall_conference_large Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
hall_glass_ceiling Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
hall_train_station Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
hotel_gym_spa Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
hotel_suite_large Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
hotel_suite_small Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
house_double_floor_lower Unmatched Cannot find suitable dining_room.
house_double_floor_upper Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
house_single_floor Matched
office_bike Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
office_cubicles_left Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
office_cubicles_right Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
office_large Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
office_vendor_machine Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
restaurant_asian Matched
restaurant_brunch Matched
restaurant_cafeteria Matched
restaurant_diner Matched
restaurant_hotel Matched
restaurant_urban Matched
school_biology Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
school_chemistry Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
school_computer_lab_and_infirmary Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
school_geography Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.
school_gym Unmatched Cannot find suitable dining_room.Cannot find suitable kitchen.

Full Definition

(define (problem cleaning_high_chair-0)
    (:domain behavior-1k)

    (:objects
        dust.n.01_1 - dust.n.01
        highchair.n.01_1 - highchair.n.01
        hand_towel.n.01_1 - hand_towel.n.01
        cabinet.n.01_1 - cabinet.n.01
        floor.n.01_1 floor.n.01_2 - floor.n.01
        agent.n.01_1 - agent.n.01
    )
    
    (:init 
        (covered highchair.n.01_1 dust.n.01_1)
        (inside hand_towel.n.01_1 cabinet.n.01_1) 
        (ontop highchair.n.01_1 floor.n.01_2)
        (inroom cabinet.n.01_1 kitchen) 
        (inroom floor.n.01_2 dining_room) 
        (inroom floor.n.01_1 kitchen) 
        (ontop agent.n.01_1 floor.n.01_1)
    )
    
    (:goal 
        (and 
            (not 
                (covered ?highchair.n.01_1 ?dust.n.01_1)
            )
        )
    )
)

  

Debugging: All Possible Recipes Resulting in Future Synsets

graph TD;