clean_gas_logs-0
Synsets
Transition Paths By Task Scope Objects
graph TD;
Scenes
- Matched:
- Planned:
- Unmatched:
Full Definition
(define (problem clean_gas_logs-0)
(:domain omnigibson)
(:objects
log.n.01_1 log.n.01_2 - log.n.01
fireplace.n.01_1 - fireplace.n.01
scrub_brush.n.01_1 - scrub_brush.n.01
rag.n.01_1 - rag.n.01
dust.n.01_1 - dust.n.01
floor.n.01_1 - floor.n.01
agent.n.01_1 - agent.n.01
)
(:init
(inside log.n.01_1 fireplace.n.01_1)
(inside log.n.01_2 fireplace.n.01_1)
(ontop scrub_brush.n.01_1 floor.n.01_1)
(ontop rag.n.01_1 floor.n.01_1)
(covered log.n.01_1 dust.n.01_1)
(covered log.n.01_2 dust.n.01_1)
(ontop fireplace.n.01_1 floor.n.01_1)
(inroom floor.n.01_1 living_room)
(ontop agent.n.01_1 floor.n.01_1)
)
(:goal
(and
(forall
(?log.n.01 - log.n.01)
(not
(covered ?log.n.01 ?dust.n.01_1)
)
)
)
)
)
Debugging: All Possible Recipes Resulting in Future Synsets
graph TD;