Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Aug 30, 2024
1 parent 8f84b67 commit 2dc3962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarl/experiment/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ def _collection_loop(self):
for _ in range(
self.n_iters_performed, self.config.get_max_n_iters(self.on_policy)
):

iteration_start = time.time()
if not self.config.collect_with_grad:
batch = next(iterator)
Expand Down

0 comments on commit 2dc3962

Please sign in to comment.