Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OfekShochat authored Dec 8, 2020
1 parent fec2b3a commit ca99624
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca99624

Please sign in to comment.