4StarGen wrote:The end goal is to make custom bet stats that takes into account the rake taken before the hand is over. I guess I will make it thanks to that thread but I haven't understand the river AI thing.
Are you referring to why the OP in that thread wants to omit river all-in bets or are you not sure on the method used for that (
cash_hand_player_statistics.amt_r_bet_made < cash_hand_player_statistics.amt_r_effective_stack)? I can't speak for why the OP wants to exclude them but maybe part of the reason is that for some situations a player has a shorter stack on the river which limits their bet size options.
I mean, if I decide to go down this route, what technical challenges I would face?
That may depend somewhat on the rake structure of your poker site and if you are only playing on a single site that would be more straightforward then trying to build bet sizing statistics that would account for different rake structures across multiple sites.