This repository will be used for the CSE485 capstone project.
Our goal for this project is to create an application that will use reinforcement learning and self-play to create an un-exploitable or unbeatable strategy for Heads up no limit Texas Holdem'. The program will learn to play poker by updating its strategy using an algorithm known as counterfactual regret
- notebooks - contains IPython notebook tutorials and explanations for various components of the project
- poker_solver - contains a cargo (Rust) project with the code for our solver
- frontend - contains frontend code for playing against bot