dispose_of_batteries-0


Required Synsets

Name State Definition
ashcan.n.01 Matched a bin that holds rubbish until it is collected
battery.n.02 Matched a device that produces electricity; may have several primary or secondary cells arranged in parallel or series
cabinet.n.01 Matched a piece of furniture resembling a cupboard with doors and shelves and drawers; for storage or display
desk.n.01 Matched a piece of furniture with a writing surface and usually drawers or other compartments
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 copy_room.
Beechwood_0_int Unmatched Cannot find suitable copy_room.
Beechwood_1_int Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
Benevolence_0_int Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
Benevolence_1_int Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
Benevolence_2_int Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
Ihlen_0_int Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
Ihlen_1_int Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
Merom_0_garden Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
Merom_0_int Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
Merom_1_int Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
Pomaria_0_garden Unmatched Cannot find suitable private_office: private_office_0 is missing 1 desk.n.01.Cannot find suitable copy_room.
Pomaria_0_int Unmatched Cannot find suitable private_office: private_office_0 is missing 1 desk.n.01.Cannot find suitable copy_room.
Pomaria_1_int Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
Pomaria_2_int Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
Rs_garden Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
Rs_int Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
Wainscott_0_garden Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
Wainscott_0_int Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
Wainscott_1_int Unmatched Cannot find suitable private_office: private_office_0 is missing 1 desk.n.01.Cannot find suitable copy_room.
gates_bedroom Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
grocery_store_asian Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
grocery_store_cafe Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
grocery_store_convenience Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
grocery_store_half_stocked Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
hall_arch_wood Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
hall_conference_large Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
hall_glass_ceiling Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
hall_train_station Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
hotel_gym_spa Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
hotel_suite_large Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
hotel_suite_small Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
house_double_floor_lower Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
house_double_floor_upper Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
house_single_floor Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
office_bike Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
office_cubicles_left Unmatched Cannot find suitable private_office: private_office_2 is missing 1 desk.n.01; private_office_0 is missing 1 desk.n.01; private_office_1 is missing 1 desk.n.01; private_office_5 is missing 1 desk.n.01; private_office_4 is missing 1 desk.n.01; private_office_3 is missing 1 desk.n.01.
office_cubicles_right Matched
office_large Matched
office_vendor_machine Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
restaurant_asian Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
restaurant_brunch Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
restaurant_cafeteria Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
restaurant_diner Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
restaurant_hotel Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
restaurant_urban Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
school_biology Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
school_chemistry Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
school_computer_lab_and_infirmary Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
school_geography Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.
school_gym Unmatched Cannot find suitable private_office.Cannot find suitable copy_room.

Full Definition

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

    (:objects
        battery.n.02_1 battery.n.02_2 battery.n.02_3 - battery.n.02
        desk.n.01_1 - desk.n.01
        cabinet.n.01_1 - cabinet.n.01
        ashcan.n.01_1 - ashcan.n.01
        floor.n.01_1 - floor.n.01
        agent.n.01_1 - agent.n.01
    )

    (:init
        (ontop battery.n.02_1 desk.n.01_1)
        (ontop battery.n.02_2 desk.n.01_1)
        (ontop battery.n.02_3 cabinet.n.01_1)
        (ontop ashcan.n.01_1 floor.n.01_1)
        (inroom desk.n.01_1 private_office)
        (inroom cabinet.n.01_1 copy_room)
        (inroom floor.n.01_1 copy_room)
        (ontop agent.n.01_1 floor.n.01_1)
    )

    (:goal
        (and
            (forall
                (?battery.n.02 - battery.n.02)
                (inside ?battery.n.02 ?ashcan.n.01_1)
            )
            (ontop ?ashcan.n.01_1 ?floor.n.01_1)
        )
    )
)

  

Debugging: All Possible Recipes Resulting in Future Synsets

graph TD;