Skip to content

Instantly share code, notes, and snippets.

@djbyrne
Last active July 9, 2020 20:09
Show Gist options
  • Save djbyrne/c992b867e23f7079b15ab1a28fd3bcad to your computer and use it in GitHub Desktop.
Save djbyrne/c992b867e23f7079b15ab1a28fd3bcad to your computer and use it in GitHub Desktop.
ReTrain Pong DQN
trainer = pl.Trainer.from_argparse_args(args,resume_from_checkpoint=CHECKPOINT_PATH)
trainer.fit(model)
trainer.test(model)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment