From 4eca9c5bebdeef050ea4e2f22b8094060760d193 Mon Sep 17 00:00:00 2001 From: thatguy11325 <148832074+thatguy11325@users.noreply.github.com> Date: Tue, 23 Jul 2024 21:40:19 -0400 Subject: [PATCH] update config --- config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.yaml b/config.yaml index 5a2fe37..20d45f1 100644 --- a/config.yaml +++ b/config.yaml @@ -55,7 +55,7 @@ env: perfect_ivs: True reduce_res: True two_bit: True - log_frequency: 1000 + log_frequency: 2000 auto_flash: True disable_wild_encounters: True disable_ai_actions: False @@ -69,7 +69,7 @@ env: auto_pokeflute: True infinite_money: True use_global_map: False - save_state: True + save_state: False animate_scripts: False @@ -101,9 +101,9 @@ train: bptt_horizon: 16 vf_clip_coef: 0.1 - num_envs: 288 + num_envs: 144 num_workers: 24 - env_batch_size: 72 + env_batch_size: 36 env_pool: True zero_copy: False @@ -117,8 +117,8 @@ train: pool_kernel: [0] load_optimizer_state: False use_rnn: True - async_wrapper: True - archive_states: True + async_wrapper: False + archive_states: False # swarm_frequency: 500 # swarm_keep_pct: .8 @@ -280,7 +280,7 @@ rewards: required_event: 5.0 required_item: 5.0 useful_item: 1.0 - pokecenter_heal: 1.0 + pokecenter_heal: 0.2 exploration: 0.02 exploration_gym: 0.05 exploration_facility: 0.05