Hlynur Davíð Hlynsson
Hlynur Davíð Hlynsson
On "polyglot download embeddings2.is" I get: hlynur@hlynur:~$ polyglot download embeddings2.is [polyglot_data] Error loading embeddings2.is: Error installing package. Retry? [n/y/e] y Traceback (most recent call last): File "/home/hlynur/.local/bin/polyglot", line 8, in...
There's currently only a naive Monte-Carlo Search implemented and benchmarked. A whole zoo of search methods are still to be explored, for example: http://static.ijcai.org/proceedings-2017/0772.pdf https://ieeexplore.ieee.org/abstract/document/6218176/ We would benefit from more...
The code is hardly documented, decide upon and implement documentation for the functions and classes: https://www.python.org/dev/peps/pep-0257/ http://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html https://stackoverflow.com/questions/24555327/how-can-i-produce-a-numpy-like-documentation
Currently, the few implemented spells are enumerated in "make_move" and "get_legal_moves". Returning legal moves associated with the spell and handling the spell effect should be handled by the card objects...