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

使用实验概率,100局内完成比赛: #6

Open
wutiejun opened this issue Jun 10, 2015 · 2 comments
Open

使用实验概率,100局内完成比赛: #6

wutiejun opened this issue Jun 10, 2015 · 2 comments

Comments

@wutiejun
Copy link
Owner

Card type win info:
Type              : Total   Win
===========================================
ROYAL_FLUSH       :     0     0
STRAIGHT_FLUSH    :     0     0
FOUR_OF_A_KIND    :     2     2
FULL_HOUSE        :    15     9
FLUSH             :    15     9
STRAIGHT          :    27    18
THREE_OF_A_KIND   :    17    11
TWO_PAIR          :   136    28
ONE_PAIR          :   272    17
HIGH_CARD         :   141     0
===========================================
All Total         :   625    94

User win info:
User ID           :   Win
===========================================
1001              :    11
1002              :    19
1003              :     9
1004              :    17
1005              :    10
1006              :     4
1007              :    11
1008              :    13
===========================================
All Total         :    94
@wutiejun
Copy link
Owner Author

根据实践数据,再细化策略,可以在50局内搞定check机器。
其实就是根据自己的手牌,保证好牌不输,而多概率上看,每个人都是有机会拿好版的。
对手的分析后面再实现。

@wutiejun
Copy link
Owner Author

实践数据,各类牌胜率和单牌出现及胜率情况:

Card type win info:
Type              : Total   Win
===========================================
ROYAL_FLUSH       :     0     0
STRAIGHT_FLUSH    :     5     5
FOUR_OF_A_KIND    :    14    14
FULL_HOUSE        :   267   203
FLUSH             :   432   228
STRAIGHT          :   574   369
THREE_OF_A_KIND   :   564   274
TWO_PAIR          :  2822   445
ONE_PAIR          :  5327   160
HIGH_CARD         :  2126     0
===========================================
All Total         : 12131  1698
Card point win info:
Point  Show  Win
===========================================
2      3351   175
3      3340   189
4      3350   216
5      3292   228
6      3168   232
7      2850   221
8      2357   225
9      1768   243
10     1802   285
J      1850   298
Q      1773   265
K      1809   315
A      1775   338
===========================================
Total:32485  3230

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

1 participant