Skip to content

Commit

Permalink
Parse info and episode_info before returning
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjarne-55 committed Oct 15, 2024
1 parent f587fab commit 778361c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mushroom_rl/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ def _run(self, dataset, n_steps, n_episodes, render, quiet, record, initial_stat

self._end(record)

dataset.info.parse()
dataset.episode_info.parse()
return dataset

def _step(self, render, record):
Expand Down

0 comments on commit 778361c

Please sign in to comment.