stripping_furniture-0
Synsets
Transition Paths By Task Scope Objects
graph TD;
Scenes
- Matched:
- Planned:
- Unmatched:
Full Definition
(define (problem stripping_furniture-0)
(:domain omnigibson)
(:objects
newspaper.n.03_1 - newspaper.n.03
floor.n.01_1 - floor.n.01
house_paint.n.01_1 - house_paint.n.01
table.n.02_1 - table.n.02
solvent.n.01_1 - solvent.n.01
solvent__bottle.n.01_1 - solvent__bottle.n.01
scraper.n.01_1 - scraper.n.01
bucket.n.01_1 - bucket.n.01
scrub_brush.n.01_1 - scrub_brush.n.01
agent.n.01_1 - agent.n.01
)
(:init
(ontop newspaper.n.03_1 floor.n.01_1)
(covered table.n.02_1 house_paint.n.01_1)
(filled solvent__bottle.n.01_1 solvent.n.01_1)
(ontop solvent__bottle.n.01_1 table.n.02_1)
(ontop scraper.n.01_1 table.n.02_1)
(ontop scrub_brush.n.01_1 table.n.02_1)
(ontop bucket.n.01_1 floor.n.01_1)
(inroom floor.n.01_1 garage)
(ontop table.n.02_1 floor.n.01_1)
(ontop agent.n.01_1 floor.n.01_1)
)
(:goal
(and
(not
(covered ?table.n.02_1 ?house_paint.n.01_1)
)
)
)
)
Debugging: All Possible Recipes Resulting in Future Synsets
graph TD;