cleaning_up_branches_and_twigs-0


Required Synsets

Name State Definition
branch.n.02 Matched a division of a stem, or secondary stem arising from the main stem of a plant
floor.n.01 Matched the inside lower horizontal surface (as of a room, hallway, tent, or other structure)
recycling_bin.n.01 Matched a bin for depositing things to be recycled

Transition Paths By Task Scope Objects

graph TD;

Scene Matching Status

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

Full Definition

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

    (:objects
        floor.n.01_1 - floor.n.01
        branch.n.02_1 branch.n.02_2 branch.n.02_3 branch.n.02_4 - branch.n.02
        recycling_bin.n.01_1 - recycling_bin.n.01
        agent.n.01_1 - agent.n.01
    )

    (:init
        (ontop branch.n.02_1 floor.n.01_1)
        (ontop branch.n.02_2 floor.n.01_1)
        (ontop branch.n.02_3 floor.n.01_1)
        (ontop branch.n.02_4 floor.n.01_1)
        (ontop recycling_bin.n.01_1 floor.n.01_1)
        (ontop agent.n.01_1 floor.n.01_1)
        (inroom floor.n.01_1 garden)
    )

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

  

Debugging: All Possible Recipes Resulting in Future Synsets

graph TD;