Skip to content

Commit b314912

Browse files
Update default.yaml to set use_cuda to False by default
1 parent d55233f commit b314912

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pymarlzooplus/config/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ log_interval: 2000 # Log summary of stats after every {} timesteps
1313
runner_log_interval: 2000 # Log runner stats (not test stats) every {} timesteps
1414
learner_log_interval: 2000 # Log training stats every {} timesteps
1515
t_max: 10000 # Stop running after this many timesteps
16-
use_cuda: true # Use gpu by default unless it isn't available
16+
use_cuda: False # Use gpu by default unless it isn't available
1717
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.
1818
buffer_cpu_only: True # If true, we won't keep all of the replay buffer in vram
1919
extra_in_buffer: []

0 commit comments

Comments
 (0)