Skip to content

Pradhyo/blackjack

Repository files navigation

Blackjack using Reinforcement Learning

The aim of this project is to produce a Blackjack strategy using decaying epsilon-greedy Q-learning that will earn more than the average casino player.

All the code is in the notebook blackjack.ipynb.

To run:

  • Install support for Jupyter Notebooks
  • Install gym if necessary pip install gym
  • jupyter notebook blackjack.ipynb