snyderbrad / blackJack

BlackJack player simulation with machine learning techniques
0 stars 0 forks source link

Monte Carlo vs. Reinforced Learning #1

Open tybeady opened 5 years ago

tybeady commented 5 years ago

opinions?

I think Reinforced Learning could be used to also include "betting" into the game. As in, we use 1 deck of cards and a run of the game would involve the current AI trying to maximize its money through that single deck of cards.

This should be rather interesting to see how good it can do, and from what I can find it should be able to do pretty well.

snyderbrad commented 5 years ago

Yeah the AI has to do more with betting and less with deciding to hit or pass as I originally thought.