From ca99624e0049f4b3f263125b95358ccb547e9e7d Mon Sep 17 00:00:00 2001 From: Ofek Shochat <50481015+OfekShochat@users.noreply.github.com> Date: Tue, 8 Dec 2020 09:39:59 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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