make_tomato_rice-0
Synsets
Transition Paths By Task Scope Objects
graph TD;
initial-beefsteak_tomaton01(initial: beefsteak_tomato.n.01);
initial-chicken_brothn01(initial: chicken_broth.n.01);
initial-olive_oiln01(initial: olive_oil.n.01);
future-tomato_ricen01(future: tomato_rice.n.01);
initial-vidalia_onionn01(initial: vidalia_onion.n.01);
initial-white_ricen01(initial: white_rice.n.01);
recipe-uncooked-half__vidalia_onionn01-dicing(recipe: uncooked-half__vidalia_onion.n.01-dicing);
half__vidalia_onionn01(half__vidalia_onion.n.01);
diced__vidalia_onionn01(diced__vidalia_onion.n.01);
recipe-beefsteak_tomaton01-slicing(recipe: beefsteak_tomato.n.01-slicing);
half__beefsteak_tomaton01(half__beefsteak_tomato.n.01);
recipe-vidalia_onionn01-slicing(recipe: vidalia_onion.n.01-slicing);
recipe-uncooked-half__beefsteak_tomaton01-dicing(recipe: uncooked-half__beefsteak_tomato.n.01-dicing);
diced__beefsteak_tomaton01(diced__beefsteak_tomato.n.01);
recipe-tomato_rice(recipe: tomato_rice);
initial-beefsteak_tomaton01 --> recipe-beefsteak_tomaton01-slicing;
initial-chicken_brothn01 --> recipe-tomato_rice;
initial-olive_oiln01 --> recipe-tomato_rice;
initial-vidalia_onionn01 --> recipe-vidalia_onionn01-slicing;
initial-white_ricen01 --> recipe-tomato_rice;
recipe-uncooked-half__vidalia_onionn01-dicing --> diced__vidalia_onionn01;
half__vidalia_onionn01 --> recipe-uncooked-half__vidalia_onionn01-dicing;
diced__vidalia_onionn01 --> recipe-tomato_rice;
recipe-beefsteak_tomaton01-slicing --> half__beefsteak_tomaton01;
half__beefsteak_tomaton01 --> recipe-uncooked-half__beefsteak_tomaton01-dicing;
recipe-vidalia_onionn01-slicing --> half__vidalia_onionn01;
recipe-uncooked-half__beefsteak_tomaton01-dicing --> diced__beefsteak_tomaton01;
diced__beefsteak_tomaton01 --> recipe-tomato_rice;
recipe-tomato_rice --> future-tomato_ricen01;
Scenes
- Matched:
- Planned:
- Unmatched:
Full Definition
(define (problem make_tomato_rice-0)
(:domain omnigibson)
(:objects
white_rice.n.01_1 - white_rice.n.01
beefsteak_tomato.n.01_1 - beefsteak_tomato.n.01
vidalia_onion.n.01_1 - vidalia_onion.n.01
olive_oil.n.01_1 - olive_oil.n.01
chicken_broth.n.01_1 - chicken_broth.n.01
tomato_rice.n.01_1 - tomato_rice.n.01
stove.n.01_1 - stove.n.01
crock_pot.n.01_1 - crock_pot.n.01
white_rice__sack.n.01_1 - white_rice__sack.n.01
countertop.n.01_1 - countertop.n.01
cabinet.n.01_1 - cabinet.n.01
electric_refrigerator.n.01_1 - electric_refrigerator.n.01
chopping_board.n.01_1 - chopping_board.n.01
carving_knife.n.01_1 - carving_knife.n.01
chicken_broth__carton.n.01_1 - chicken_broth__carton.n.01
wicker_basket.n.01_1 - wicker_basket.n.01
olive_oil__bottle.n.01_1 - olive_oil__bottle.n.01
agent.n.01_1 - agent.n.01
floor.n.01_1 - floor.n.01
)
(:init
(filled white_rice__sack.n.01_1 white_rice.n.01_1)
(ontop white_rice__sack.n.01_1 floor.n.01_1)
(inside beefsteak_tomato.n.01_1 wicker_basket.n.01_1)
(ontop wicker_basket.n.01_1 countertop.n.01_1)
(inside vidalia_onion.n.01_1 wicker_basket.n.01_1)
(filled olive_oil__bottle.n.01_1 olive_oil.n.01_1)
(inside olive_oil__bottle.n.01_1 cabinet.n.01_1)
(ontop chopping_board.n.01_1 countertop.n.01_1)
(ontop carving_knife.n.01_1 chopping_board.n.01_1)
(filled chicken_broth__carton.n.01_1 chicken_broth.n.01_1)
(inside chicken_broth__carton.n.01_1 electric_refrigerator.n.01_1)
(inroom stove.n.01_1 kitchen)
(inroom countertop.n.01_1 kitchen)
(inroom cabinet.n.01_1 kitchen)
(inroom electric_refrigerator.n.01_1 kitchen)
(inside crock_pot.n.01_1 cabinet.n.01_1)
(future tomato_rice.n.01_1)
(inroom floor.n.01_1 kitchen)
(ontop agent.n.01_1 floor.n.01_1)
)
(:goal
(and
(real ?tomato_rice.n.01_1)
(contains ?crock_pot.n.01_1 ?tomato_rice.n.01_1)
)
)
)
Debugging: All Possible Recipes Resulting in Future Synsets
graph TD;
missing-half__beefsteak_tomaton01(missing: half__beefsteak_tomato.n.01);
recipe-uncooked-half__vidalia_onionn01-dicing(recipe: uncooked-half__vidalia_onion.n.01-dicing);
missing-diced__beefsteak_tomaton01(missing: diced__beefsteak_tomato.n.01);
future-tomato_ricen01(future: tomato_rice.n.01);
recipe-beefsteak_tomaton01-slicing(recipe: beefsteak_tomato.n.01-slicing);
initial-white_ricen01(initial: white_rice.n.01);
recipe-vidalia_onionn01-slicing(recipe: vidalia_onion.n.01-slicing);
recipe-uncooked-half__beefsteak_tomaton01-dicing(recipe: uncooked-half__beefsteak_tomato.n.01-dicing);
initial-beefsteak_tomaton01(initial: beefsteak_tomato.n.01);
missing-diced__vidalia_onionn01(missing: diced__vidalia_onion.n.01);
recipe-tomato_rice(recipe: tomato_rice);
initial-olive_oiln01(initial: olive_oil.n.01);
missing-half__vidalia_onionn01(missing: half__vidalia_onion.n.01);
initial-chicken_brothn01(initial: chicken_broth.n.01);
initial-vidalia_onionn01(initial: vidalia_onion.n.01);
missing-half__beefsteak_tomaton01 --> recipe-uncooked-half__beefsteak_tomaton01-dicing;
recipe-uncooked-half__vidalia_onionn01-dicing --> missing-diced__vidalia_onionn01;
missing-diced__beefsteak_tomaton01 --> recipe-tomato_rice;
recipe-beefsteak_tomaton01-slicing --> missing-half__beefsteak_tomaton01;
initial-white_ricen01 --> recipe-tomato_rice;
recipe-vidalia_onionn01-slicing --> missing-half__vidalia_onionn01;
recipe-uncooked-half__beefsteak_tomaton01-dicing --> missing-diced__beefsteak_tomaton01;
initial-beefsteak_tomaton01 --> recipe-beefsteak_tomaton01-slicing;
missing-diced__vidalia_onionn01 --> recipe-tomato_rice;
recipe-tomato_rice --> future-tomato_ricen01;
initial-olive_oiln01 --> recipe-tomato_rice;
missing-half__vidalia_onionn01 --> recipe-uncooked-half__vidalia_onionn01-dicing;
initial-chicken_brothn01 --> recipe-tomato_rice;
initial-vidalia_onionn01 --> recipe-vidalia_onionn01-slicing;