This was masterful mate. Thanks for the content. I've got a long-standing desire to do something very similar for a board game that my family and I play. Your repo and video go a long way in helping me make that a reality. I've got a db/systems programming background,way more than a ML one - any resources you'd recommend diving into before rolling up my sleeves and trying to replicate this?
@@prateekrungta Hey Prateek, thank you! I also have more of a systems bg and picked up ML knowledge for this project. You should be able to replicate it with some persistence. Claude/ChatGPT helps a lot. If you’ve done literally zero ML, I’d suggest starting with MNIST using PyTorch lightning with Claude’s help. If you understand all of the components then you should be able to manage an AlphaZero clone. Best of luck!
Extremely insightful. Thank you. Kinda crazy that I am in the first 50 viewers and first commenter on such a great video
@@VishalBondwal thanks Vishal!
This was masterful mate. Thanks for the content. I've got a long-standing desire to do something very similar for a board game that my family and I play. Your repo and video go a long way in helping me make that a reality.
I've got a db/systems programming background,way more than a ML one - any resources you'd recommend diving into before rolling up my sleeves and trying to replicate this?
@@prateekrungta Hey Prateek, thank you!
I also have more of a systems bg and picked up ML knowledge for this project. You should be able to replicate it with some persistence. Claude/ChatGPT helps a lot.
If you’ve done literally zero ML, I’d suggest starting with MNIST using PyTorch lightning with Claude’s help. If you understand all of the components then you should be able to manage an AlphaZero clone.
Best of luck!
@@AdvaitShinde thank you for the suggestion!
Will it be possible for you to do the same using MuZero and then compare both MuZero and alpha zero??
Great idea! Would love to do this for a future video