rlcard
rlcard copied to clipboard
Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.
Hi! I have a question about the cfr agent that you provide in this repo. I read that it is an vanilla cfr agent, but from what I understand i...
After running some performance tests will all the games (see results below), @justinkterry and I noticed that Mahjong and Dou Dizhu are considerably slower than the rest of the games....
**As log say:** >> Player 1 chooses Action.ALL_IN =============== Community Card =============== ============= Player 0 - Hand ============= =============== Chips =============== In Pot: 134 Remaining: [66, 0] =========== Actions You...
Hi, thank you for this project! I am trying to make use of Deep CFR for a 4 player card game. But training doesn't get anywhere even when I only...
大佬们好, 比如,通过doudizhu_dqn训练的模型已经保存, 我理解生产中,可能需要把模型加载, 然后把场上的情况转换成state, 输入模型,然后模型输出最好的action, 这样对吗, 这个怎么操作呢, 能出一个demo吗, 我看了leduc_holdem_nfsp_load_model.py这个应该是快速对局,测试模型优劣的,生产中如何操作呢, dqn_load_model的demo吗 多谢, 祝好
Im very suprised that the blackjack agent doesn't include bets. The whole point of trying to beat the house in blackjack is making the right bets (rewards scale on bet...
import numpy as np import rlcard from rlcard.agents import CFRAgent #1 from rlcard import models #2 from rlcard.utils import set_global_seed, tournament from rlcard.utils import Logger If I remove #1 and...
Hi Guys, just wanna let you know that there is a Free Poker Bot Platform to test your agents in a more heterogenous environment. I think the current bots are...
Human-sized games could be too complex for the algorithms. We will implement smaller versions of the games like Dou Dizhu, Majong, UNO, to make it feasible for research. Thanks for...
Why is Uno in the list when Skip-Bo https://en.wikipedia.org/wiki/Skip-Bo and Phase 10 https://en.wikipedia.org/wiki/Phase_10 isn't, when in fact they are popular as well?