# can add variability in frames per batch | |
random_partial_low = 32 | |
random_partial_high = 32 | |
game_start = 0 | |
# 32 moves as a window | |
partials_n_frames = 32 | |
# can add variability in frames per batch | |
random_partial_low = 32 | |
random_partial_high = 32 | |
game_start = 0 | |
# 32 moves as a window | |
partials_n_frames = 32 | |