Skip to content

XantiLizanzu/ml2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A straight flush at the poker table with some chips in the background

Installation

To install the project, paste the following commands:

> git clone "https://github.com/XantiLizanzu/ml2.git"
> py -3.11 -m venv venv  # build virtual environment with Python 3.11
> .\venv\Scripts\activate
> pip install -r requirements.txt 

Environment

Copy the .env.example to a .env file:

> cp .env.example .env

And edit SAVE_DIR to match the directory where you want to save the model.

Run

Run the simultaneous_training.py file.

Edit code

Create a branch from main named for what you are doing (e.g. add-ltsm) and when you are done and committed all your code create a pull request through GitHub:

Pull request GitHub screenshot

About

Codebase for paper Analysis of Bluffing by DQN and CFR in Leduc Hold’em Poker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%