[Solved] How to use Recurrent Neural Network to play simple 2D Java game?

Some good library’s can be found in GitHub but that’s not what you should be looking for. To start up you need a training technique for your RNN, i would personally recommend NEAT (Neuroevolution of augmenting topologies) which uses RNN in a Genetic Algorithm, there is many videos explaining how it works and implementations in … Read more