You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i've synthesized results from quite a few papers in the implementation of the clustering algorithm, but the most important are cited in main.rs. the main ideas are:
every street is kmeans clustered using potential aware imperfect recall using EMD
for Flop and Preflop, we use optimal transport via sinkhorn regularization to calculate EMD
+ 2014. Potential-Aware Imperfect-Recall Abstraction with Earth Mover’s Distance in Imperfect-Information Games. (http://www.cs.cmu.edu/~sandholm/potential-aware_imperfect-recall.aaai14.pdf) In AAAI.
Could you please let me know the research paper that this repository's clustering algorithm in src/clustering is based on?
The text was updated successfully, but these errors were encountered: