6 ms·
Sure, the best chess/go players on this planet are not humans anymore and those games are full of novel situations with no known solutions.
by zornthewise 3y ago
Sure, the best chess/go players on this planet are not humans anymore and those games are full of novel situations with no known solutions.
- OJFord 3y agoThat seems pretty different though, they have relatively few relatively straightforward fixed rules, you can just compute possible outcomes for moves.
- ben_w 3y agoThe branching factor of Go prevents brute force calculation of the best possible moves. It isn't even obvious how to write a function that evaluates how strong any given board position is. The AI had to learn functions to do that.
- worrycue 3y agoStock Fish and AlphaGo aren’t LLMs - which is the type of AI ChatGPT is.
- anonylizard 3y agoDeepmind is trying to combine "Alphazero" style algorithms with LLMs to build Gemini.
- worrycue 3y agoWe will see if they succeed and create a better AI that doesn’t relies solely on memorising answers.