Skip to content

Commit

Permalink
Update base config based on script runs
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Nov 29, 2024
1 parent 55a49b6 commit 3401c63
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 5 deletions.
9 changes: 4 additions & 5 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ env:
reduce_res: True
two_bit: True
log_frequency: 2000
auto_flash: True
disable_wild_encounters:
- INDIGO_PLATEAU
auto_flash: False
disable_wild_encounters: False
disable_ai_actions: False
auto_teach_cut: True
auto_use_cut: True
Expand All @@ -72,9 +71,9 @@ env:
auto_solve_strength_puzzles: True
auto_remove_all_nonuseful_items: True
auto_pokeflute: True
auto_next_elevator_floor: True
auto_next_elevator_floor: False
skip_safari_zone: True
insert_saffron_guard_drinks: True
insert_saffron_guard_drinks: False
infinite_money: True
use_global_map: False
save_state: True
Expand Down
107 changes: 107 additions & 0 deletions wild-battles-sweep-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
rewards:
baseline.ObjectRewardRequiredEventsMapIds:
reward:
event:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 0.5
seen_pokemon:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 1.0
caught_pokemon:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 1.0
moves_obtained:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 1.0
hm_count:
carbs.utils.LogSpace:
min: 1.0e-3
max: 15.0
scale: 1.0
level:
carbs.utils.LogSpace:
min: 1.0e-5
max: 10.0
scale: 0.1
badges:
carbs.utils.LogSpace:
min: 1.0e-5
max: 10.0
scale: 2.0
explore_hidden_objs:
carbs.utils.LogSpace:
min: 1.0e-7
max: 1.0
scale: 5e-5
explore_signs:
carbs.utils.LogSpace:
min: 1.0e-4
max: 1.0
scale: 1e-3
required_event:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 1.0
required_item:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 1.0
useful_item:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 0.5
pokecenter_heal:
carbs.utils.LogSpace:
min: 1.0e-4
max: 10.0
scale: 0.1
exploration:
carbs.utils.LogSpace:
min: 1.0e-3
max: 1.0
scale: 0.01
explore_warps:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 0.005
use_surf:
carbs.utils.LogSpace:
min: 1.0e-3
max: 2.0
scale: 0.25
# policies:
# multi_convolutional.MultiConvolutionalPolicy:
# policy:
# hidden_size:
# carbs.utils.LinearSpace:
# min: 512
# max: 1024
# is_integer: True

# rnn:
# # Assumed to be in the same module as the policy
# name: MultiConvolutionalRNN
# args:
# input_size:
# carbs.utils.LinearSpace:
# min: 512
# max: 2048
# is_integer: True
# hidden_size:
# carbs.utils.LinearSpace:
# min: 512
# max: 2048
# is_integer: True

0 comments on commit 3401c63

Please sign in to comment.