Marc Lanctot
Marc Lanctot
Can you try running python from within the folder with the pyspiel.pyd file? Does the import work if you do that? It seems that your build was placed in an...
Great! Are you able to run the python example now? Note that things might not work 100% as Windows support is still experimental. There might be good reason for them...
Hi guys, These problems will have to be solved by contributions-- we just don't have the resources to officially support Windows as a platform. Problem with imports are almost surely...
I think a path in your pythonpath is missing an extra open_spiel at the end of it
Hi @chengzelei, this is a recurring question. Unfortunately it does not exist (yet!). It would be quite a nice thing to have, though. An "OpenSpiel baselines" paper that includes some...
Thanks for the PR and interest in OpenSpiel! We note that your request relates to an implementation of an existing board game. That existing game may be subject to IP...
Hmm, I assume you want to use RL? Because you can always go the classic route with *-minimax and a heuristic eval function. I was going to say AlphaZero.. but...
Hi @nikhilweee, it is just plainly missing :) In fact I just discovered that we defined `__eq__` is defined for the other ones. The good thing is we have the...
Heads-up: we are looking at adding this. Turned out to be slightly more subtle than we thought so we're discussing the addition.
Hi @cuijiaxun, I would be happy to support the other RL frameworks. We designed our own because, at the time of development, most of the standard algorithms implementations (such as...