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