From 267440027b8493085e34f0d05a7e99c5eb7fe08a Mon Sep 17 00:00:00 2001 From: Matteo Bettini Date: Sat, 14 Dec 2024 16:30:42 -0800 Subject: [PATCH] parallel collection --- benchmarl/conf/experiment/base_experiment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarl/conf/experiment/base_experiment.yaml b/benchmarl/conf/experiment/base_experiment.yaml index 58d30bf9..014aae5f 100644 --- a/benchmarl/conf/experiment/base_experiment.yaml +++ b/benchmarl/conf/experiment/base_experiment.yaml @@ -16,7 +16,7 @@ prefer_continuous_actions: True # If False collection is done using a collector (under no grad). If True, collection is done with gradients. collect_with_grad: False # In case of non-vectorized environments, weather to run collection of multiple processes -# If this is used, there will be n_envs_per_worker processes, collecting frames_per_batch/n_envs_per_worker each +# If this is used, there will be n_envs_per_worker processes, collecting frames_per_batch/n_envs_per_worker frames each parallel_collection: False # Discount factor