diff --git a/README.md b/README.md index bd7d711..cb5ed2e 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ also known by MCαβ (monte carlo alpha beta, see https://www.chessprogramming.o I dont know. they say its a hybrid search that uses alpha beta search and monte carlo and it uses the lc0 backend. so I make my own backend (for now only with tensorflow and the cppflow project but it is slow so maybe Ill use it too); and it doesnt specify if its the mcαβ. ## current workings ## -1. convert my hdh5 keras files to pb tensorflow files. if you know how to do this on tensorflow 2.x let me know on issues! +1. convert my hdh5 keras files to pb tensorflow files with tensorflow 2.x. 2. when writing "position " and then "fen" or something else it finds the first, "position" and then in the next iteration it makes cmd to "fen" for some reason. - + +if you know how to do something from the above let me know on issues with the "solution" label! + ### special thanks ### thc chess library (I use the retro-sargon one https://github.com/billforsternz/retro-sargon) from Bill Forster. cppflow for the tensorflow backend (https://github.com/serizba/cppflow) from serizba