AlphaZero Connect Four (Monte Carlo Tree Search)

Поделиться
HTML-код
  • Опубликовано: 6 ноя 2024

Комментарии • 7

  • @VishalBondwal
    @VishalBondwal 3 дня назад

    Extremely insightful. Thank you. Kinda crazy that I am in the first 50 viewers and first commenter on such a great video

  • @prateekrungta
    @prateekrungta День назад +1

    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?

    • @AdvaitShinde
      @AdvaitShinde  День назад

      @@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!

    • @prateekrungta
      @prateekrungta День назад

      @@AdvaitShinde thank you for the suggestion!

  • @ravimohankhanna4317
    @ravimohankhanna4317 2 дня назад +1

    Will it be possible for you to do the same using MuZero and then compare both MuZero and alpha zero??

    • @AdvaitShinde
      @AdvaitShinde  2 дня назад

      Great idea! Would love to do this for a future video