newmanne / open_spiel

Apache License 2.0
0 stars 0 forks source link

Code up a restricted nash response #13

Open newmanne opened 3 years ago

newmanne commented 3 years ago

I guess the way this works is it takes a config directory or something, with each file being a .csv with infoset_string,a1,a2...an and then in the code you read these all and map is_string -> EQ# -> probabilities. Also, care should be taken to not include single action info states to keep memory low.

newmanne commented 3 years ago

Would be nice to abstract the game class somehow for this, but more likely to start with a manually placed first chance move that selects an EQ from all the EQs.

newmanne commented 3 years ago

Maybe you should first check if pickled / serialized solvers of the EQs you want will do the trick before building the CSV