Open nijatmursali opened 3 years ago
mkdir -p checkpoints/2020-10-21T18-25-27
mv ~/Downloads/trained_mario.chkpt checkpoints/2020-10-21T18-25-27/mario.chkpt
python replay.py
https://github.com/yfeng997/MadMario/blob/6c7bfc2cfe40baae78d9a9aeb62f68d651887ea0/replay.py#L32
How can I load the trained model? When I run replay.py it always creates new checkpoints, why?