Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Bettini <[email protected]>
  • Loading branch information
matteobettini committed Oct 10, 2023
1 parent bf97032 commit cf2f08d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmarl/experiment/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ def _collection_loop(self):
self.total_frames
% self.config.get_evaluation_interval(self.on_policy)
== 0
or self.n_iters_performed == 0
)
and (len(self.config.loggers) or self.config.create_json)
):
Expand Down

0 comments on commit cf2f08d

Please sign in to comment.