RubyFlow The Ruby and Rails community linklog

Teaching an AI to play a simple game using Q-Learning

In this post I will walk you through how to teach a computer to master a simple video game using the q-learning reinforcement learning algorithm. We will implement the algorithm from scratch in Ruby without the use of external gems. Read more here: http://www.practicalai.io/teaching-ai-play-simple-game-using-q-learning/

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in