1 parent d55233f commit b314912Copy full SHA for b314912
1 file changed
pymarlzooplus/config/default.yaml
@@ -13,7 +13,7 @@ log_interval: 2000 # Log summary of stats after every {} timesteps
13
runner_log_interval: 2000 # Log runner stats (not test stats) every {} timesteps
14
learner_log_interval: 2000 # Log training stats every {} timesteps
15
t_max: 10000 # Stop running after this many timesteps
16
-use_cuda: true # Use gpu by default unless it isn't available
+use_cuda: False # Use gpu by default unless it isn't available
17
use_cuda_cnn_modules: True # Use gpu. This is only for the CNN modules. If 'use_cuda' is True, 'use_cuda_cnn_modules' should also be True.
18
buffer_cpu_only: True # If true, we won't keep all of the replay buffer in vram
19
extra_in_buffer: []
0 commit comments