You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## AlphaZero - a reinforcement learning based game playing algorithm
3
3
4
-
We are trying to re-implement a reinforcement learning based algorithm from the principles explained in the DeepMind papers on AlphaZero. This approach to learning gameplay has been shown to be extremely successful in games like Chess, Go and Shogi and can be inferred to work equally well in other perfect information turn based games with two players.
4
+
We are trying to implement a reinforcement learning based algorithm from the principles explained in the DeepMind papers on AlphaZero. This approach to learning gameplay has been shown to be extremely successful in games like Chess, Go and Shogi and can be inferred to work equally well in other perfect information turn based games with two players.
0 commit comments