More time-steps, less episodes
This commit is contained in:
parent
f188db0c72
commit
4e8dcb766f
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ environ['PYGAME_HIDE_SUPPORT_PROMPT'] = '1'
|
|||
np.random.seed(1)
|
||||
T.manual_seed(1)
|
||||
|
||||
n_episodes = 1000
|
||||
game_len = 5000
|
||||
n_episodes = 300
|
||||
game_len = 10000
|
||||
n_players = 8
|
||||
|
||||
figure_file = 'plots/score_sp.png'
|
||||
|
|
Loading…
Reference in a new issue