Newer
Older
- config_path: CONFIGS_DIR/environment_config.yaml
layout_path: LAYOUTS_DIR/study_layouts/1-1-far-apart.layout
item_info_path: CONFIGS_DIR/item_info_debug.yaml
config_overwrite:
game:
validate_recipes: false
plates:
clean_plates: 0
dirty_plates: 0
return_dirty: true
orders:
serving_not_ordered_meals: null
meals:
all: false
list:
- TomatoSoup
- OnionSoup
order_gen_kwargs:
order_duration_random_func:
kwargs:
sample_on_dur_random_func:
func: uniform
kwargs:

Fabian Heinrich
committed
hook_callbacks:
orders:
hooks: [ completed_order ]
callback_class: !!python/name:cooperative_cuisine.scores.ScoreViaHooks ''
callback_class_kwargs:
time_dependence_func: !!python/name:cooperative_cuisine.scores.stepped_score ''
time_dependence_kwargs:

Fabian Heinrich
committed
score_ratios: [ 0.5, 1, 1 ]
steps: [ 0, 0.25, 0.66 ]

Fabian Heinrich
committed
round_decimals: 0

Fabian Heinrich
committed
score_on_specific_kwarg: meal_name
- config_path: CONFIGS_DIR/environment_config.yaml
layout_path: LAYOUTS_DIR/study_layouts/1-4-bottleneck.layout
item_info_path: CONFIGS_DIR/item_info.yaml
config_overwrite:
game:
clean_plates: 0
dirty_plates: 0
return_dirty: true
orders:
serving_not_ordered_meals: null
meals:
all: false
list:
- Burger
- Salad
- TomatoSoup
order_gen_kwargs:
order_duration_random_func:
kwargs:
sample_on_dur_random_func:
func: uniform
kwargs:
hook_callbacks:
orders:
hooks: [ completed_order ]
callback_class: !!python/name:cooperative_cuisine.scores.ScoreViaHooks ''
callback_class_kwargs:
time_dependence_func: !!python/name:cooperative_cuisine.scores.stepped_score ''
time_dependence_kwargs:
score_ratios: [ 0.5, 1, 1 ]
steps: [ 0, 0.25, 0.66 ]
round_decimals: 0
static_score: 20
score_on_specific_kwarg: meal_name
score_map:
Burger: 40
Salad: 20
TomatoSoup: 35
- config_path: CONFIGS_DIR/environment_config.yaml
layout_path: LAYOUTS_DIR/study_layouts/1-5-circle.layout
item_info_path: CONFIGS_DIR/item_info.yaml
return_dirty: true
orders:
serving_not_ordered_meals: null
meals:
all: false
list:
- TomatoSoup
- OnionSoup
order_gen_kwargs:
order_duration_random_func:
kwargs:
sample_on_dur_random_func:
func: uniform
kwargs:
hook_callbacks:
orders:
hooks: [ completed_order ]
callback_class: !!python/name:cooperative_cuisine.scores.ScoreViaHooks ''
callback_class_kwargs:
time_dependence_func: !!python/name:cooperative_cuisine.scores.stepped_score ''
time_dependence_kwargs:
score_ratios: [ 0.5, 1, 1 ]
steps: [ 0, 0.25, 0.66 ]
round_decimals: 0
static_score: 20
score_on_specific_kwarg: meal_name
score_map: [ ]
- config_path: CONFIGS_DIR/environment_config.yaml
layout_path: LAYOUTS_DIR/study_layouts/forced-cooperation.layout
item_info_path: CONFIGS_DIR/item_info.yaml
name: "Level 4"

Fabian Heinrich
committed
time_limit_seconds: 300
return_dirty: true
orders:
serving_not_ordered_meals: null
meals:
all: false
list:
- Burger
- Salad
- Chips
- BurgerWithChips
order_gen_kwargs:
order_duration_random_func:
kwargs:
sample_on_dur_random_func:
func: uniform
kwargs:
hook_callbacks:
orders:
hooks: [ completed_order ]
callback_class: !!python/name:cooperative_cuisine.scores.ScoreViaHooks ''
callback_class_kwargs:
time_dependence_func: !!python/name:cooperative_cuisine.scores.stepped_score ''
time_dependence_kwargs:
score_ratios: [ 0.5, 1, 1 ]
steps: [ 0, 0.25, 0.66 ]
round_decimals: 0
static_score: 20
score_on_specific_kwarg: meal_name
score_map:
Burger: 40
Salad: 20
Chips: 10
BurgerWithChips: 60
# - config_path: CONFIGS_DIR/environment_config.yaml
# layout_path: LAYOUTS_DIR/study_layouts/5-open-space.layout
# item_info_path: CONFIGS_DIR/item_info.yaml
# name: "Level 5"
# seed: 12345
# config_overwrite:
# game:
# time_limit_seconds: 300
# plates:
# clean_plates: 3
# dirty_plates: 0
# return_dirty: true
# orders:
# serving_not_ordered_meals: null
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
# meals:
# all: false
# list:
# - Pizza
# - FishAndChips
# - Chips
# - FriedFish
# order_gen_kwargs:
# order_duration_random_func:
# kwargs:
# a: 50
# b: 60
# sample_on_dur_random_func:
# func: uniform
# kwargs:
# a: 22
# b: 24
# hook_callbacks:
# orders:
# hooks: [ completed_order ]
# callback_class: !!python/name:cooperative_cuisine.scores.ScoreViaHooks ''
# callback_class_kwargs:
# time_dependence_func: !!python/name:cooperative_cuisine.scores.stepped_score ''
# time_dependence_kwargs:
# score_ratios: [ 0.5, 1, 1 ]
# steps: [ 0, 0.25, 0.66 ]
# round_decimals: 0
# static_score: 20
# score_on_specific_kwarg: meal_name
# score_map:
# Burger: 40
# Salad: 20
# Chips: 10
# BurgerWithChips: 60
study_log_path: USER_LOG_DIR/ENV_NAME/