Comparison of AlphaGo Zero and Modern Zero Algorithms
Comparison of AlphaGo Zero and Modern Zero Algorithms
Comparison of AlphaGo Zero (both 20 & 40 residual blocks sized) with its Deep Reinforcement Learning Descendents, Based on Matching the 40 Samples of AlphaGo Zero’s Moves.
In this text Leela Zero, ELF OpenGo, PhoenixGo, MiniGo & KataGo being tested for capability to detect and match the moves of their RL Big Brother.
Are they good enough for this? Is AGZ still actual template for them?
https://docs.google.com/document/d/114h ... sp=sharing
If you have any critics or ideas about this subject, you are welcome to share it here
In this text Leela Zero, ELF OpenGo, PhoenixGo, MiniGo & KataGo being tested for capability to detect and match the moves of their RL Big Brother.
Are they good enough for this? Is AGZ still actual template for them?
https://docs.google.com/document/d/114h ... sp=sharing
If you have any critics or ideas about this subject, you are welcome to share it here
- jlt
- Gosei
- Posts: 1786
- Joined: Wed Dec 14, 2016 3:59 am
- GD Posts: 0
- Has thanked: 185 times
- Been thanked: 495 times
Re: Comparison of AlphaGo Zero and Modern Zero Algorithms
I didn't read in detail because it's a bit long and some sentences not very precise, but if I understand the idea correctly, you look at AlphagoZero selfplay games, and say that an AI is strong if it can find many AZ moves.
Some of AZ's moves are found by none of the AIs, for instance the last move of the main line of the following game:
I tested it with 15-block trained on 40b LeelaZero. Indeed it didn't find the move, and wants to play the move on the variation. Once played, LZ thinks that AZ's move is 0.3% better. I don't think it's conclusive. If several good moves are equivalent, and if LZ finds one of them and not the one of AZ, it doesn't mean that LZ is weaker than AZ.
Some of AZ's moves are found by none of the AIs, for instance the last move of the main line of the following game:
I tested it with 15-block trained on 40b LeelaZero. Indeed it didn't find the move, and wants to play the move on the variation. Once played, LZ thinks that AZ's move is 0.3% better. I don't think it's conclusive. If several good moves are equivalent, and if LZ finds one of them and not the one of AZ, it doesn't mean that LZ is weaker than AZ.
- Attachments
-
- game.sgf
- (12.27 KiB) Downloaded 1338 times
-
Bill Spight
- Honinbo
- Posts: 10905
- Joined: Wed Apr 21, 2010 1:24 pm
- Has thanked: 3651 times
- Been thanked: 3373 times
Re: Comparison of AlphaGo Zero and Modern Zero Algorithms
I'm not sure what you mean by the main line. Is it a generated variation? If so, the last move could well be weak. So what if it was off the radar of another bot, or all of them?jlt wrote:I didn't read in detail because it's a bit long and some sentences not very precise, but if I understand the idea correctly, you look at AlphagoZero selfplay games, and say that an AI is strong if it can find many AZ moves.
Some of AZ's moves are found by none of the AIs, for instance the last move of the main line of the following game:
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins
Visualize whirled peas.
Everything with love. Stay safe.
At some point, doesn't thinking have to go on?
— Winona Adkins
Visualize whirled peas.
Everything with love. Stay safe.
- jlt
- Gosei
- Posts: 1786
- Joined: Wed Dec 14, 2016 3:59 am
- GD Posts: 0
- Has thanked: 185 times
- Been thanked: 495 times
Re: Comparison of AlphaGo Zero and Modern Zero Algorithms
Sorry, I may have used a wrong word, perhaps "main variation" or "main branch" was more correct? Anyway, the file above consists of the first 36 moves of an Alphago Zero selfplay match.
was at N13. According to the document, it wasn't on the radar of any other bot. My version of Leelazero indeed didn't consider it at all, and it chose M12. But once played, LZ thinks that N13 is only 0.3% better than M12.
-
Bill Spight
- Honinbo
- Posts: 10905
- Joined: Wed Apr 21, 2010 1:24 pm
- Has thanked: 3651 times
- Been thanked: 3373 times
Re: Comparison of AlphaGo Zero and Modern Zero Algorithms
OK. Many thanks.jlt wrote:Sorry, I may have used a wrong word, perhaps "main variation" or "main branch" was more correct? Anyway, the file above consists of the first 36 moves of an Alphago Zero selfplay match.was at N13. According to the document, it wasn't on the radar of any other bot. My version of Leelazero indeed didn't consider it at all, and it chose M12. But once played, LZ thinks that N13 is only 0.3% better than M12.
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins
Visualize whirled peas.
Everything with love. Stay safe.
At some point, doesn't thinking have to go on?
— Winona Adkins
Visualize whirled peas.
Everything with love. Stay safe.
Re: Comparison of AlphaGo Zero and Modern Zero Algorithms
You cannot answer the question whether AGZ is stronger than current bots by assuming it is - which expecting move selections to match its does.
At least you need control by comparing to how well the new bots can predict each other's moves. Verifying whether the test moves are actually the best in the position (like running a long eval in various bots after making each possible legal move in the position) also seems advisable.
At least you need control by comparing to how well the new bots can predict each other's moves. Verifying whether the test moves are actually the best in the position (like running a long eval in various bots after making each possible legal move in the position) also seems advisable.
-
lightvector
- Lives in sente
- Posts: 759
- Joined: Sat Jun 19, 2010 10:11 pm
- Rank: maybe 2d
- GD Posts: 0
- Has thanked: 114 times
- Been thanked: 916 times
Re: Comparison of AlphaGo Zero and Modern Zero Algorithms
Additionally, in the reddit post on this (https://www.reddit.com/r/baduk/comments ... n_zero_ai/) one of the commenters suggests that the AlphaGo Zero selfplay games were actually played with quite large numbers of playouts, much larger than was used in any of the analysis in the document.
I have not verified this, but if true, then AGZ would of course appear to be stronger and/or find moves that other bots are not finding. Bots can and do sometimes change their minds about the best moves at very large numbers of playouts and occasionally even select moves that they've put literally 0 playouts into early on, even if this is not the most common outcome.
I have not verified this, but if true, then AGZ would of course appear to be stronger and/or find moves that other bots are not finding. Bots can and do sometimes change their minds about the best moves at very large numbers of playouts and occasionally even select moves that they've put literally 0 playouts into early on, even if this is not the most common outcome.
Re: Comparison of AlphaGo Zero and Modern Zero Algorithms
Agree. I had the same idea in the beginning. But I simply don't have so much free time to assess what every bot from the list is thinking about all the others. Even playing with AGZ moves took sometime to finish. Doing 20X20 AI's cross-assessment would quickly turn from fun into a headechejann wrote:You cannot answer the question whether AGZ is stronger than current bots by assuming it is - which expecting move selections to match its does.
At least you need control by comparing to how well the new bots can predict each other's moves. Verifying whether the test moves are actually the best in the position (like running a long eval in various bots after making each possible legal move in the position) also seems advisable.
Re: Comparison of AlphaGo Zero and Modern Zero Algorithms
Thank for both of your comments! I already found few mistakes in the document. Sorry for thislightvector wrote:Additionally, in the reddit post on this (https://www.reddit.com/r/baduk/comments ... n_zero_ai/) one of the commenters suggests that the AlphaGo Zero selfplay games were actually played with quite large numbers of playouts, much larger than was used in any of the analysis in the document.
I have not verified this, but if true, then AGZ would of course appear to be stronger and/or find moves that other bots are not finding. Bots can and do sometimes change their minds about the best moves at very large numbers of playouts and occasionally even select moves that they've put literally 0 playouts into early on, even if this is not the most common outcome.
Anyway, the fact that older bots in lots of cases matched the AGZ moves better is a bit weird. All the bots from the list had an equal search limitations, so the playouts itself is not the reason of such a great performance from older AI's. I did not expect this in any numbers of simulations.
-
xela
- Lives in gote
- Posts: 652
- Joined: Sun Feb 09, 2014 4:46 am
- Rank: Australian 3 dan
- GD Posts: 200
- Location: Adelaide, South Australia
- Has thanked: 219 times
- Been thanked: 281 times
Re: Comparison of AlphaGo Zero and Modern Zero Algorithms
Maybe the newer bots are finding different moves because they are actually stronger than AGZ now?SHKD19 wrote:Anyway, the fact that older bots in lots of cases matched the AGZ moves better is a bit weird. All the bots from the list had an equal search limitations, so the playouts itself is not the reason of such a great performance from older AI's.
Re: Comparison of AlphaGo Zero and Modern Zero Algorithms
Facebook thinks that their ELF v2 is arguably comparable to only AlphaGo Zero 20B, while AlphaGo Zero 40B is much stronger than its smaller Alpha brother. Who knows, maybe current Leela Zero #254 40B already is able to compete with same size AGZ, but I can't see any reason to expect this from MiniGo v14 or v15, or another 20 blocks Network.xela wrote:Maybe the newer bots are finding different moves because they are actually stronger than AGZ now?SHKD19 wrote:Anyway, the fact that older bots in lots of cases matched the AGZ moves better is a bit weird. All the bots from the list had an equal search limitations, so the playouts itself is not the reason of such a great performance from older AI's.