Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Jul 24, 2024
1 parent a9896aa commit 4eca9c5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -69,7 +69,7 @@ env:
auto_pokeflute: True
infinite_money: True
use_global_map: False
save_state: True
save_state: False
animate_scripts: False


Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4eca9c5

Please sign in to comment.