I am asking for sometime how it could be possible to implement an AI in a non heads-up table. So i think of myself the easy way to do that is to get how many players are active first. If there is only one i get his seat position,name and done. But if there are more than one should i get the average of all the stats summed? So lets suppose one player has VPIP 60 and the second has 30 so i sum the numbers and split them with the number of active players wich is in my case 2. So the result is 60+30=90/2=45%. Is my formula good to implement this AI type by getting the average stats for all active players?