rlcard
rlcard copied to clipboard
Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.
Sorry for a HUGE pr... In this PR: - PEP8 formatting applied: - docstring converted to `"""` from `'''` - emply lines added where needed - `self` replaced with `cls`...
Hey guys! I am attempting to repurpose the library for my favorite TCG. Would be happy to add my contributions once I'm done since this game has two different decks...
I've made a simple tic-tac-toe game and trained a dqnAgent vs a random agent and got good results. But I don't know how to save the agent/ model to use...
我发现收集数据用3个gpu gpu占用率可以干满,训练只占一个gpu但是占用率才2%,请问是为什么呢
May I ask, what command can I run on a Mac to use GPU for training doudizhu? I tried running dmc_doudizhu_1_gpu.sh and it threw an error, probably because it's using...
Why is the training reward always negative? @zhengsx
Hi, I'm reading your document and find a conflict of Plane with Solo and Quad with Solo. In wikipedia, these 2 categories should have kickers different from each other. >...
部署rlcard 后 尝试运行run_rl.py 报错 麻烦问一下 该如何处理 root@ip:~/rlcard/examples# python3 run_rl.py --> Running on the CPU Logs saved in experiments/leduc_holdem_dqn_result/ Traceback (most recent call last): File "run_rl.py", line 181, in train(args) File...