For questions about Deep Mind's Alpha Zero chess engine.
Questions tagged [alphazero]
50 questions
17
votes
7 answers
Did AlphaZero also have to learn that each piece has a value?
When AlphaZero learned on its own that a queen has a value of 9, a pawn 1, knight 3, etc., then did it also need to learn on its own that a piece has a value? Or was it that the concept of value was baked into its code and it only had to figure out…

daparic
- 415
- 4
- 11
12
votes
2 answers
How does AlphaZero learn to evaluate a position it has never seen?
Following up from answers to:
Understanding AlphaZero
My question would be how the neural net "learns" what to do in a position it hasn't encountered. Saying the actual AZ executes an MCTS using the bias + weights from the trained neural net just…

Roy Koczela
- 137
- 3
1
vote
1 answer
Alphazero Learning vs Playing mode
Is there any fundamental difference (in algorithms etc.) between Alphazero training by playing against itself and when playing a match against Stockfish?
Or were the match games basically treated as training game with the only diferrnce that half…

user1583209
- 20,735
- 3
- 41
- 97