Skip to content
Snippets Groups Projects
Commit eb467559 authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

Adjusted processing times for study

parent d7f26fe3
No related branches found
No related tags found
No related merge requests found
...@@ -74,55 +74,55 @@ Sausage: ...@@ -74,55 +74,55 @@ Sausage:
ChoppedTomato: ChoppedTomato:
type: Ingredient type: Ingredient
needs: [ Tomato ] needs: [ Tomato ]
seconds: 4.0 seconds: 2.6
equipment: CuttingBoard equipment: CuttingBoard
ChoppedLettuce: ChoppedLettuce:
type: Ingredient type: Ingredient
needs: [ Lettuce ] needs: [ Lettuce ]
seconds: 3.0 seconds: 2.6
equipment: CuttingBoard equipment: CuttingBoard
ChoppedOnion: ChoppedOnion:
type: Ingredient type: Ingredient
needs: [ Onion ] needs: [ Onion ]
seconds: 4.0 seconds: 2.6
equipment: CuttingBoard equipment: CuttingBoard
RawPatty: RawPatty:
type: Ingredient type: Ingredient
needs: [ Meat ] needs: [ Meat ]
seconds: 4.0 seconds: 2.6
equipment: CuttingBoard equipment: CuttingBoard
RawChips: RawChips:
type: Ingredient type: Ingredient
needs: [ Potato ] needs: [ Potato ]
seconds: 4.0 seconds: 2.6
equipment: CuttingBoard equipment: CuttingBoard
ChoppedFish: ChoppedFish:
type: Ingredient type: Ingredient
needs: [ Fish ] needs: [ Fish ]
seconds: 4.0 seconds: 2.6
equipment: CuttingBoard equipment: CuttingBoard
PizzaBase: PizzaBase:
type: Ingredient type: Ingredient
needs: [ Dough ] needs: [ Dough ]
seconds: 4.0 seconds: 2.6
equipment: CuttingBoard equipment: CuttingBoard
GratedCheese: GratedCheese:
type: Ingredient type: Ingredient
needs: [ Cheese ] needs: [ Cheese ]
seconds: 4.0 seconds: 2.6
equipment: CuttingBoard equipment: CuttingBoard
ChoppedSausage: ChoppedSausage:
type: Ingredient type: Ingredient
needs: [ Sausage ] needs: [ Sausage ]
seconds: 4.0 seconds: 2.6
equipment: CuttingBoard equipment: CuttingBoard
CookedPatty: CookedPatty:
......
...@@ -2,6 +2,7 @@ levels: ...@@ -2,6 +2,7 @@ levels:
- config_path: CONFIGS_DIR/environment_config.yaml - config_path: CONFIGS_DIR/environment_config.yaml
layout_path: LAYOUTS_DIR/study_layouts/1-1-far-apart.layout layout_path: LAYOUTS_DIR/study_layouts/1-1-far-apart.layout
# layout_path: LAYOUTS_DIR/zztest_layouts/screenshot_tutorial.layout
item_info_path: CONFIGS_DIR/item_info.yaml item_info_path: CONFIGS_DIR/item_info.yaml
name: "Level 1" name: "Level 1"
seed: 12345 seed: 12345
...@@ -23,13 +24,13 @@ levels: ...@@ -23,13 +24,13 @@ levels:
order_gen_kwargs: order_gen_kwargs:
order_duration_random_func: order_duration_random_func:
kwargs: kwargs:
a: 60 a: 55
b: 70 b: 65
sample_on_dur_random_func: sample_on_dur_random_func:
func: uniform func: uniform
kwargs: kwargs:
a: 20 a: 18
b: 30 b: 28
hook_callbacks: hook_callbacks:
orders: orders:
...@@ -68,13 +69,13 @@ levels: ...@@ -68,13 +69,13 @@ levels:
order_gen_kwargs: order_gen_kwargs:
order_duration_random_func: order_duration_random_func:
kwargs: kwargs:
a: 60 a: 54
b: 70 b: 64
sample_on_dur_random_func: sample_on_dur_random_func:
func: uniform func: uniform
kwargs: kwargs:
a: 20 a: 18
b: 30 b: 28
hook_callbacks: hook_callbacks:
orders: orders:
hooks: [ completed_order ] hooks: [ completed_order ]
...@@ -115,13 +116,13 @@ levels: ...@@ -115,13 +116,13 @@ levels:
order_gen_kwargs: order_gen_kwargs:
order_duration_random_func: order_duration_random_func:
kwargs: kwargs:
a: 60 a: 54
b: 70 b: 60
sample_on_dur_random_func: sample_on_dur_random_func:
func: uniform func: uniform
kwargs: kwargs:
a: 20 a: 18
b: 30 b: 26
hook_callbacks: hook_callbacks:
orders: orders:
hooks: [ completed_order ] hooks: [ completed_order ]
...@@ -160,13 +161,13 @@ levels: ...@@ -160,13 +161,13 @@ levels:
order_gen_kwargs: order_gen_kwargs:
order_duration_random_func: order_duration_random_func:
kwargs: kwargs:
a: 60 a: 50
b: 70 b: 60
sample_on_dur_random_func: sample_on_dur_random_func:
func: uniform func: uniform
kwargs: kwargs:
a: 20 a: 22
b: 30 b: 24
hook_callbacks: hook_callbacks:
orders: orders:
hooks: [ completed_order ] hooks: [ completed_order ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment