increased default steps for MemoryMaze

This commit is contained in:
NM512 2023-06-25 22:46:59 +09:00
parent 34a44916f7
commit c4957af9ab

View File

@ -181,7 +181,7 @@ debug:
batch_length: 20
MemoryMaze:
steps: 1e7
steps: 1e8
action_repeat: 2
actor_dist: 'onehot'
imag_gradient: 'reinforce'