Skip to content

Commit

Permalink
revert to an older sweep config
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Dec 2, 2024
1 parent 4c1ae3e commit b994d19
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ env:
reduce_res: True
two_bit: True
log_frequency: 2000
auto_flash: False
disable_wild_encounters:
auto_flash: True
disable_wild_encounters:
- INDIGO_PLATEAU
disable_ai_actions: False
auto_teach_cut: True
Expand All @@ -72,9 +72,9 @@ env:
auto_solve_strength_puzzles: True
auto_remove_all_nonuseful_items: True
auto_pokeflute: True
auto_next_elevator_floor: False
auto_next_elevator_floor: True
skip_safari_zone: False
insert_saffron_guard_drinks: False
insert_saffron_guard_drinks: True
infinite_money: True
use_global_map: False
save_state: True
Expand Down Expand Up @@ -315,29 +315,29 @@ rewards:
baseline.ObjectRewardRequiredEventsMapIds:
reward:
a_press: 0.0 # 0.00001
badges: 1.5
badges: 3.0
bag_menu: 0.0
caught_pokemon: 1.0
cut_coords: 0.75
caught_pokemon: 2.5
cut_coords: 0.0
cut_tiles: 0.0
event: 1.5
event: .75
exploration: 0.019
explore_hidden_objs: 0.00009999
explore_signs: 0.015
explore_warps: 0.01006
hm_count: 9.75
level: 1.016
moves_obtained: 6.0
pokecenter_heal: 0.42
hm_count: 7.5
level: 1.05
moves_obtained: 4.0
pokecenter_heal: 0.47
pokemon_menu: 0.0
required_event: 3.12
required_item: 3.6
required_event: 7.0
required_item: 3.0
seen_action_bag_menu: 0.0
seen_pokemon: 1.3
seen_pokemon: 2.5
start_menu: 0.0
stats_menu: 0.0
use_surf: 0.4
useful_item: 1.06
useful_item: 0.825



Expand Down
4 changes: 2 additions & 2 deletions sweep-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ rewards:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 0.1
scale: 1.0
moves_obtained:
carbs.utils.LogSpace:
min: 1.0e-3
Expand All @@ -76,7 +76,7 @@ rewards:
carbs.utils.LogSpace:
min: 1.0e-5
max: 10.0
scale: 0.1
scale: 2.0
explore_hidden_objs:
carbs.utils.LogSpace:
min: 1.0e-7
Expand Down

0 comments on commit b994d19

Please sign in to comment.