Skip to content

Commit f57c90c

Browse files
committed
Enable skill factories by default for all environments
1 parent 4ab6c23 commit f57c90c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

predicators/settings.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class GlobalSettings:
9696
balance_wierd_balance = False
9797

9898
# grow env parameters
99-
grow_use_skill_factories = False # Use skill-factory-based option implementations
99+
grow_use_skill_factories = True # Use skill-factory-based option implementations
100100
grow_plant_same_color_as_cup = False
101101
grow_weak_pour_terminate_condition = False
102102
grow_place_option_no_sampler = False
@@ -373,7 +373,7 @@ class GlobalSettings:
373373
coffee_use_pixelated_jug = False
374374
coffee_plug_break_after_plugged_in = False
375375
coffee_fill_jug_gradually = False
376-
coffee_use_skill_factories = False # Use skill-factory-based option implementations
376+
coffee_use_skill_factories = True # Use skill-factory-based option implementations
377377

378378
# satellites env parameters
379379
satellites_num_sat_train = [2, 3]
@@ -453,7 +453,7 @@ class GlobalSettings:
453453
circuit_battery_in_box = False
454454

455455
# fan env
456-
fan_use_skill_factories = False # Use skill-factory-based option implementations
456+
fan_use_skill_factories = True # Use skill-factory-based option implementations
457457
fan_fans_blow_opposite_direction = False
458458
fan_known_controls_relation = True
459459
fan_combine_switch_on_off = False
@@ -484,7 +484,7 @@ class GlobalSettings:
484484
domino_fan_has_glued_dominoes = False # Include immovable glued dominoes
485485

486486
# boil env
487-
boil_use_skill_factories = False # Use skill-factory-based option implementations
487+
boil_use_skill_factories = True # Use skill-factory-based option implementations
488488
boil_use_constant_delay = False
489489
boil_use_normal_delay = True
490490
boil_use_cmp_delay = False

0 commit comments

Comments
 (0)