Skip to content

Maximizing the overall score at the end of Blackjack with reinforcement learning

Notifications You must be signed in to change notification settings

nyirobalazs/reinforcement-learning-of-blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning of Blackjack

In the current project, my colleague and I were looking for an answer to the question of whether an advanced (Tabular) Monte Carlo method or function approximation can maximize the probability of winning in blackjack. All reinforcement learning algorithms presented here suggest convergence to locally optimal performance. It appears that the table Monte Carlo methods for infinite decks give the same average performance as the function approximation methods. The addition of parameters to the state space allows function approximation methods to learn more complex policies, which is important for playing with finite decks and obtaining reasonably good scores. Further analysis is needed to evaluate the performance of the agent trained here. The results show that learning converged to a locally optimal policy for all methods.

The paper from the project is available HERE

About

Maximizing the overall score at the end of Blackjack with reinforcement learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages