8000 GitHub - zhoujianberkeley/PokerTexas
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zhoujianberkeley/PokerTexas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recall of Poker AI

  • Too conservative
  • Can't proactively beat benchmark
  • Others use neutral network/ contraction
  • Take-away1: actively test against benchmark
  • Take-away2: actively test against other player
  • Tons of fun though we fail

Jian wrote in Jan. 17th

I have read through at least 5 github repo, and some paper related to Texas Holdem. No limit Texas Holdem, in the terms of reinforcement learning, is multi-agent imperfect information game with 10^161 state space and 10^4 action space.

AI repo

Must-check Awesome-Game-AI -- a gathering of all poker AI resourecs

Rlcard -- it's an environment, don't see anything of pariticular interest

DeepHoldem -- take 12s in flop and 7s in turn round, also it's written in Lua

OpenAI Poker gym -- it's a tournament environment

Deep mind pokerbot -- This one looks promising, espeically the MonteCarlo_numpy.py (calculate winning probability) and DecisionMaker.py (decide the action) under Poker/poker/decisionmaker may be quite helpful.

Links list below
Awesome-Game-AI
Rlcard
Rlcard-paper
Open AI gym
DeepHoldem
Deep mind pokerbot

Folder UbiQuant

九坤提供的代码模型,我们的代码改动需要在写在UbiQuant文件夹。同时UbiQuant里面有自己的readme

source root of UbiQuant:
UbiQuant
UbiQuant/modules/texaspoker
(两个都要设为source root)

Folder WinRatioCalculator

利用模特卡罗模拟计算胜率的代码,也有自己的readme

source root of WinRatioCalculator:
WinRatioCalculator

clubs (c) ♣️ spade(s) ♠️ diamond (d)♦️ heart(h) ♥️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0