Teaching a Neural Network to play a game in Ruby
In this blog post we will walk through how to build an AI that can play a computer game with a Neural Network and Q-Learning using the ruby-fann gem. https://www.practicalai.io/teaching-a-neural-network-to-play-a-game-with-q-learning/
Post a comment