Skip to content

Commit

Permalink
tweak pool kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
kywch committed May 7, 2024
1 parent 5d78a04 commit 5b934e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ train:
verbose: True
data_dir: runs
checkpoint_interval: 763 # every 25M steps
pool_kernel: [0, 0, 0, 0, 0, 0, 0, 1] # previous-self seems necessary for simpler games
# 112 leaners + 16 previous policy
pool_kernel: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
batch_size: 32768
batch_rows: 128
bptt_horizon: 8
Expand Down

0 comments on commit 5b934e7

Please sign in to comment.