newmanne / open_spiel

Apache License 2.0
0 stars 0 forks source link

TODO: Understand storage requirements for actions #10

Closed newmanne closed 3 years ago

newmanne commented 3 years ago

These auctions have a combinatorial number of max actions, but often in a given IS many are not playable for various reasons. Is there any sparsity to the tables? I assume not, but would be good to understand

newmanne commented 3 years ago

Stored as a map from legal actions if I understand correctly, so no worry about tons of storage