In game-nothanks.py, when computing the reward, sum(self.playerhand) is subtracted from self.playercoin, shouldn't that be sum_hand(self.playerhand)? Otherwise, the reward increases for any card chosen, whereas in actuality cards that complete runs should result in greater rewards.