Skip to content

Commit

Permalink
fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
KuoHaoZeng committed Jul 26, 2024
1 parent 4b4957b commit 05de5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allenact/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def main():
collect_valid_results=args.collect_valid_results,
valid_on_initial_weights=args.valid_on_initial_weights,
try_restart_after_task_error=args.enable_crash_recovery,
save_ckpt_at_every_host=save_ckpt_at_every_host,
save_ckpt_at_every_host=args.save_ckpt_at_every_host,
)
else:
OnPolicyRunner(
Expand Down

0 comments on commit 05de5f3

Please sign in to comment.