Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreskull committed Jul 17, 2019
1 parent 9d24e1f commit 3583cf4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/RLTrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,7 @@ def test(self, model_epoch: int = 0, render_env: bool = True, render_report: boo

if save_report:
reports_path = path.join('data', 'reports', f'{self.study_name}__{model_epoch}.html')
# try:
qs.reports.html(returns.Balance, file=reports_path)
# except Exception as err:
# print(err)
# pass

self.logger.info(
f'Finished testing model ({self.study_name}__{model_epoch}): ${"{:.2f}".format(np.sum(rewards))}')

0 comments on commit 3583cf4

Please sign in to comment.