Skip to content

vdrumsta/playable_poker_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playable_poker_bot

A simple monte carlo implementation of a texas hold'em no limit poker bot that you can play against using PyPokerEngine library.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. These commands are tailored for Linux systems.

Prerequisites

Python3 - https://docs.python-guide.org/starting/install3/linux/

Installing

Clone the repo into your desired folder

git clone https://github.com/worm00111/playable_poker_bot.git .

Install dependencies:

pip install -r requirements.txt

Apply PyPokerEngine fix for Python3:

patch -p1 < other/pypokergui_fix.diff

Start the graphical interface (playable on http://localhost:8000/):

pypokergui serve src/poker_conf.yaml --port 8000 --speed moderate

You can adjust starting poker game configuration inside src/poker_conf.yaml file

About

A monte carlo implementation of a poker bot that you can play against

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages