Skip to content

brodderickrodriguez/texas_holdem_agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TexasHoldem_ReinforcementLearning

An implementation of DQN and Monte Carlo Tree Search to play the game of Texas Hold'em

Version support: python 3.6.4

to set up the environment:

  • Make sure you have the virtual environment package: pip3 install virtualenv --user

  • Make a virtual environment: python3 -m venv .env

  • Activate the virtual environment: source .env/bin/activate

  • Download dependencies: pip3 install -r requirements.txt

To run the Agent:

  • option (1) - run the bash shell script (Linux / MacOS): bash ./run.sh

  • option (2) - run manually (universal): python3 ./main.py

About

An implementation of DQN and Monte Carlo Tree Search to play the game of Texas Hold'em

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published