From 7e67dc691082562d5ef75a553ab1e86c173cfd5b Mon Sep 17 00:00:00 2001 From: NM512 Date: Wed, 17 May 2023 22:16:55 +0900 Subject: [PATCH] set default precision as 32 --- configs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs.yaml b/configs.yaml index 76a270a..21718c0 100644 --- a/configs.yaml +++ b/configs.yaml @@ -13,7 +13,7 @@ defaults: reset_every: 0 device: 'cuda:0' compile: True - precision: 16 + precision: 32 debug: False expl_gifs: False video_pred_log: True @@ -147,7 +147,6 @@ atari100k: train_ratio: 1024 imag_gradient: 'reinforce' time_limit: 108000 - precision: 32 debug: debug: True