bluedevils23

Results 11 comments of bluedevils23

@IgnacioBolivar seems the model files you shared still needs permission to download, could you modify the permission or approve my download request please? thanks

Thanks for sharing 👍

Same issue

RTX30 series card only support CUDA11, so we cannot run torch on latest card now.

> Even you can set chip number it's not good enough, bet size is different from slumbot, and in flop,BB should move first, but in rlcard env, SB moves first....

> > > Even you can set chip number it's not good enough, bet size is different from slumbot, and in flop,BB should move first, but in rlcard env, SB...

rlcard dealing order issue can be workarounded by simply editing ~/anaconda3/envs/py36/lib/python3.6/site-packages/rlcard/games/nolimitholdem/game.py Verified with the web game interface. ![playing](https://github.com/user-attachments/assets/e152fc49-82b5-4dc8-9a71-02ac7af75f15) ``` diff --git a/rlcard/games/nolimitholdem/game.py b/rlcard/games/nolimitholdem/game.py index 86276fb..a3f823f 100644 --- a/rlcard/games/nolimitholdem/game.py +++ b/rlcard/games/nolimitholdem/game.py...

Need to generate buckets first ./build_buckets --mode=hierarchical --private_cards=2 --public_cards=4 --clusters=200 --threads=24 --loglevel=info 2021-12-22 12:56:17|11180|critical|missing /bulldog/data/abstraction/buckets_200_2_4.bin Needs to figure out how to generate bin file first.

there is no master branch, switching to v2.x solved the issue.