clean_a_trumpet-0
Synsets
Transition Paths By Task Scope Objects
graph TD;
Scenes
- Matched:
- Planned:
- Unmatched:
Full Definition
(define (problem clean_a_trumpet-0)
(:domain omnigibson)
(:objects
dust.n.01_1 - dust.n.01
cornet.n.01_1 - cornet.n.01
hand_towel.n.01_1 - hand_towel.n.01
coffee_table.n.01_1 - coffee_table.n.01
floor.n.01_1 - floor.n.01
agent.n.01_1 - agent.n.01
)
(:init
(covered cornet.n.01_1 dust.n.01_1)
(ontop hand_towel.n.01_1 coffee_table.n.01_1)
(ontop cornet.n.01_1 coffee_table.n.01_1)
(inroom coffee_table.n.01_1 living_room)
(inroom floor.n.01_1 living_room)
(ontop agent.n.01_1 floor.n.01_1)
)
(:goal
(and
(not
(covered ?cornet.n.01_1 ?dust.n.01_1)
)
)
)
)
Debugging: All Possible Recipes Resulting in Future Synsets
graph TD;