Skip to content
Snippets Groups Projects

Resolve "Score of order depends on remaining time"

Merged Fabian Heinrich requested to merge 128-score-of-order-depends-on-remaining-time into dev
7 files
+ 71
27
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -7,7 +7,7 @@ levels:
@@ -7,7 +7,7 @@ levels:
seed: 12345
seed: 12345
config_overwrite:
config_overwrite:
player_config:
player_config:
speed_units_per_seconds: 5
speed_units_per_seconds: 8
game:
game:
time_limit_seconds: 300
time_limit_seconds: 300
validate_recipes: false
validate_recipes: false
@@ -25,13 +25,13 @@ levels:
@@ -25,13 +25,13 @@ levels:
order_gen_kwargs:
order_gen_kwargs:
order_duration_random_func:
order_duration_random_func:
kwargs:
kwargs:
a: 60
a: 5
b: 70
b: 6
sample_on_dur_random_func:
sample_on_dur_random_func:
func: uniform
func: uniform
kwargs:
kwargs:
a: 20
a: 3
b: 30
b: 4
hook_callbacks:
hook_callbacks:
orders:
orders:
@@ -40,12 +40,16 @@ levels:
@@ -40,12 +40,16 @@ levels:
callback_class_kwargs:
callback_class_kwargs:
time_dependence_func: !!python/name:cooperative_cuisine.scores.stepped_score ''
time_dependence_func: !!python/name:cooperative_cuisine.scores.stepped_score ''
time_dependence_kwargs:
time_dependence_kwargs:
score_ratios: [ 0.4, 0.8, 1 ]
score_ratios: [ 0.5, 1, 1 ]
steps: [ 0, 0.33, 0.66 ]
steps: [ 0, 0.25, 0.66 ]
round_decimals: 0
round_decimals: 0
static_score: 100
static_score: 10
score_on_specific_kwarg: meal_name
score_on_specific_kwarg: meal_name
score_map: [ ]
score_map:
 
Burger: 40
 
Salad: 30
 
OnionSoup: 20
 
TomatoSoup: 10
- config_path: CONFIGS_DIR/environment_config.yaml
- config_path: CONFIGS_DIR/environment_config.yaml
layout_path: LAYOUTS_DIR/study_layouts/1-4-bottleneck.layout
layout_path: LAYOUTS_DIR/study_layouts/1-4-bottleneck.layout
Loading