Added new "GameEnv_Simple" with discrete action space + smaller observation space
Reworked scoring systems as new RR_Scorekeepers classes to allow multiple different combos of scoring to co-exist and easily swap in/out without touching base GameEnv
Added basic DQN implementation + sample training loop using Pytorch