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

Adjusted study layouts, added open-space layout to study.

parent 37b59142
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ B___________# ...@@ -5,8 +5,8 @@ B___________#
L____###____$ L____###____$
#____#=#____$ #____#=#____$
#____#=#____P #____#=#____P
X____#=#____# X____#=#____@
=QQ#U===#@@@= =QQ#U===#@@#=
; seconds=240 ; seconds=240
; plates={c:0, d:0} ; plates={c:0, d:0}
......
====P$$#==== ====P#$$#====
=T#N____##|= =T#N_____##|=
#_A________X #_A_________X
#_###S+###_# #_###S+####_#
#_#======#_# #_#=======#_#
#_#======#_# #_#=======#_#
#_####@@##_# #_#####@@##_#
#________A_# #_________A_#
=#C#C###U#U= =#C#C####U#U=
; seconds=240 ; seconds=240
; plates={c:0, d:0} ; plates={c:0, d:0}
......
##TGED##F#F##
+___________X
S___________|
#___________$
I___________$
K___________P
#___________#
###C#C##O#O##
; seconds=240
; plates={c:0, d:0}
; dirty_plates=true
; link: https://overcooked.fandom.com/wiki/1-6_(Overcooked!)
; raising platforms based on earthquakes
\ No newline at end of file
PULTI#####
__________
___=___=_
___#___#__
___#___#__
___#___#__
___=___=__
__________
##C##$#S+
__________
__________
...@@ -2,14 +2,13 @@ levels: ...@@ -2,14 +2,13 @@ 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
config_overwrite: config_overwrite:
game: game:
time_limit_seconds: 300 time_limit_seconds: 300
validate_recipes: true validate_recipes: false
plates: plates:
clean_plates: 0 clean_plates: 0
dirty_plates: 0 dirty_plates: 0
...@@ -55,7 +54,7 @@ levels: ...@@ -55,7 +54,7 @@ levels:
game: game:
time_limit_seconds: 300 time_limit_seconds: 300
plates: plates:
clean_plates: 1 clean_plates: 0
dirty_plates: 0 dirty_plates: 0
return_dirty: true return_dirty: true
orders: orders:
...@@ -186,6 +185,56 @@ levels: ...@@ -186,6 +185,56 @@ levels:
Chips: 10 Chips: 10
BurgerWithChips: 60 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: 0
dirty_plates: 0
return_dirty: true
orders:
serving_not_ordered_meals: false
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
num_players: 1 num_players: 1
num_bots: 0 num_bots: 0
......
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