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