Poker-AI.org Poker AI and Botting Discussion Forum 2014-08-27T16:50:01+00:00 http://poker-ai.org/phpbb/feed.php?f=24&t=2798 2014-08-27T16:50:01+00:00 2014-08-27T16:50:01+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2798&p=6265#p6265 <![CDATA[Re: Using Earth Mover Distance with k-means]]> http://stats.stackexchange.com/question ... er-metrics

I'm guessing these papers went ahead and just averaged, and it seems to work in practice. It would be interesting though to see if other clustering techniques give better results. My guess is that the other techniques are way too slow when you want to cluster 55mil+ possible turns.

Statistics: Posted by ScoobySnacks — Wed Aug 27, 2014 4:50 pm


]]>
2014-08-27T07:55:48+00:00 2014-08-27T07:55:48+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2798&p=6260#p6260 <![CDATA[Re: Using Earth Mover Distance with k-means]]> Statistics: Posted by nonpareil — Wed Aug 27, 2014 7:55 am


]]>
2014-08-26T05:20:42+00:00 2014-08-26T05:20:42+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2798&p=6253#p6253 <![CDATA[Using Earth Mover Distance with k-means]]> viewtopic.php?f=25&t=2381, but it didn't seem to get any visability so I'll ask it here. A common method it seems to create an abstraction of hold'em is to take all possible hands in a given round (say the flop), and cluster them somehow. The paper discussed in the linked thread is one example of this. For each possible hole-flop combo they compute the distribution of the hand value (that is percentage of possible opponent hands beaten) on the river starting from that flop, and use that distribution as a representation of that hand. The paper then said it used k-means clustering with the earth mover distance (EMD) to cluster the hands. This part was confusing for me because there's no theoretical guarantee that averaging a set of points produces the best centroid for that group for metrics other than the euclidean metric. So is this really what these papers did, or did they use other methods for dealing with this problem (e.g. k-mediods)?

It does seem plausible that using the mean with the EMD should still give decent results, maybe it just works in practice. I went ahead and tried this and grouped preflop hands using this method and it seemed to work ok, but I'm still skeptical that this is what these papers do. Does anyone know more about this?

Statistics: Posted by ScoobySnacks — Tue Aug 26, 2014 5:20 am


]]>