Skip to content

Commit

Permalink
Merge branch 'main' into save_trainer
Browse files Browse the repository at this point in the history
# Conflicts:
#	benchmarl/experiment/experiment.py
#	benchmarl/experiment/logger.py
  • Loading branch information
matteobettini committed Sep 14, 2023
2 parents c20e7bb + b176244 commit c7335e2
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 @@ -319,7 +319,6 @@ def _collection_loop(self):
pbar = tqdm(
initial=self.n_iters_performed,
total=self.config.n_iters,
# desc=f"mean return = {self.mean_return}",
)
sampling_start = time.time()

Expand Down

0 comments on commit c7335e2

Please sign in to comment.