Agent Playing Blackjack with Advice
The objective of this game is to draw cards from a deck of twenty-eight playing cards, using cards 2 through 7 and Ace only, to a total value of fifteen, begins with a deal of two cards to a player and a dealer.
This game can be played in standard mode and an advice mode where in the next best move for the player will be calculated combining card-counting and q-learning strategies.
In order to execute the program:
- Create a new Java project in Eclipse, create a new package by the name "blackjack" and copy all the source files in that package.
- Next, copy the images directory to the root of your eclipse project.
- Finally run BlackjackMDP.java as a Java application to run the blackjack simulator.