Skip to content

Instantly share code, notes, and snippets.

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