Making a Balloon Fight AI with Python🐍

Поделиться
HTML-код
  • Опубликовано: 12 фев 2021
  • Can AI play Balloon Fight for the NES? Yes it can.
    Watch the Mario World AI: • Making a Mario AI with...
    Github code: github.com/healthpotionstudio...
    Subscribe to the channel for more videos like this!
    ===========================================
    Wishlist Vicious Vine on Steam:
    store.steampowered.com/app/15...
    ===========================================
    Follow Health Potion Studios on
    Twitter: / healthpotiondev
    Instagram: / healthpotionstudios
    ===========================================
    Avatar created by Pan Lean. Check him out!
    / panljd
    #NES #AI
  • РазвлеченияРазвлечения

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

  • @TylerGreen
    @TylerGreen 3 года назад

    This was cool, can the AI play Pokemon?

    • @DistractedCoder
      @DistractedCoder  3 года назад +1

      Thank you.
      I would love to try AI Pokemon someday. Not sure when but it would be a fun (and perhaps overwhelming) project

  • @eren_guneri
    @eren_guneri 2 года назад

    What do you think about the enemy AI tho? They seem kind of unpredictable. How do you think they were programmed?

  • @wellyngtonweller6575
    @wellyngtonweller6575 3 года назад

    I had totally forgot about this wonderful game. Cool AI by the way :)
    The AI is doing a great job with the information it has, but I guess it has its limitations due to the screen resolution, it is too low. I think it cannot differentiate all the moving objects and the screen background all the time.
    The lightning sometimes is rendered as a single pixel and can be confused with few of the background stars that are rendered as a single pixel as well.
    Could it be the reason why it "prefers" to stay hovering on top of the screen? I dunno
    Couldn't there be a single bit for each color? Just to give it more data? :)

    • @wellyngtonweller6575
      @wellyngtonweller6575 3 года назад

      example: if the given pixel has more than 50% red, set R as 1, else set it as 0, the same would apply for green and blue :PIt probably wouldn't help with the Ballon Fight game, but with Super Mario World it think it would.

    • @DistractedCoder
      @DistractedCoder  3 года назад +1

      @@wellyngtonweller6575 I haven't messed around with color thresholds or masking but it sounds like a good idea to try in the future. Thank you and glad you liked it!

  • @BrijeshPatel-pf4bz
    @BrijeshPatel-pf4bz 2 года назад

    Where can we find the code of this game ?

    • @DistractedCoder
      @DistractedCoder  2 года назад

      This code was modified from my original Mario World AI. Not too much was changed from it so that project should be enough to get you started
      github.com/healthpotionstudios/MarioWorldAI-NEAT