rlcard icon indicating copy to clipboard operation
rlcard copied to clipboard

Action Space setting of No-Limit Texas Holdem is Unreasonable

Open lujiayou123 opened this issue 5 years ago • 1 comments

When I set self.init_chips=2000 (1000bbs) in game.py, the code runs extremly slow. I found out it's because of the action space setting. The num of leagl actions is too large(from 2 to 2000).

lujiayou123 avatar Jan 07 '20 07:01 lujiayou123

@lujiayou123 Hi, thanks for reporting the issue. The No-Limit Texas Holdem game is implemented just following the original rule so the large action space is an inevitable problem. That's also the reason why we want to implement some simplified version of the games like Leduc Holdem (more specific introduction can be found in this issue

However, you can still set up your own rules to reduce the action space like limiting the chips you can put when raising.

hsywhu avatar Jan 07 '20 19:01 hsywhu