Marc Lanctot

Results 367 comments of Marc Lanctot

Alright! Some flyby hacking brought to you directly from LAX.. https://github.com/google-deepmind/open_spiel/pull/1226 Did one of you build from source? (@tacertain I think you did, not sure about @GeorgeBreahna) Can you try...

> It works if I change the pytype hint to plain `GameParameter` from `pyspiel.GameParameter` (unsurprisingly) Ok, great. I've now merged https://github.com/google-deepmind/open_spiel/pull/1226 so it'd be great if one of you could...

Closing this issue as SpielViz seems to no longer be maintained. (I've tried contacting the author but got no response.)

Wow, that is quite the gotcha.... I'm surprised the first one even works! The problem is that you're trying to compute exploitability for just a single policy. But exploitability is...

Hi @alexunderch, I should have given you a bit more context when pointing you to this issue. The main problem has been resolved. The only reason we've kept it open...

Ohhhh yes right. Sorry, I missed that. I think there might be a technical reason that it's necessary (though I'm not sure), because maybe the underlying LP solution may not...

Now fixed in https://github.com/google-deepmind/open_spiel/pull/1338 which has been merged. Thanks @alexunderch

> I noticed that when downloading the OpenSpiel package using pip, the code obtained is inconsistent with the one on GitHub. For example, the code downloaded via pip does not...

> Moreover, could you provide some examples of how to use these solvers (like sgd) in `open_spiel.python.algorithms.adidas_utils.solvers.nonsymmetric`? I do not know how to use these solvers. @imgemp any pointers on...

Hi @menglinjian, The original problem should be solved now since the OpenSpiel 1.5 release: https://github.com/google-deepmind/open_spiel/releases/tag/v1.5, so I will close this issue as resolved. Please re-open if you'd like to continue...