Skip to content

Q-learning for the dice game Ten-Thousand / Zehntausend

Notifications You must be signed in to change notification settings

pgoellnitz/tenk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ten-Thousand / Zehntausend

First try at reinforcement leaning with Q-learning for the dice game Ten-Thousand (Zehntausend).

Examples

Playing the game interactively

python ./tenk/game.py

Train/Watch single model AI

Train and watch the ai play the game for an AI that processes all states and actions in a single dictionary.

python ./tenk/ai/single.py

Train/Watch split model AI

Train and watch the ai play the game for an AI that processes all states and actions separately for choosing dices and choosing to re-roll.

python ./tenk/ai/split.py

About

Q-learning for the dice game Ten-Thousand / Zehntausend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages