Hi everybody! I made a very simple OpenAi Gym environment inspired by engine of Coders Strike Back. It’s an old contest, but I think that it is one of the best game for learning and try new AI algorithms. This environment is very simple, it’s only a “single game mode”, i.e. you can control only one pod through a random set of checkpoints. Every episode is generated with a random set of maximum 15 checkpoints and it ends when the pod reach the last checkpoint. The reward mechanism is very simple, it just return a reward of -1 for every tick. I think that could be a good reward modelling for training a “Fast” pods, but if you have some other ideas let me know!
I would like to implement also the multi-pod version, with collisions. Contact me if you want to contribute in the development.