Hi I'm comparing how effective learning models are at the atari game, 'Breakout', provided by openai gym. However, I want to run models over a period of a few days, which I don't have the luxury of doing right now. I did this with a NEAT model already, but I want to compare it with one more. Is there a pretrained model I can use, so I could test it on my own computer? I found code online, but not sure how to tell if it's pretrained or has any 'checkpoints'.
I expected to find a 'checkpoint' file I would load in, but maybe there's something else to achieve the same result.