google-deepmind / open_spiel

OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Predictive CFR+

rpSebastian opened this issue · comments

Hi! Is there a plan to include predictive CFR+ implementation in open spiel? https://arxiv.org/abs/2007.14358

We don't have any plans to do it, but it would make a great contribution! If you implement it, I encourage you to submit a PR.

Hi @rpSebastian ,

I implemented PCFR+ here using open_spiel as basis a while ago. It does not reach the performance of the paper (so unsure about correctness) in e.g. Kuhn Poker but is a couple of magnitudes faster to converge than CFR+.