You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
@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.
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).
The text was updated successfully, but these errors were encountered: