AlphaZero Connect Four (Monte Carlo Tree Search)
Advait Shinde
0:00 / 0:00
AlphaZero Connect Four (Monte Carlo Tree Search)
2 480 просмотров · 1 год назад
Advait Shinde
579 подписчиков
2 480 просмотров · 1 год назад
Here we discuss:
AlphaGo and AlphaZero
Monte Carlo Tree Search
Multi-Armed Bandit Problem
ResNet NN Architecture for grid board games
Using rust to optimize playing a bunch of connect four games in parallel
Rust/Python interop with PyO3
Code available here: https://github.com/advait/c4a0