Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 506 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 506 Bytes

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