robocasa.environments.kitchen.multi_stage.baking package
Contents
robocasa.environments.kitchen.multi_stage.baking package¶
Submodules¶
robocasa.environments.kitchen.multi_stage.baking.cupcake_cleanup module¶
- class robocasa.environments.kitchen.multi_stage.baking.cupcake_cleanup.CupcakeCleanup(*args, **kwargs)¶
Bases:
Kitchen
Cupcake Cleanup: composite task for Baking activity.
Simulates the task of cleaning up after baking cupcakes.
- Steps:
Move the cupcake off the tray onto the counter, and place the bowl used for mixing into the sink.
- get_ep_meta()¶
Returns a dictionary containing episode meta data
robocasa.environments.kitchen.multi_stage.baking.organize_baking_ingredients module¶
- class robocasa.environments.kitchen.multi_stage.baking.organize_baking_ingredients.OrganizeBakingIngredients(*args, **kwargs)¶
Bases:
Kitchen
Organize Baking Ingredients: composite task for Baking activity.
Simulates the task of organizing baking ingredients.
- Steps:
Place the eggs and milk near the bowl on the counter.
- get_ep_meta()¶
Returns a dictionary containing episode meta data
robocasa.environments.kitchen.multi_stage.baking.pastry_display module¶
- class robocasa.environments.kitchen.multi_stage.baking.pastry_display.PastryDisplay(*args, **kwargs)¶
Bases:
Kitchen
Pastry Display: composite task for Baking activity.
Simulates the task of displaying pastries.
- Steps:
Place the pastries on the plates.
- get_ep_meta()¶
Returns a dictionary containing episode meta data