datamllab / rlcard

Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.
http://www.rlcard.org
MIT License
2.87k stars 619 forks source link

try new approach for judge_chow #227

Closed kaanozdogru closed 3 years ago

kaanozdogru commented 3 years ago

Tried new approach for judge_chow as suggested in https://github.com/datamllab/rlcard/issues/211 . The performance seemed to increate just a little but not significant enough to solve our issues. Our assumption is that the function judge_chow() in the judger class isn't the main problem. A possible bottleneck for mahjong is judge_hu in judger class. We'd appreciate any suggestions on how to simplify that part.

daochenzha commented 3 years ago

@kaanozdogru Thanks for the pull request! @lhenry15 will be working on this PR

jkterry1 commented 3 years ago

@lhenry15 just following up on this