Rebel wrote: ↑Fri Jan 24, 2025 12:38 ampohl4711 wrote: ↑Fri Nov 29, 2024 7:47 am Exactly. Example: Each won (non-sac) game in the endgame (which old Patricia 3.1 could not win) lowers the percents of the won sac-games, because it is a win without a sac. This lowers EAS-score, of course, because all scoring is done with these percent-values.
I noticed this back when I tried testing against Komodo aggressive, both engines had under 50,000 EAS
Fun with EAS, if you pit 2 EAS engines against each other.
Both killing each other fighting for EAS points, Patricia wins.Code: Select all
bad avg.win Rank EAS-Score sacs shorts draws moves Engine/player ------------------------------------------------------------------- 1 110906 15.24% 13.33% 13.26% 72 Patricia-3.01 2 66328 03.49% 22.68% 26.43% 66 REBEL-EXTREME
As for the match score -
World upside down.Code: Select all
No. Name Win Draw Loss Unf. Score Games % ---------------------------------------------------------- 1 REBEL-EXTREME +1803 =1139 -105 *0 2372.5 3047 77.9% 2 Patricia-3.01 +105 =1139 -1803 *0 674.5 3047 22.1% Total Games: 3047 White Wins: 1117 (36.7%) Black Wins: 791 (26.0%) Draws: 1139 (37.4%)
patricia devlog
Moderator: Ras
-
- Posts: 238
- Joined: Tue Jan 31, 2023 4:34 pm
- Full name: Adam Kulju
Re: patricia devlog
go and star https://github.com/Adam-Kulju/Patricia!
-
- Posts: 238
- Joined: Tue Jan 31, 2023 4:34 pm
- Full name: Adam Kulju
Re: patricia devlog
update: reached 500k and am now working on strength
go and star https://github.com/Adam-Kulju/Patricia!
-
- Posts: 238
- Joined: Tue Jan 31, 2023 4:34 pm
- Full name: Adam Kulju
Re: patricia devlog
Strength has been a bit more annoying than I thought. I’m still only 30 ltc elo over Patricia 4 - the net is just dragging down the strength so much. Time for another round of experiments I guess…
go and star https://github.com/Adam-Kulju/Patricia!
-
- Posts: 1978
- Joined: Thu Sep 18, 2008 10:24 pm
Re: patricia devlog
But Patricia 4 is already very strong, if aggression goes up and Elo stays the same as Patricia 4 - that's a huge achievement.
-
- Posts: 238
- Joined: Tue Jan 31, 2023 4:34 pm
- Full name: Adam Kulju
Re: patricia devlog
Quite a few people's main experience with Patricia is watching her play at TCEC and CCC. I want her to be strong enough to score the occasional incredible win against other top engines. Sacrificing and winning against Stockfish would mean quite a bit more to me than, say, doing the same against an engine such as Willow.
go and star https://github.com/Adam-Kulju/Patricia!
-
- Posts: 238
- Joined: Tue Jan 31, 2023 4:34 pm
- Full name: Adam Kulju
Re: patricia devlog
I ran into a fun FRC datagen bug that took nearly a week to fix, but I can confirm that adding 50m DFRC data to 250m regular data leads to better results on small nets than training a net on 300m regular data in regular chess (not to mention FRC chess where it's over 100 elo stronger...)
go and star https://github.com/Adam-Kulju/Patricia!
-
- Posts: 238
- Joined: Tue Jan 31, 2023 4:34 pm
- Full name: Adam Kulju
Re: patricia devlog
Whiskers wrote: ↑Tue Mar 11, 2025 8:22 pm I ran into a fun FRC datagen bug that took nearly a week to fix, but I can confirm that adding 50m DFRC data to 250m regular data leads to better results on small nets than training a net on 300m regular data in regular chess (not to mention FRC chess where it's over 100 elo stronger...)
One more idea that makes data stronger is to ensure that no opening is too unbalanced (my threshold is 400 centipawns or more) - if so, the opening is replayed until a suitable one is found.
I've seen it thrown around that using captures with a SEE score of less than 0 in datagen rather than filtering all captures out gained; however, this did not work in Patricia.
After a few more experiments I'm going to generate as much data as I can and get Gabe to train a few more nets for me, hopefully resulting in a stronger but no less aggressive engine. Then it's off to the search mines until Patricia 5...
go and star https://github.com/Adam-Kulju/Patricia!