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