From f3fe3a872e1fa8da8e804675c38e1bc1439311fd Mon Sep 17 00:00:00 2001 From: NM512 Date: Mon, 19 Jun 2023 06:03:41 +0900 Subject: [PATCH] increased default steps for MemoryMaze --- configs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs.yaml b/configs.yaml index 4e02eb3..693a2ae 100644 --- a/configs.yaml +++ b/configs.yaml @@ -181,7 +181,7 @@ debug: batch_length: 20 MemoryMaze: - steps: 1e6 + steps: 1e7 action_repeat: 2 actor_dist: 'onehot' imag_gradient: 'reinforce'