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