rlcard
rlcard copied to clipboard
Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.
I am working on a file with in this path rlcard\BlackjackTraining\BJ_DQN_Train.py Whenever I try to change something on the original rlcard I can't import the change here, for instance I...
Adding Split and Double Down options to a Blackjack environment makes the game more strategic and realistic, offering players tactical choices that mirror real-life play and can shift the odds...
1. How can I modify the origin env such as players' origin chip num or game settings like ante(every player have to put some chips into pot which is different...
https://rlcard.org/games.html#simple-dou-dizhu
Hi, I just trained the DMC agent for the blackjack environment and I would like to see how it works. I don't know how to load the model, can someone...
Hello, I looked through this project and came across this code: examples/run_rl.py, trying it without loading an AI it seemed to work, but once I tried loading an AI already...
Hi, i'm sorry I don't know how to make a pull request, i am a noob in git :( It has been 3 months since I'm working on RLCard for...
Old: when there are duplicate cards in seen_cards, playing one will discard all the cards, which is inconsistent with the three landlord card in DouZero and PerfectDou projects. Fix: only...
No promises that this makes it totally Python3.12 compliant, but removing this one unused distutils import let me run it using Python3.12 locally and pass all tests.
看起来像是dealer.deck中已经没有牌了, 但是还会执行step, 我看了一下代码,也不知道如何退出。 err: ``` C:\Users\pl\MiniConda3\python.exe D:/code/mahjong/t2.py Logs saved in experiments/leduc_holdem_cfr_result/ Traceback (most recent call last): File "D:/code/mahjong/t2.py", line 131, in train(args) File "D:/code/mahjong/t2.py", line 65, in train agent.train() File...