laying_out_snacks_at_work-0
Synsets
Transition Paths By Task Scope Objects
graph TD;
Scenes
- Matched:
- Planned:
- Unmatched:
Full Definition
(define (problem laying_out_snacks_at_work-0)
(:domain omnigibson)
(:objects
chip.n.04_1 - chip.n.04
bowl.n.01_1 bowl.n.01_2 - bowl.n.01
tortilla.n.01_1 - tortilla.n.01
cabinet.n.01_1 - cabinet.n.01
conference_table.n.01_1 - conference_table.n.01
floor.n.01_1 - floor.n.01
agent.n.01_1 - agent.n.01
)
(:init
(ontop chip.n.04_1 bowl.n.01_1)
(ontop tortilla.n.01_1 bowl.n.01_2)
(inside bowl.n.01_1 cabinet.n.01_1)
(inside bowl.n.01_2 cabinet.n.01_1)
(inroom conference_table.n.01_1 meeting_room)
(inroom cabinet.n.01_1 meeting_room)
(inroom floor.n.01_1 meeting_room)
(ontop agent.n.01_1 floor.n.01_1)
)
(:goal
(and
(ontop ?bowl.n.01_1 ?conference_table.n.01_1)
(ontop ?bowl.n.01_2 ?conference_table.n.01_1)
)
)
)
Debugging: All Possible Recipes Resulting in Future Synsets
graph TD;