Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Jun 10, 2024
1 parent 808b58a commit b7dc251
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion benchmarl/experiment/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,9 @@ def _setup_collector(self):
frames_per_batch=self.config.collected_frames_per_batch(self.on_policy),
total_frames=self.config.get_max_n_frames(self.on_policy),
init_random_frames=(
self.config.off_policy_init_random_frames if not self.on_policy else 0
self.config.off_policy_init_random_frames
if not self.on_policy
else 0
),
)
else:
Expand Down

0 comments on commit b7dc251

Please sign in to comment.