brodderickrodriguez / texas_holdem_agent

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 97.2%Language:Shell 2.8%