Built a RL Toy Games Repo (3 Games Trained + 2 In Progress)
Hey!👋 I’ve got a little RL toybox repo I’ve been messing with on and off and figured I’d finally share it: https://github.com/bzznrc/rl-toybox I first tried this stuff a few years ago following this tutorial on building a LinearQNet-controlled Snake game. Then I tried applying the same to a tiny top-down shooter (“Bang”) and got immediately stuck on issues with the I/O and rewards. Recently I came back to it (thanks Codex) and managed to land an IO + […]