Python Reinforcement Learning using Stable baselines. Mario PPO

Sdílet
Vložit
  • čas přidán 3. 10. 2022
  • Code step by step along with me as I show video game AI networks are created. At the end of this tutorial, you will have a working Artificial Intelligence network playing Mario in Python! We use stable baselines 3 which makes this process extremely simple. Stable baselines 3 is built with PyTorch and can be used for several custom problems.
    github.com/ClarityCoders/Mari...
    👊You got something to say to me?? Join our discord!✌️
    / discord
    Python Version used in this video.
    www.python.org/downloads/rele...

Komentáře • 29

  • @epicawesomesauceguy

    This is the video that got me my first working PPO

  • @iporkedyourdog
    @iporkedyourdog Před rokem +4

    Watched all of your videos recently, glad to see a new one :D

  • @aaron6807
    @aaron6807 Před rokem +2

    Great video, I enjoy having your videos pop up in my subscription box and learning new things. I wish if you maybe could explain the concepts in a little more depth in the future, but overall, very informative. Thank you

  • @Ewsk-oz5dp
    @Ewsk-oz5dp Před rokem +3

    hello

  • @justzach253
    @justzach253 Před rokem +3

    A concept ive been considering but college keeps me to busy to explore it. Using Reinforcement leaning to drive the training of Supervised learning. The supervised learning model guesses outcomes and the Reinforcement learning model tweeks the learning rate. Sense supervised learning models are better at being more flexible and better as making decisions. But instead of manually tweaking the learning rate you have a Reinforcement learning model do that for you. And it learns based on how good the guesses are of the supervised model.

  • @ahmatnassir3413
    @ahmatnassir3413 Před rokem

    great explanation, helps me a lot. can we have another tutorial on how to trained AI on pyboy emilator?

  • @anujpatel6438
    @anujpatel6438 Před rokem

    Nice Work sir!

  • @shivamk2068
    @shivamk2068 Před rokem +1

    Please make an video on custom environment with UAV/Dronese application in mind. Maybe a drone following a target using RL etc.

  • @roeslib10
    @roeslib10 Před rokem

    Great explanation! one question, why didn´t just use make_vec_env ?

  • @MariusCheng
    @MariusCheng Před rokem

    Good job, thanks for share. I saw "Mega man" in example code. i want to train this game :)

  • @testingtime7780
    @testingtime7780 Před rokem

    Is it possbile to do this with actual online games ? If yes, how :)

  • @chrislbaird
    @chrislbaird Před rokem

    How hard would be to include score into consideration for training?

  • @Theharikris
    @Theharikris Před rokem

    I can't install gym bros

  • @thejasgowda9295
    @thejasgowda9295 Před rokem +1

    Hello I have A paid Project for you

  • @Plozeroid
    @Plozeroid Před rokem

    ClarityCoders, Unfortunately, your code didn't work for me. What could be the problem ? Why does it return a value of type ndarray and not int ?