make sure to pass stats.pth arg

This commit is contained in:
Alexander Soare 2024-03-22 12:58:59 +00:00
parent 529f42643d
commit 115927d0f6
1 changed files with 1 additions and 0 deletions

View File

@ -244,4 +244,5 @@ if __name__ == "__main__":
eval(
cfg,
out_dir=f"outputs/eval/{dt.now().strftime('%Y-%m-%d/%H-%M-%S')}_{cfg.env.name}_{cfg.policy.name}",
stats_path=stats_path,
)