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