rushigerrard / Blackjack-ML

Building a blackjack game with agents playing against the dealer using varied ML strategies
0 stars 0 forks source link

ML strategies and genetic algorithm approach #5

Open rushigerrard opened 5 years ago

rushigerrard commented 5 years ago

The ML engine would be dynamic. What input would be passed?

I am thinking of a state object, which tells the state of the table. { P1 - hand value P2 - hand value Dealer - visible card The value of individual cards (I am not talking about card counting) } Do we also check if a table is hot or not? How would the training data look like?