Michael Pang

Results 91 comments of Michael Pang

It probably only accepts .exe files. You can use some program to convert it like this: http://www.f2ko.de/en/b2e.php

Good catch on the "fen", I think the UCI protocol isn't supposed to have that but it can't hurt to check for it. (just patched now) The raw NN policy...

Try `pip install --upgrade --force-reinstall python-chess` If it still doesn't work open an issue in https://github.com/niklasf/python-chess/issues

It looks like you can't import numpy.. try reinstalling the package?

Check to make sure all the tensorflow requirements are installed. Also you can reduce the number of simulations per move for proportional speed increase.

What does it say when you run that pip3 command?

you might have an older version of python, you need 3.6 for this project. What does pip --version say?

Oh okay, just install pip then `pip install python-dotenv`

Hi @simsim314, thanks for sharing your thoughts. This project is still under active construction, just yesterday I wrote a [much faster MCTS](https://github.com/Akababa/chess-alpha-zero/issues/3), and I'll optimize and test it more today....

@benediamond Have you tried playing with your model yourself to see if it's qualitatively "getting better"? I'm worried about us falling into the trap of mixing validation and training data....