Worth noting that while AlphaGo and AlphaZero are incredible achievements, the amount of actual code to implement them isn't very much. If you have the research paper, someone in the field could reimplement them in a few days. Then there is the large compute cost for training them to produce the trained weights. So, opensourcing these bits of work without the weights isn't as major a thing as you might imagine.
If only there existed a distributed way to incentivize calculation of AI weightings while also providing a currency to encourage scale…
DeepMind has open-sourced the heart of AlphaGo and AlphaZero
51–60 of 91 posts
Re: DeepMind has open-sourced the heart of AlphaGo and AlphaZero
#52Please do the same for Alphastar, the starcraft AI, that would be great.
This would probably be against some Blizzard ToS
Re: DeepMind has open-sourced the heart of AlphaGo and AlphaZero
#53Earlier quoted context omitted.
There's an interesting bias I've noticed on HN where a lot of people still believe AlphaZero is the state of the art in computer chess, when that hasn't been true except for a short while after the release. AZ still gets posted and upvoted today while newer improvements in other engines are discussed far less. I guess it's because AZ came out of Google?
AZ revolutionized chess engine architecture and then moved on to other fields. Fast followers who incrementally improve upon the breakthroughs are very rarely recognized. E.g. inventor of the blue LED versus those who improve the efficiency by .1%
Re: DeepMind has open-sourced the heart of AlphaGo and AlphaZero
#54Earlier quoted context omitted.
This would probably be against some Blizzard ToS
I thought that they had an open API, and I also thought we as players and AI enthusiasts would benefit somehow from this venture, it was all rather exciting. But the research was all behind closed doors, and nothing much came of it except for some impressive demonstrations.
Re: DeepMind has open-sourced the heart of AlphaGo and AlphaZero
#55Re: DeepMind has open-sourced the heart of AlphaGo and AlphaZero
#56Earlier quoted context omitted.
I thought that they had an open API, and I also thought we as players and AI enthusiasts would benefit somehow from this venture, it was all rather exciting. But the research was all behind closed doors, and nothing much came of it except for some impressive demonstrations.
In case you didn't know, SC2 does have a healthy AI bot community: https://sc2ai.net/
Re: DeepMind has open-sourced the heart of AlphaGo and AlphaZero
#57Earlier quoted context omitted.
The human in the loop reinforcement learning paper that powered chatgpt's training arose from deepmind's experiments with boardgames (and games). AGI is still an unsolved problem and deep RL that arose from the success of deepmind's experiments wth boardgames and games so far, will likely play a huge part in it
Like Bell Labs of old, Google has excellent AI researchers but they haven't built many (any?) AI products people can use.
Re: DeepMind has open-sourced the heart of AlphaGo and AlphaZero
#58Re: DeepMind has open-sourced the heart of AlphaGo and AlphaZero
#59Earlier quoted context omitted.
These particular programs were bleeding edge when they were announced, but have been recreated and improved on outside of DeepMind since then. For example, LCZero today is stronger at chess than any of the DeepMind chess programs that were shown to the public. Of course we don't know if they got further behind the scenes. Of course LCZero and everything else relied on the published papers of DeepMind. That is, the pa…
There's an interesting bias I've noticed on HN where a lot of people still believe AlphaZero is the state of the art in computer chess, when that hasn't been true except for a short while after the release. AZ still gets posted and upvoted today while newer improvements in other engines are discussed far less. I guess it's because AZ came out of Google?
Re: DeepMind has open-sourced the heart of AlphaGo and AlphaZero
#60Earlier quoted context omitted.
There's an interesting bias I've noticed on HN where a lot of people still believe AlphaZero is the state of the art in computer chess, when that hasn't been true except for a short while after the release. AZ still gets posted and upvoted today while newer improvements in other engines are discussed far less. I guess it's because AZ came out of Google?
AZ revolutionized chess engine architecture and then moved on to other fields. Fast followers who incrementally improve upon the breakthroughs are very rarely recognized. E.g. inventor of the blue LED versus those who improve the efficiency by .1%
Subjectively, the Monte Carlo moves seem so human-like in comparison to minimax. Minimax can suggest a move that no human would play because the depth of calculation at which that move is good is just impossible for people.