dino115 / q-learning-algorithm

A small game to test and learn the Q-Learning-Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Q-Algorithm

This is a small game to play and learn the Q algorithm.

I followed this Blogpost. Take a look for further informations: https://www.practicalai.io/teaching-ai-play-simple-game-using-q-learning/

Usage

Play by yourself, as human ;)

ruby run.rb

Run the game with a player who used the Q-Learning-Algorithm

ruby run.rb --player=QPlayer

For more options run:

ruby run.rb -h

About

A small game to test and learn the Q-Learning-Algorithm

License:MIT License


Languages

Language:Ruby 100.0%