boxing_books_up_for_storage-0
Synsets
Transition Paths By Task Scope Objects
graph TD;
Scenes
- Matched:
- Planned:
- Unmatched:
Full Definition
(define (problem boxing_books_up_for_storage-0)
(:domain omnigibson)
(:objects
book.n.02_1 book.n.02_2 book.n.02_3 book.n.02_4 book.n.02_5 book.n.02_6 book.n.02_7 - book.n.02
floor.n.01_1 - floor.n.01
shelf.n.01_1 - shelf.n.01
carton.n.02_1 - carton.n.02
agent.n.01_1 - agent.n.01
)
(:init
(ontop book.n.02_1 floor.n.01_1)
(ontop book.n.02_2 floor.n.01_1)
(ontop book.n.02_3 floor.n.01_1)
(ontop book.n.02_4 floor.n.01_1)
(ontop book.n.02_5 floor.n.01_1)
(ontop book.n.02_6 shelf.n.01_1)
(ontop book.n.02_7 shelf.n.01_1)
(ontop carton.n.02_1 floor.n.01_1)
(inroom floor.n.01_1 living_room)
(inroom shelf.n.01_1 living_room)
(ontop agent.n.01_1 floor.n.01_1)
)
(:goal
(and
(forall
(?book.n.02 - book.n.02)
(inside ?book.n.02 ?carton.n.02_1)
)
)
)
)
Debugging: All Possible Recipes Resulting in Future Synsets
graph TD;