Skip to content

I recently learned about Yahtzee dice game which I think is more probability based. Hence wanted to analyze probabilities of each scenario and try to train a bot using neural networks and one bot using probabilities and observer their performance

License

Notifications You must be signed in to change notification settings

prasadkothavale/yahtzee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yahtzee

I recently learned about Yahtzee dice game which I think is more probability based. Hence wanted to analyze probabilities of each scenario and try to train a bot using neural networks and one bot using probabilities and observer their performance

Create venv

python -m venv env

Activate venv

source env/bin/activate

Install dependencies

pip3 install tabulate

Start game in command line mode

python core/game_cli.py --players=2

Running tests

python -m unittest discover tests

About

I recently learned about Yahtzee dice game which I think is more probability based. Hence wanted to analyze probabilities of each scenario and try to train a bot using neural networks and one bot using probabilities and observer their performance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages