rearrange_your_room-0


Required Synsets

Name State Definition
armchair.n.01 Matched chair with a support on each side for arms
bed.n.01 Matched a piece of furniture that provides a place to sleep
floor.n.01 Matched the inside lower horizontal surface (as of a room, hallway, tent, or other structure)
pillow.n.01 Matched a cushion to support the head of a sleeping person
stand.n.04 Matched a small table for holding articles of various kinds
tissue_dispenser.n.01 Matched

Transition Paths By Task Scope Objects

graph TD;

Scene Matching Status

Scene Status Reason
Beechwood_0_garden Unmatched Cannot find suitable bedroom.
Beechwood_0_int Unmatched Cannot find suitable bedroom.
Beechwood_1_int Unmatched Cannot find suitable bedroom: bedroom_0 is missing 1 stand.n.04, 1 bed.n.01, 1 armchair.n.01.
Benevolence_0_int Unmatched Cannot find suitable bedroom.
Benevolence_1_int Unmatched Cannot find suitable bathroom.Cannot find suitable bedroom.
Benevolence_2_int Unmatched Cannot find suitable bedroom: bedroom_0 is missing 1 stand.n.04, 1 bed.n.01, 1 armchair.n.01; bedroom_1 is missing 1 stand.n.04, 1 bed.n.01, 1 armchair.n.01.
Ihlen_0_int Unmatched Cannot find suitable bedroom.
Ihlen_1_int Unmatched Cannot find suitable bedroom: bedroom_1 is missing 1 stand.n.04, 1 bed.n.01, 1 armchair.n.01; bedroom_2 is missing 1 stand.n.04, 1 bed.n.01, 1 armchair.n.01; bedroom_0 is missing 1 stand.n.04, 1 bed.n.01, 1 armchair.n.01.
Merom_0_garden Unmatched Cannot find suitable bedroom.
Merom_0_int Unmatched Cannot find suitable bedroom.
Merom_1_int Unmatched Cannot find suitable bedroom: bedroom_0 is missing 1 stand.n.04, 1 bed.n.01, 1 armchair.n.01.
Pomaria_0_garden Unmatched Cannot find suitable bedroom: bedroom_1 is missing 1 stand.n.04, 1 bed.n.01, 1 armchair.n.01; bedroom_0 is missing 1 stand.n.04, 1 bed.n.01, 1 armchair.n.01.
Pomaria_0_int Unmatched Cannot find suitable bedroom: bedroom_1 is missing 1 stand.n.04, 1 bed.n.01, 1 armchair.n.01; bedroom_0 is missing 1 stand.n.04, 1 bed.n.01, 1 armchair.n.01.
Pomaria_1_int Unmatched Cannot find suitable bedroom.
Pomaria_2_int Unmatched Cannot find suitable bedroom: bedroom_0 is missing 1 stand.n.04, 1 bed.n.01.
Rs_garden Unmatched Cannot find suitable bedroom: bedroom_0 is missing 1 stand.n.04, 1 bed.n.01, 1 armchair.n.01.
Rs_int Unmatched Cannot find suitable bedroom: bedroom_0 is missing 1 stand.n.04, 1 bed.n.01, 1 armchair.n.01.
Wainscott_0_garden Unmatched Cannot find suitable bedroom: bedroom_0 is missing 1 stand.n.04, 1 bed.n.01, 1 armchair.n.01.
Wainscott_0_int Unmatched Cannot find suitable bedroom: bedroom_0 is missing 1 stand.n.04, 1 bed.n.01, 1 armchair.n.01.
Wainscott_1_int Unmatched Cannot find suitable bedroom: bedroom_0 is missing 1 stand.n.04, 1 bed.n.01; bedroom_1 is missing 1 stand.n.04, 1 bed.n.01, 1 armchair.n.01; bedroom_2 is missing 1 stand.n.04, 1 bed.n.01, 1 armchair.n.01.
gates_bedroom Unmatched Cannot find suitable bathroom.Cannot find suitable bedroom: bedroom_0 is missing 1 bed.n.01.
grocery_store_asian Unmatched Cannot find suitable bedroom.
grocery_store_cafe Unmatched Cannot find suitable bedroom.
grocery_store_convenience Unmatched Cannot find suitable bedroom.
grocery_store_half_stocked Unmatched Cannot find suitable bedroom.
hall_arch_wood Unmatched Cannot find suitable bedroom.
hall_conference_large Unmatched Cannot find suitable bedroom.
hall_glass_ceiling Unmatched Cannot find suitable bedroom.
hall_train_station Unmatched Cannot find suitable bedroom.
hotel_gym_spa Unmatched Cannot find suitable bedroom.
hotel_suite_large Matched
hotel_suite_small Unmatched Cannot find suitable bedroom: bedroom_0 is missing 1 bed.n.01, 1 armchair.n.01.
house_double_floor_lower Unmatched Cannot find suitable bedroom.
house_double_floor_upper Unmatched Cannot find suitable bedroom: bedroom_2 is missing 1 bed.n.01, 1 armchair.n.01; bedroom_1 is missing 1 bed.n.01, 1 armchair.n.01; bedroom_0 is missing 1 bed.n.01, 1 armchair.n.01.
house_single_floor Unmatched Cannot find suitable bedroom: bedroom_0 is missing 1 bed.n.01, 1 armchair.n.01.
office_bike Unmatched Cannot find suitable bathroom.Cannot find suitable bedroom.
office_cubicles_left Unmatched Cannot find suitable bedroom.
office_cubicles_right Unmatched Cannot find suitable bedroom.
office_large Unmatched Cannot find suitable bedroom.
office_vendor_machine Unmatched Cannot find suitable bedroom.
restaurant_asian Unmatched Cannot find suitable bedroom.
restaurant_brunch Unmatched Cannot find suitable bedroom.
restaurant_cafeteria Unmatched Cannot find suitable bedroom.
restaurant_diner Unmatched Cannot find suitable bedroom.
restaurant_hotel Unmatched Cannot find suitable bedroom.
restaurant_urban Unmatched Cannot find suitable bedroom.
school_biology Unmatched Cannot find suitable bedroom.
school_chemistry Unmatched Cannot find suitable bedroom.
school_computer_lab_and_infirmary Unmatched Cannot find suitable bedroom.
school_geography Unmatched Cannot find suitable bedroom.
school_gym Unmatched Cannot find suitable bedroom.

Full Definition

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

    (:objects
        floor.n.01_1 floor.n.01_2 - floor.n.01
        pillow.n.01_1 pillow.n.01_2 - pillow.n.01
        bed.n.01_1 bed.n.01_2 - bed.n.01
        armchair.n.01_1 - armchair.n.01
        tissue_dispenser.n.01_1 - tissue_dispenser.n.01
        stand.n.04_* - stand.n.04
        agent.n.01_1 - agent.n.01
    )
    
    (:init 
        (ontop pillow.n.01_1 floor.n.01_1) 
        (ontop pillow.n.01_2 floor.n.01_1) 
        (inroom floor.n.01_1 bedroom) 
        (inroom floor.n.01_2 bathroom)
        (inroom bed.n.01_1 bedroom)
        (inroom bed.n.01_2 bedroom)
        (inroom stand.n.04_* bedroom)
        (inroom armchair.n.01_1 bedroom)
        (ontop tissue_dispenser.n.01_1 armchair.n.01_1)
        (ontop agent.n.01_1 floor.n.01_1)
    )
    
    (:goal 
        (and 
            (exists
                (?stand.n.04 - stand.n.04)
                (ontop tissue_dispenser.n.01_1 ?stand.n.04)
            )
            (forpairs
                (?pillow.n.01 - pillow.n.01)
                (?bed.n.01 - bed.n.01)
                (ontop ?pillow.n.01 ?bed.n.01)
            )
        )
    )
)
  

Debugging: All Possible Recipes Resulting in Future Synsets

graph TD;