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?
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?
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 > : )
video is too short to learn i am a bigner,how u used those screenshot inside script..how i use this script for any other game?..do u know where i could find full tutorial videos?
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
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?
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😁
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.
@@LowJackAP also in rpg games you can create a user interface to manage some stuff like what you want to keep, the quests you want the bot to do, the farming area that you want it to go, choosing a place to farm, choosing the skills, stats, fighting strategies, distances to keep ect... Stuff like those things makes it feels like you are actually playing the game in a certain way finally...
I'm no coder but I think that would be vertual pc's like orical. unless you use servers or run a script to swap between tabs. swapping tabs would also be run on a vertual pc or server though pretty sure.
That "music" needs to go. It's too loud and distracting. Fine some soothing music that blends into the background instead of making it incredibly hard to focus on what you're saying and the code on the screen
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?
Great comment I really appreciate the feedback. I will review tomorrow thanks for watching and commenting means a lot.
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.
Thanks! I hope to have a ton of stuff coming out this year. Stay tuned.
lets go! Waiting every day for a new upload and it finally happened! Keep up the content bro you're the best!
Really appreciate this comment. Thanks for sticking with me! More soon.
Dude...I need more educational material like this. This was so high quality. Thanks!
This couldn't have come at a better time. Thanks! Can't wait to mess with this.
It's a pretty cool process! Thanks for watching/commenting.
I took like 1 hour annotating images and then the training in the google notebook gave me one error and I couldn't follow :(((
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?
You are back? Man Ive been missing your guides.
Back! Hopefully, more is coming soon. Thanks for watching/commenting.
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 > : )
You're my hero.
Good Video, Brazil to the world :D
You’re an amazing teacher, thank you. Have you considered taking on an FPS game?
You could colect more training data while letting the bot play
Awesome vid!
Thank you! Means a lot that you guys take the time to watch and comment. More soon.
i did 1/1 the same and not works, there is a error in the colab, custom training cell seems broken
video is too short to learn i am a bigner,how u used those screenshot inside script..how i use this script for any other game?..do u know where i could find full tutorial videos?
waiting for you to make another game automation series with SIMA when its released😆😆
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
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
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?
13 hours means 46800 seconds, lets assume it takes screenshots per 3 secs.
15600 screenshots in total.
you can pipe it directly to your app or make a queue list to remove them automatically.
it took me a few hors but i got it to work
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😁
Do to need to retrain after you changed the locations of the buy buttons?
Is there an open source free version program like roboflow anywhere that doesn't have a pricing option?
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.
Bots are more fun even than the games them self often lol
So I’m not the only one hehe
ATM I use scripts to play my other instances of a game, but now I will start writing bot Programms, Im really hyped (:
this is true, I LOVE the idea of passive income, and being able to automate vertual progress just feels so rewarding.
@@LowJackAP also in rpg games you can create a user interface to manage some stuff like what you want to keep, the quests you want the bot to do, the farming area that you want it to go, choosing a place to farm, choosing the skills, stats, fighting strategies, distances to keep ect... Stuff like those things makes it feels like you are actually playing the game in a certain way finally...
letz gooooo
when fuel reaches 1/3 automatically search for fuel ignoring other game elements
Amazing video could you also make a python bot for crossy road?
I don't hate that idea. I'll look into it!
nice vid
Thanks. Appreciate the comment. More soon.
@@ClarityCoders yeah 😊😊
its saying whoops when i try to join , i want to join so that i can find answers for some topic please help me
9:44 where is the link in description?
is there a way that we can run bots in games for multi tab games using yolo and python?
I'm no coder but I think that would be vertual pc's like orical. unless you use servers or run a script to swap between tabs. swapping tabs would also be run on a vertual pc or server though pretty sure.
Nice
Thanks! Appreciate the view.
where is the colab stuff?
Now instead of writing your own decision logic, use ai on that part too! :)
Punish that little tornado when it didn't crush trees and buildings!
Smh only fix bugs at least how would u grow?
@@JimTim-bh2exI didn't understand what you meant?
Will it self-learn?
when you say "google collab is free", that's wrong. It's limited
so its like a form of aim somewhat
nice video, automating roblox games?
I like.... What games would be a good fit do you think. I haven't really got into roblox.
@@ClarityCoders well i think there a lot of grindy games like treasure hunt simulator and a lot of tycoons
This video is an ad for roboflow
beware if your using a amd it will take a while an di recommend asking ai for help
how to contact you ?
Any help from ur side 😐
sir What's the name of this game.
You would think I would have remembered to say the game name. Tornado Madness!
That "music" needs to go. It's too loud and distracting. Fine some soothing music that blends into the background instead of making it incredibly hard to focus on what you're saying and the code on the screen
Noted. I apologize next one will be better. Thanks for the comment.
10:26
did u delete my comment lmao?
I did not. It must have been RUclips.
please please please bro write a program that automate free fire game
what's wrong with you
@@qwaqkI cannot talk to you
what is a "free fire game" ?
@@LowJackAPthats a mobile game
3d games are very hard to automate
Sorry, but i didnt like the video.
Boooo!