Skip to content

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

License

Notifications You must be signed in to change notification settings

dino115/q-learning-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages