-
Notifications
You must be signed in to change notification settings - Fork 649
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
I want to make Game of 29 AI. #270
Comments
@Saugatkafley Thanks for your interest. I feel 29 AI would be too complex so I don't expect we could achieve a good performance. If you insist doing so, you need to first modify the game environment to support 29 players, and then apply an algorithm. |
@Saugatkafley Which game are you referring to? The 29 I know of doesn't have 29 players, it's a 2-6 player trick taking card game: https://en.wikipedia.org/wiki/Twenty-eight_%28card_game%29#Twenty_Nine |
Someone will need to clarify on all the card games to include for AI. What other Bridge-adjacent games would be good to try? |
Since rlcard is no longer updated, a better place for such implementations is the pgx project, which lists a few more similar projects in its README. |
@captn3m0 ideal would be a library that is less board game centric and more card game centric when it comes to the architecture. Not sure if there are really alternatives yet? |
I am new to this framework and wishing to make Game of 29 AI that will perform bidding and play the hands as well . Any kind of insights or short explainaiton would be really helpful.
The text was updated successfully, but these errors were encountered: