Building a Python StarCraft 2 AI… Without Knowing Code

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

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

  • @Vers-AI
    @Vers-AI  10 месяцев назад +6

    Hope you enjoyed the first episode. Part of what drove this episode is that I enjoy puzzle games like Myst, The Witness etc, which essentially just drop you in and you figure things out. Now I had some help from Co-pilot or this would have take alot longer to do but it was very much like figuring out a puzzle.
    I am working on doing weekly events to keep up my coding with projects - www.probotsai.com/join/

  • @thetabest
    @thetabest 10 месяцев назад +4

    Omg, the zealot attacking its gateway was dang amusing

  • @Nirsi
    @Nirsi 10 месяцев назад +3

    After a decade of programming, sometimes it is hard to remember how it was in the beginning. Seeing someone who is just learning the absolute basics and struggling with elementary stuff reminds me of my own beginnings. It is amazing how Copilot assists you when you are just starting out. Instead of needing lectures and hours upon hours of tutorials, and banging your head against the wall trying to identify the problem, Copilot will help you locate it, fix it, and explain what went wrong so you can learn from that mistake.

    • @Vers-AI
      @Vers-AI  10 месяцев назад +3

      It was very much like a puzzle of trail and error to try something, see what worked, get feedback and try something else. Without co-pilot (despite some of the wrong answers), It would have take alot longer to move things along

  • @SC2HL
    @SC2HL 10 месяцев назад +2

    Love the video! When will the bot be ready to take on serral? ;)

    • @Vers-AI
      @Vers-AI  10 месяцев назад +2

      season 2 finale Kappa

  • @tinkeringengr
    @tinkeringengr 10 месяцев назад +1

    A man of infinite courage taking AI suggestions for code without knowing how to code...spending a few weeks to learn object oriented python would make the process a little more enjoyable :)

    • @Vers-AI
      @Vers-AI  10 месяцев назад +2

      I took some time with ChatGPT to get some basics and broad fundamentals. But there is the "you don't know what you don't know" that when I dived in I had to fumble around to figure out what I didn't know lol.

    • @tinkeringengr
      @tinkeringengr 10 месяцев назад

      @@Vers-AI Learning by doing is an effective method of gaining skills. That said, having a little foundation will expedite the process and remove some of the painful dead ends. Especially in the programming world where the difference between right and wrong can be a single character.

    • @Vers-AI
      @Vers-AI  10 месяцев назад

      in my mind I feel like we're agreeing, but to clarify, what would foundation look like to you?

  • @aa-dt5bf
    @aa-dt5bf 10 месяцев назад +2

    Awesome! Congratulations :) remembered me my first steps in programming and sc2 ai. It is a great way to learn coding.

    • @Vers-AI
      @Vers-AI  10 месяцев назад +1

      couldn't agree more

  • @itistoday
    @itistoday 10 месяцев назад +1

    You've got a winner! 🔥🔥 content right here! :D

  • @PeregrineChurch
    @PeregrineChurch 10 месяцев назад +1

    Looking forward to the next one!

  • @enriquegarciacota3914
    @enriquegarciacota3914 10 месяцев назад +1

    This is inspiring. Good luck in your journey!

    • @Vers-AI
      @Vers-AI  10 месяцев назад +1

      Thank you, thank you!!

  • @rasper1797
    @rasper1797 10 месяцев назад +1

    That was some journey! Great content

    • @Vers-AI
      @Vers-AI  10 месяцев назад +1

      definitely came to have a new found appreciation by the end of it lol

  • @StanislavKrál-b1d
    @StanislavKrál-b1d 10 месяцев назад +2

    Hello! you inspired me to try sc2 botting too! goodluck!

    • @Vers-AI
      @Vers-AI  10 месяцев назад +2

      If you have any trouble getting started or finding resources let me know

    • @StanislavKrál-b1d
      @StanislavKrál-b1d 10 месяцев назад

      Thank you for ur kind offer. I uploaded my very first bot and now its just trying to survive T-T. I never managed to play a replay from my code tho (python). If you have any idea how to do that, i would be ethernaly greatful. One day our bots will meet!@@Vers-AI

    • @StanislavKrál-b1d
      @StanislavKrál-b1d 10 месяцев назад

      solved already with the kind help of the discord server for sc2

  • @tonysmith6362
    @tonysmith6362 2 месяца назад

    Bud, I just came across someone on the exact same journey as me. I was also humbled by the coding side and asking Ai to look at and fix my code but that first win in sweet lol

    • @Vers-AI
      @Vers-AI  2 месяца назад

      haha kindred spirits!

  • @enderl506
    @enderl506 10 месяцев назад +3

    Underrated

  • @Legendclay777
    @Legendclay777 7 месяцев назад

    This is a pretty good guide!

  • @Garviel_Loken.
    @Garviel_Loken. 10 месяцев назад

    At last I have found something to inspire me to start learning for fun

    • @Vers-AI
      @Vers-AI  10 месяцев назад

      Perfect! dig into it

  • @nrnoble
    @nrnoble 7 месяцев назад

    This video hints there are more videos. Are there followup videos?

    • @Vers-AI
      @Vers-AI  7 месяцев назад

      working on them, next video is in the editing bay, they just take some time to make 😅

  • @rodrigomedinaferreira
    @rodrigomedinaferreira 8 месяцев назад

    Hey men, i need a Bot for fastest mining bro, do you have? How i make this?

    • @Vers-AI
      @Vers-AI  8 месяцев назад

      are you talking about increasing speed of mining for a SC2 bot right?

    • @rodrigomedinaferreira
      @rodrigomedinaferreira 8 месяцев назад

      @@Vers-AI Yes!!

    • @Vers-AI
      @Vers-AI  8 месяцев назад

      For Python, you could use this example bot from python sc2 to build your own- github.com/BurnySc2/python-sc2/blob/develop/examples/worker_stack_bot.py
      Or you could build a bot using one of the Frameworks that have it already built into it like Sharpy or Ares: aressc2.github.io/ares-sc2/

    • @rodrigomedinaferreira
      @rodrigomedinaferreira 8 месяцев назад

      @@Vers-AI Don't have a bot out of the box? Well, I don't know anything about programming.

    • @rodrigomedinaferreira
      @rodrigomedinaferreira 7 месяцев назад

      @@Vers-AI hum?

  • @overmind3922
    @overmind3922 7 месяцев назад

    I swear I had almost the same emotion watching the AI work hahaha, it's beautiful.
    BTW... There is a way to play against Alphastar this days? I don t know nothing about that I A for years ago.

    • @Vers-AI
      @Vers-AI  Месяц назад +1

      There isn't a way to play against AlphaStar specifically but you can play against DI-Star which is modeled (as close as they could get) off of it

    • @overmind3922
      @overmind3922 Месяц назад

      @@Vers-AI Thank you very much! I'm going to go look for that AI 👍

    • @Vers-AI
      @Vers-AI  Месяц назад

      @@overmind3922 here you go github.com/opendilab/DI-star

  • @Eliteownage
    @Eliteownage 10 месяцев назад

    Nice.