deeds_chess_system

As in chess tournaments and matches...
User avatar
deeds
Posts: 652
Joined: Wed Oct 20, 2021 9:24 pm
Location: France
Contact:

Re: deeds_chess_system

Post by deeds » Mon Jun 19, 2023 7:51 am

*** DeeDs Chess System ***

For all the positions of a game, the evaluation of the engine does not have the same precision.
The same goes for experience data, sometimes there are many, sometimes there are few.
Sometimes they are reinforced with refined scores at very great depths.
So with values fixed for all the positions of a game like those of the "Experience Book Min Depth / Eval Importance" options, it is not optimal.
Engine's moves are not always in conformity with its experience data.

D.C.S has been designed to make the best use of experience data in each position.
As i don't read the C/C++ language and i don't know anyone who can modify the source codes of the private engines,
i coded a tool which drives several engines simultaneous, which chooses the most efficient moves or the moves of the reinforced data or the moves from the opening book.
The move's choice depends on the position of the game, the among/quality of experience data, what contains the opening book, etc.

D.C.S passes UCI commands regarding opening book options to the "book_engine" configured to choose moves from the opening book.
D.C.S passes other UCI commands regarding engines settings to the "playing_engine" configured to analyze the positions, choose moves from the experience file, save new moves and update the experience data, etc.

D.C.S needs an INI file which looks like this :
Image

Throughout this "proof-of-concept" phase, i used Eman 8.40 as playing_engine, asmFish 291118 as book_engine and Depth4_180423.exp as the experience file.
The rest of the D.C.S. features/details remains under NDA...



hungtranvn
Posts: 15
Joined: Sun Jul 03, 2022 2:58 am
Real Name: Tran Hung

Re: deeds_chess_system

Post by hungtranvn » Thu Jun 22, 2023 5:01 am

Dear Deeds
Why are you using Eman 8.40 and not using a newer version, or another engine.
Can I use Little Beast 3 sl with Eman experience?

User avatar
deeds
Posts: 652
Joined: Wed Oct 20, 2021 9:24 pm
Location: France
Contact:

Re: deeds_chess_system

Post by deeds » Thu Jun 22, 2023 7:10 am

hungtranvn wrote:
Thu Jun 22, 2023 5:01 am
Dear Deeds
Why are you using Eman 8.40 and not using a newer version, or another engine.
Sorry but i'm training 5 different engines at the time and i trained until 6 different engines if i count JudaS...

hungtranvn wrote:
Thu Jun 22, 2023 5:01 am
Dear Deeds
Why are you using Eman 8.40 and not using a newer version, or another engine.
Because :
- since the Normalize evaluation patch of Nov 5, 2022, the scores of Eman 8.50 (and newer release) are based on a WDL model (based on fishtest's games = Stockfish selfplay)
- this WDL model is not very accurate
- this WDL model is modified several times/year
- at this period (November, 2022), i had already got between 14M to 17M "pawn-based" Eman scores and i don't want to pollule my Eman.exp file with "ephemeral wdl-based" scores from Stockfish selfplay games
- depending on the chosen opening list, learning engines showed gains from +50 to +200 elo and since there aren't +50 elo difference between Eman 8.40 and Eman 8.92, there wasn't urgency to loose the fruits of my 7 learning sessions
- i reinforced (and i'm reinforcing yet) at D40 the experience data of Eman 8.40 which has proven its fantastic resistance on odd TC and against books, here again, there wasn't urgency

User avatar
deeds
Posts: 652
Joined: Wed Oct 20, 2021 9:24 pm
Location: France
Contact:

Re: deeds_chess_system

Post by deeds » Thu Jun 22, 2023 7:10 am

hungtranvn wrote:
Thu Jun 22, 2023 5:01 am
Can I use Little Beast 3 sl with Eman experience?
I advise you to use a non-merged experience file trained by its own engine.

There are already too many unfair people like :
- Alex who merged igor.exp (eman engine) with sarona.exp (sarona engine) and renamed it to ProteusSF.exp
- Sedat who renamed Khalid's eman.exp to StockfishMZ.exp
- Sedat who renamed ProteusSF.exp to StockfishMZ.exp
- etc

hungtranvn
Posts: 15
Joined: Sun Jul 03, 2022 2:58 am
Real Name: Tran Hung

Re: deeds_chess_system

Post by hungtranvn » Thu Jun 22, 2023 8:36 am

Thanks a lot.
But I use the Little Beast 3 SL with the new Experience File from the beginning, not Merged Experience File, according to you, is it good?

User avatar
deeds
Posts: 652
Joined: Wed Oct 20, 2021 9:24 pm
Location: France
Contact:

Re: deeds_chess_system

Post by deeds » Thu Jun 22, 2023 10:46 am

If your engine manages to learn, that's the basis.

Then :

- if your engine scores are based on an ephemeral WDL model, each new WDL model will pollute more and more your experience file.
I know at least one engine trainer in this situation => he no longer updates his engine at training.

- if your engine scores are based on the pawn value, as it is an international standard fixed value, no problem.
The pawn-based scores are intelligible, comparable between most databases/experience files/chess literature, editable by all the tools that I have already "generously shared at least 27 times" on github.

Good training !

hungtranvn
Posts: 15
Joined: Sun Jul 03, 2022 2:58 am
Real Name: Tran Hung

Re: deeds_chess_system

Post by hungtranvn » Thu Jun 22, 2023 11:35 am

Dear Deeds!
I decided to use Eman 8.40, but when I find it again, some old links are dead, can you send it to me?
Thank you very much

User avatar
deeds
Posts: 652
Joined: Wed Oct 20, 2021 9:24 pm
Location: France
Contact:

Re: deeds_chess_system

Post by deeds » Thu Jun 22, 2023 1:36 pm

Known limitations with Eman 8.40 :

- [bug] moves like Ra1-b1, Ra1-c1, etc. are not always written in Eman.exp
- [net] latest compatible network is nn-e1fb1ade4432 (22-04-2023)
- [exp] "SugaR Experience version 2" file format. If the experience file is written under the old v1 format => Eman will convert it to v2 at startup
- [exp] max filesize checked until 10 GB, 450M moves, etc. (see 22pieces_d10.exp)
- [cutechess-cli] concurrency=1 (Eman only reads/writes an unique exp file at the time). Create a learning farm for several Eman's instances at the time.
- [hash] min hash 1 GB when engine has to load/save an exp file

If you agree with all that, here is the link.

Good training !

Post Reply