Block dominoes implementation
Brunozml opened this issue · 2 comments
Hi, I'm looking to solve a version of block dominoes for my bachelor's thesis and I would like to contribute to OpenSpiel's implementation (which seems to be incomplete, as tests fail and it is not currently on the list of registered games); However, I'm having trouble grasping how to contribute in this domain.
Hi @Brunozml,
Block dominoes should be on games list.. here:
It's a python game, so I guess you were not finding it because if the missing python_
prefix.
Anyway it should be included in the basic game simulations test (python/tests/games_sim_test.py) as well as its own test here: https://github.com/google-deepmind/open_spiel/blob/master/open_spiel/python/games/block_dominoes_test.py.
Which tests are failing for you? Can you paste the errors?