Skip to content

Commit

Permalink
Reintroduce last step
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Mar 1, 2022
1 parent a9465f7 commit f345c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smarts/env/wrappers/episode_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ def _episode_logs(self, col_width) -> EpisodeLog:
with EpisodeLogs(col_width) as episode_logs:
while not self._done:
yield episode_logs.reset()
episode_logs.reset()

0 comments on commit f345c71

Please sign in to comment.