From 3401c633de31f8550679328327f988d96be8b1e7 Mon Sep 17 00:00:00 2001 From: thatguy11325 <148832074+thatguy11325@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:06:39 -0500 Subject: [PATCH] Update base config based on script runs --- config.yaml | 9 ++- wild-battles-sweep-config.yaml | 107 +++++++++++++++++++++++++++++++++ 2 files changed, 111 insertions(+), 5 deletions(-) create mode 100644 wild-battles-sweep-config.yaml diff --git a/config.yaml b/config.yaml index 768c6cc..aab6463 100644 --- a/config.yaml +++ b/config.yaml @@ -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 @@ -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 diff --git a/wild-battles-sweep-config.yaml b/wild-battles-sweep-config.yaml new file mode 100644 index 0000000..29523e5 --- /dev/null +++ b/wild-battles-sweep-config.yaml @@ -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 +