FastAI learns to play Fall Guys - Undetectable Fall Guys bot.

preview_player
Показать описание
I used the very powerful FastAI library with Python to play Fall Guys and qualify over human players. These AI bots are fun and easy to code with FastAI and undetectable by anti-cheat efforts. Join us and share this video to stop these bots!

Want to chat with me and other programmers join our discord!

@howardjeremyp
Рекомендации по теме
Комментарии
Автор

Nice work!, I love this type of videos where someone use Ai algorithms to turn dump computer into super clever computer,
I Hope you proceed uploading
this type of video♥️

Mrzoozee
Автор

It's so smart that it tried to glitch thorough the walls

doyouhavecottoncandy
Автор

Came from r/python and I just have to stay your very underrated, you have earned a sub

plns
Автор

You'd probably gain a lot by giving the model some temporal context. Instead of passing in only the current frame, you could stack the current and previous frames depth-wise for an input shape of (224, 224, 2).
This extra information would give vital information about the direction and velocity of everything in the scene, and wouldn't require any significant changes to the model.

ashwhall
Автор

This is one of the most entertaining as well as educational video I've seen in a while and now I can't wait to check all your videos out. Nice job I'm sure you're gonna blow up one day with content as good as this 👍

anshulagarwal
Автор

Awesome ! Love how it seems simple to train (just record the screen), and yet performs "ok", didn't know it was "that easy" to train a ML model. I feel like you can supervize 10 of these IAs and help them when they struggle, but you could never play 10game at the same time. Very nice for job automation or whatever

jfjdcentofo
Автор

Interesting. I think just using past 4-5 images as input would improve it a lot as it will have the information of how objects are moving as well. Keep it up!

sangramkapre
Автор

Awesome video! Let's see you get a crown in another video!

joshuafahrenkrog
Автор

When people make an AI to beat a game it's no longer cheating it's art.

amosnimos
Автор

Wow this is really cool!
I'm surprised it doesn't have more views

seaton
Автор

Thoroughly impressed by how you framed such a complex task into a classification problem! When I saw the thumbnail, I thought you’d be coding up some reinforcement learning stuff. Subbed!

AliHaider-kkqs
Автор

Oh why did you have to remember me that GPU training used to be free on colab

tedzards
Автор

This is when your mom says put game on pause but you can't cause it's online game and you turning on AI

LUVVEOUS
Автор

This is a super high quality video! Great editing, and it's super informative! 😁

MACHINEBUILDER
Автор

Had this idea too a few days ago. However I never would have thought it would be so "easy" to make in terms of AI models/techniques. Great job dude!

dome
Автор

Nice demo of picking a simplified framing of the problem and getting a proof of concept quickly! Great project :)

Yenrabbit
Автор

“The plan is simple” Ludwigs in my head

WestMonkey
Автор

What awesome project! I would appreciate if you do some follow up videos on this project. You could train it using more and better data (say only of your winning games) and maybe using deeper ResNet architectures or maybe using grey scale images (these edge images are a bit too simple approach imo).

superaluis
Автор

8:38 "we at least know we're headed in the right direction" unlike that random agent... ^^

simmbuddy
Автор

Woah, I’m surprised you got any results with such unstructured data. Neat!

poketopa