Course:CPSC312-2018-Machine Learning Blackjack

From UBC Wiki

Machine Learning Blackjack

What is the problem?

To teach a computer how to best play the game of Blackjack

What is the something extra?

We are going to apply machine learning to the existing game so the computer can improve by itself

What did we learn from doing this?

We learned how to use IO and how to thread a data structure within our program to remember states of the game, and then use this information to play the game effectively

Links to code etc

https://github.com/Mariog75/haskell_project