Game Automation with YOLOv8: Python Bot Tutorial

2024 ж. 20 Мам.
12 009 Рет қаралды

Learn how to automate gameplay using YOLOv8 object detection in Python. This tutorial guides you through the process of coding a game bot using YOLOv8, a powerful deep learning model, to detect and interact with game elements.
Watch step-by-step as we demonstrate how to implement YOLOv8 for game automation, providing insights and tips along the way. Enhance your programming skills and gaming experience with this comprehensive guide!
✌️Want to see our new courses first for free?
www.claritycoders.com/
⌨️ All the code in the video!
github.com/ClarityCoders/Torn...
👊 You got something to say to me?? Join our discord!✌️
/ discord
00:00 - Intro
00:15 - Get Image Data
04:20 - Annotate Images
09:40 - Train Model
12:03 - Create Bot
16:38 - First Bot Attempt
18:00 - Final Run!

Пікірлер
  • lets go! Waiting every day for a new upload and it finally happened! Keep up the content bro you're the best!

    @csg301@csg3012 ай бұрын
    • Really appreciate this comment. Thanks for sticking with me! More soon.

      @ClarityCoders@ClarityCoders2 ай бұрын
  • Please do more AI bot stuff! you are my favorit content creator for bot stuff, you are so good at explaning and making it easy to understand.

    @nopainnullgain3405@nopainnullgain34052 ай бұрын
    • Thanks! I hope to have a ton of stuff coming out this year. Stay tuned.

      @ClarityCoders@ClarityCoders2 ай бұрын
  • This couldn't have come at a better time. Thanks! Can't wait to mess with this.

    @ontoshere@ontoshereАй бұрын
    • It's a pretty cool process! Thanks for watching/commenting.

      @ClarityCoders@ClarityCodersАй бұрын
  • I approve this, BUT you can take this one step further and install PYENV, this will allow you to set any python version you require for your specific project with out changing your system python. YOUR WELCOME > : )

    @oneupparty@oneupparty2 күн бұрын
  • Great video. Thanks! You mention in the video that you will share the colab link, but it isn't in the description or on the Github. Do you still plan to share it?

    @JosephShapiroTech@JosephShapiroTechАй бұрын
  • Greetings. Welcome back! Overall the process seems fairly well explained, and code seems decent. Is A few comments. Might be worth mentioning that roboflow is only free for a trial. 6:10 - you should not include the price in the annotations, as it might try and match the exact picture. Pre-submission edit: looks like you caught this. Good job! 12:45 - screen width and height can be calculated. Even for multi-monitor setups. No need to have those as variables for us to modify. 13:41 - all the `descion["buy"] = True` redundancies can be simplified down to `decision[name] = True. Similarly, you can use f-strings to do `decision[f"{name}_location"] = (center_x, center_y)`. This removes almost all of the conditionals (except the special cases such as "tree" and "building" scenarios - but again those could maybe be improved) I took a quick look at your code on Github. Why is the requirements file so large? Surely not all that is required for this. Maybe you did a pip freeze without being in your venv?

    @TheDevilzAngelz@TheDevilzAngelz2 ай бұрын
    • Great comment I really appreciate the feedback. I will review tomorrow thanks for watching and commenting means a lot.

      @ClarityCoders@ClarityCoders2 ай бұрын
  • You are back? Man Ive been missing your guides.

    @leonardobradley3261@leonardobradley32612 ай бұрын
    • Back! Hopefully, more is coming soon. Thanks for watching/commenting.

      @ClarityCoders@ClarityCoders2 ай бұрын
  • Awesome vid!

    @Frombull@Frombull2 ай бұрын
    • Thank you! Means a lot that you guys take the time to watch and comment. More soon.

      @ClarityCoders@ClarityCoders2 ай бұрын
  • Good Video, Brazil to the world :D

    @masolhebem@masolhebemАй бұрын
  • You’re an amazing teacher, thank you. Have you considered taking on an FPS game?

    @BuLLGotcha@BuLLGotchaАй бұрын
  • Very nice! So while the bot is working it still keeps takign screenshots, right? Do you add lines of code to delete them as you go? How many ss did it take in 13 hours?

    @NemPressaNemPreguica@NemPressaNemPreguica23 күн бұрын
  • Im talking to chatgpt rn about some like that but i need to farm in a small game area theres trees but you can only cut the one with the white circle RED marker in the middle of it

    @user-ed4yp6eq5k@user-ed4yp6eq5k2 ай бұрын
  • is there a way that we can run bots in games for multi tab games using yolo and python?

    @cahyakomara1468@cahyakomara1468Ай бұрын
  • You could colect more training data while letting the bot play

    @snefden@snefden18 күн бұрын
  • letz gooooo

    @cejayalejandro1695@cejayalejandro1695Ай бұрын
  • Hey bro you did really great job, so i have for you idea for your next content, lets make together video where you will help me to write my first ever bot😁

    @AchieveAplenty@AchieveAplentyАй бұрын
  • Nice

    @Das_Unterstrich@Das_Unterstrich2 ай бұрын
    • Thanks! Appreciate the view.

      @ClarityCoders@ClarityCoders2 ай бұрын
  • waiting for you to make another game automation series with SIMA when its released😆😆

    @rulofmg@rulofmgАй бұрын
  • Will it self-learn?

    @dragonfish-du5iu@dragonfish-du5iuАй бұрын
  • Please reply make a course with NexJS and Python pandas with Excel/CSV file uploading for input data and then presenting the output as tables and downloadable Excel/CSV files and pdf pages. There are already beginner level here on youtube but something advanced is needed. I have bought your course on Udemy and I will buy this one too.

    @academyonnet@academyonnetАй бұрын
  • nice vid

    @Wikinger18@Wikinger182 ай бұрын
    • Thanks. Appreciate the comment. More soon.

      @ClarityCoders@ClarityCoders2 ай бұрын
    • ​@@ClarityCoders yeah 😊😊

      @Wikinger18@Wikinger182 ай бұрын
  • how to contact you ?

    @mankopooh67778@mankopooh6777817 күн бұрын
  • Try making a bot or AI for Clash of Clans to really test your botting skills, I've done it but haven't finished the project

    @sixthsense844@sixthsense844Ай бұрын
  • where is the colab stuff?

    @nunogomes6058@nunogomes605826 күн бұрын
  • Amazing video could you also make a python bot for crossy road?

    @lightsploit@lightsploit2 ай бұрын
    • I don't hate that idea. I'll look into it!

      @ClarityCoders@ClarityCoders2 ай бұрын
  • please please please bro write a program that automate free fire game

    @abdullahmehmood4945@abdullahmehmood4945Ай бұрын
  • Any help from ur side 😐

    @JS-Lab@JS-Lab18 күн бұрын
  • nice video, automating roblox games?

    @mankifg@mankifg2 ай бұрын
    • I like.... What games would be a good fit do you think. I haven't really got into roblox.

      @ClarityCoders@ClarityCoders2 ай бұрын
    • @@ClarityCoders well i think there a lot of grindy games like treasure hunt simulator and a lot of tycoons

      @mankifg@mankifg2 ай бұрын
  • sir What's the name of this game.

    @BillyGamerTH@BillyGamerTHАй бұрын
    • You would think I would have remembered to say the game name. Tornado Madness!

      @ClarityCoders@ClarityCodersАй бұрын
  • Please make Carrieverse Fishing Bot please

    @shitpost_xxx@shitpost_xxx29 күн бұрын
  • first

    @_plsubscribe_@_plsubscribe_2 ай бұрын
    • About time! Thank you for watching and commenting. I appreciate it.

      @ClarityCoders@ClarityCoders2 ай бұрын
KZhead