Zeta36 / chess-alpha-zero

Chess reinforcement learning by AlphaGo Zero methods.
MIT License
2.13k stars 479 forks source link

can't create executable #68

Open jimmyai opened 6 years ago

jimmyai commented 6 years ago

is there any possible way to create exe,i tried many things but unfortunately do not get any success. is there any one who create exe successfully.?

brianprichardson commented 6 years ago

You do not typically create an exe for this project as it is in Python (although there are utilities to convert Python to .exe programs). If you are just looking to "simply" run things, see the UCI instructions, taking care to modify directory names and such for differences between Windows and Linux.