Skip to content

vli777/holdem-nn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP: to-do: sequence data training

Inspired by Amortized Planning with Large-Scale Transformers: A Case Study on Chess arXiv:2402.04494

Using the latest transformer models, the team was able to approach the leading chess AI performance using Monte Carlo Tree Search (MCTS)

This project uses generated data instead of actual game play data for training. The recommended training data sizes were provided as:

simulated games : estimated usage capability

10 - 20k : prototype 100 - 200k: practical use 500k - 1m: production optimal

Features being included: Game context, player tendencies, temporal dynamics, opponent modeling, etc.

About

Transformers approach to Texas Hold'em

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages