Skip to content

Devli-T/Blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack

Reinforcement Learning Blackjack Algorithm (RL_Blackjack) Plays through an infinite deck against a two players and after a set number of iterations creates a 3D graph comparing state-value distribution without usable ace (when ace value varies from 11 to 1).

Greedy Policy Blackjack Algorithm (GP_Blackjack) Player plays against dealer and progressively priorities short term rewards over exploration. The final output states [Wins,Draws,Losses].

Both algorithms created with thanks to Reinforcement Learning: An Introduction by Richard S. Sutton and Andrew G. Barto.

About

Reinforcement Learning Blackjack Algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages