Mastering Chess and Shogi by Self-Play with General Reinforcement Learning
1–10 of 282 posts
Re: Mastering Chess and Shogi by Self-Play with General Reinforcement Learning
#2Re: Mastering Chess and Shogi by Self-Play with General Reinforcement Learning
#3Re: Mastering Chess and Shogi by Self-Play with General Reinforcement Learning
#4Re: Mastering Chess and Shogi by Self-Play with General Reinforcement Learning
#5Would be good to see Deepmind's solution play Arimaa and Stratego, and see what kind of strategy it comes up with. Or weird variations of Go.
Eventually this tech will make it into military strategy simulators and that's where things will get really messed up. 4 star generals will be replaced by bots.
Re: Mastering Chess and Shogi by Self-Play with General Reinforcement Learning
#61) Alpha Zero beats AlphaGo Zero and AlphaGo Lee and starts tabla rasa
2) "Shogi is a significantly harder game, in terms of computational complexity, than chess (2, 14): it is played on a larger board, and any captured opponent piece changes sides and may subsequently be dropped anywhere on the board. The strongest shogi programs, such as Computer Shogi Association (CSA) world-champion Elmo, have only recently defeated human champions (5)"
Re: Mastering Chess and Shogi by Self-Play with General Reinforcement Learning
#7Re: Mastering Chess and Shogi by Self-Play with General Reinforcement Learning
#8Certainly a significant achievement. Also, kind of interesting that the AlphaGo team spent a lot of energy to convince us Go is much harder than Chess, only to turn around and tell us that it is amazing that it can also win at Chess.
What they're demoing here is a single, general formula for mastering multiple games. Start with empty AG0, then teach it chess from scratch until it is the strongest player on the planet.
Go back to an empty slate, with the same exactly "untrained" AG0, and now teach it Go, to the same result. No fine-tuning for the domain of the game you are training -- it is general(ized).
That's the gist I'm getting from this.
question for someone who has time to read the paper: can you train it to master chess and go at the same time? or is it one or the other? I'm assuming the latter.
edit: check out the graph on the 4th page. AlphaZero, which can master chess and shogi, can beat AlphaGo Zero, the implementation specifically designed for Go, at its own game.