Reminder to self: spragnur's code actually uses ale.getMinimalActionSet() which gives us the minimal amount of actions needed to play (e.g., in Breakout, it's 0:NOOP, 1:FIRE, 4:LEFT, and 3:RIGHT). This might help generalize some of my code to other games.
Reminder to self: spragnur's code actually uses ale.getMinimalActionSet() which gives us the minimal amount of actions needed to play (e.g., in Breakout, it's 0:NOOP, 1:FIRE, 4:LEFT, and 3:RIGHT). This might help generalize some of my code to other games.