SoelMgd/Poker_Transformers
LLMs trained for Poker
This project helps poker players and AI enthusiasts develop sophisticated poker-playing bots. By taking raw poker hand histories as input, it trains a language model to understand and play poker, outputting a model capable of making strategic decisions. The ideal user is someone interested in advanced poker strategy, AI development for games, or competitive poker bot creation.
No commits in the last 6 months.
Use this if you want to train an AI to play poker using real game data and leverage cutting-edge language model technology.
Not ideal if you are looking for a pre-made, ready-to-play poker bot without any interest in the underlying AI training or development process.
Stars
9
Forks
1
Language
Jupyter Notebook
License
—
Category
Last pushed
Mar 26, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/SoelMgd/Poker_Transformers"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rasbt/LLMs-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
facebookresearch/LayerSkip
Code for "LayerSkip: Enabling Early Exit Inference and Self-Speculative Decoding", ACL 2024
FareedKhan-dev/train-llm-from-scratch
A straightforward method for training your LLM, from downloading data to generating text.
kmeng01/rome
Locating and editing factual associations in GPT (NeurIPS 2022)
datawhalechina/llms-from-scratch-cn
仅需Python基础,从0构建大语言模型;从0逐步构建GLM4\Llama3\RWKV6, 深入理解大模型原理