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
python -m venv envsource env/bin/activatepip3 install tabulatepython core/game_cli.py --players=2python -m unittest discover tests