Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action Space setting of No-Limit Texas Holdem is Unreasonable #59

Open
lujiayou123 opened this issue Jan 7, 2020 · 1 comment
Open

Comments

@lujiayou123
Copy link

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).

@hsywhu
Copy link
Collaborator

hsywhu commented Jan 7, 2020

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants