Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inquiry about Available Tensor Games #1272

Open
menglinjian opened this issue Aug 21, 2024 · 1 comment
Open

Inquiry about Available Tensor Games #1272

menglinjian opened this issue Aug 21, 2024 · 1 comment
Labels
question Further information is requested

Comments

@menglinjian
Copy link

I’m interested in exploring the tensor games available in this repository. Could you please provide a list or some details on the different tensor games that are currently implemented? Additionally, any guidance on how to get started with them or examples would be greatly appreciated.

@lanctot
Copy link
Collaborator

lanctot commented Aug 21, 2024

There are not many to be honest. (I assume you mean n>2 players).

I think n-player Blotto and matching_pennies_3p might be the only ones. They are NFGs but you can load them as tensor games. Here are some examples: https://github.com/google-deepmind/open_spiel/blob/master/open_spiel/python/tests/tensor_game_utils_test.py

There are more available in GAMUT, which you can load through OpenSpiel (as TensorGames), see here: https://github.com/google-deepmind/open_spiel/tree/master/open_spiel/games/gamut . It is an optional dependency not enabled by default, so support for it must be enabled when building OpenSpiel from source.

Hope this helps!

@lanctot lanctot added the question Further information is requested label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants