Last active
July 9, 2020 20:09
-
-
Save djbyrne/c992b867e23f7079b15ab1a28fd3bcad to your computer and use it in GitHub Desktop.
ReTrain Pong DQN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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