Marc Lanctot
Marc Lanctot
A major design choice for OpenSpiel 2.0 is to expose Structs (easily converted to/fro JSON) objects for observations, states, and actions. We've added this to the core API a few...
Thanks! I am off on vacation at the moment but will take a look when I get back. (Note: the test failure seems unrelated.. cause by a backward incompatibility in...
Great, looking good! 👍 (The test failing is something we have to fix in our side.)
Thanks @maichmueller ! Just a heads up: it will take a bit of time before we get to this as it involves learning a few things and discussion with the...
We might import this (I think either way we will have to move to using pyproject.toml eventually) so I will look further into it eventually. Could you pull from master...
Tagging original author @dmorrill10, but we could use some community help to port this to Keras 3.
> The argument to the Adam optimizer in Keras 3 is `learning_rate`, not `lr`. I'm guessing changing that will solve your problem. I believe I tried it and it led...
It was written by @tewalds originally. The multiplayer variants were a contribution IIRC. Thanks, it seems to only fail in the `games_sim_test.py` in Python and only on MacOS arm64. So...
> Interesting, for me all the tests are passing. Did you disable the test? Yes I had to otherwise I was not able to import the new version of abseil...
Tagging original author @StochasticEntropy , but we could use some community help to port this algorithm to Keras 3.