installing_a_fax_machine-0


Required Synsets

Name State Definition
carrel.n.02 Matched small individual study area in a library
facsimile.n.02 Matched duplicator that transmits the copy by wire or radio
floor.n.01 Matched the inside lower horizontal surface (as of a room, hallway, tent, or other structure)

Transition Paths By Task Scope Objects

graph TD;

Scene Matching Status

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

Full Definition

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

    (:objects
     	facsimile.n.02_1 - facsimile.n.02
    	floor.n.01_1 floor.n.01_2 - floor.n.01
    	carrel.n.02_1 carrel.n.02_2 carrel.n.02_3 carrel.n.02_4 carrel.n.02_5
        carrel.n.02_6 carrel.n.02_7 carrel.n.02_8 carrel.n.02_9 carrel.n.02_10 - carrel.n.02
    	agent.n.01_1 - agent.n.01
    )
    
    (:init 
        (ontop facsimile.n.02_1 floor.n.01_1) 
        (not 
            (toggled_on facsimile.n.02_1)
        ) 
        (inroom floor.n.01_1 shared_office)
        (inroom floor.n.01_2 corridor) 
        (ontop agent.n.01_1 floor.n.01_1)
    )
    
    (:goal 
        (and 
            (toggled_on ?facsimile.n.02_1)
            (exists 
                (?carrel.n.02 - carrel.n.02)
                (ontop ?facsimile.n.02_1 ?carrel.n.02)
            )
        )
    )
)

  

Debugging: All Possible Recipes Resulting in Future Synsets

graph TD;