more natural alternative to "Best Hand" setting
#1
Posted 2023-February-09, 09:22
I have a suggestion for an alternative for the "best hand" setting. Instead of rotating the hand to obtain the best hand, you could rotate until you have a hand with >= 10 HCP. In this way, you do not have information about the other hands, and e.g. your partner is still unlimited. This "good hand" setting still guarantees a lot of action, but it does not make the game unnatural because of all the extra information.
#3
Posted 2023-February-10, 22:55
#4
Posted 2023-February-11, 11:28
ioxjzl, on 2023-February-09, 09:22, said:
Less unnatural, but I think you still have the inference that RHO is more likely than natural to have less than 10 HCP (assuming clockwise elimination).
#5
Posted 2023-February-11, 12:41
pescetom, on 2023-February-11, 11:28, said:
Yes but you shouldn't have any information other than that you have 10+ which you would know anyway. Just chose one of the rotations that give S 10+ at random.
I think it's a good idea.
#6
Posted 2023-February-11, 14:35
helene_t, on 2023-February-11, 12:41, said:
I think it's a good idea.
Yes, if the rotational direction is random rather than fixed then you have almost no useful inferences.
Much better than "Best Hand", not that I see anything wrong with just playing whatever was dealt.
#7
Posted 2023-February-13, 17:13
pescetom, on 2023-February-11, 14:35, said:
Much better than "Best Hand", not that I see anything wrong with just playing whatever was dealt.
FYI, the current code doesn't rotate, so there's no rotation direction. After doing the random deal, it finds the hand with the most points and swaps it with the human's. If there's a tie for the most points, it picks one of them at random.
So to implement this suggestion, instead of looking for the hands with the most points, we look for all the hands with >10 points. Then the same "pick a random one" code can be used among them.
And for the suggestion that we give the best hand to either the human or their partner bot, we could randomly choose North or South as the hand to swap with this.
#9
Posted 2023-February-23, 10:11
barmar, on 2023-February-13, 17:13, said:
So to implement this suggestion, instead of looking for the hands with the most points, we look for all the hands with >10 points. Then the same "pick a random one" code can be used among them.
And for the suggestion that we give the best hand to either the human or their partner bot, we could randomly choose North or South as the hand to swap with this.
You should definitely swap with the human, as otherwise the human with <10hcp has knowledge about their partners hand. The swapping idea is indeed much better than rotating. I hope it will be implemented!
#12
Posted 2023-December-04, 12:09
barmar, on 2023-November-06, 13:36, said:
It's worthwhile, as you did earlier, to discuss so that the suggestion is fully fleshed out.
You can add it to your Google Calendar by the link at bottom right.