Dominating Bot Challenges Donkey Kong Country with Simple Code.

  Рет қаралды 6,136

ClarityCoders

ClarityCoders

2 жыл бұрын

Check out some of your favorite bosses and learn some AI reinforcement learning using "The Brute". Unlock new career opportunities and become data fluent today! Use my link bit.ly/30LjRMp and check out the first chapter of any DataCamp course for FREE!
👊You got something to say to me?? Join our discord!✌️
/ discord
💻My Updated Bot Code.🖱
github.com/ClarityCoders/Gym-...
replit.com/@JacobLower3/Gym-R...
This video was sponsored by DataCamp

Пікірлер: 38
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Unlock new career opportunities and become data fluent today! Use my link bit.ly/30LjRMp and check out the first chapter of any DataCamp course for FREE!
@pluto5785
@pluto5785 2 жыл бұрын
Hey, currently studying computing science in my second year of college, your channel has reignited a passion and sense of enjoyment for computing I thought I had lost for good 👍
@ClarityCoders
@ClarityCoders 2 жыл бұрын
That's really an amazing comment thanks for sharing. I love working on these silly projects and teaching people so this means a lot.
@antond131
@antond131 2 жыл бұрын
Now I wanna see this play Pokemon Gen 1 games. Almost worth giving it a go. Great video as always!
@ClarityCoders
@ClarityCoders 2 жыл бұрын
I was a big Pokemon guy back in the day.
@capnthepeafarmer
@capnthepeafarmer 2 жыл бұрын
Nice presentation upgrade, feels like I'm at the Clarity Coders TED talk
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Thanks for the feedback I was curious on the new format and feel.
@capnthepeafarmer
@capnthepeafarmer 2 жыл бұрын
@@ClarityCoders I think it's great for explaining concepts for novices like myself, and it's also very helpful to see the practical application and use in the video as well. Keep up the good work!
@Timotheeee1
@Timotheeee1 2 жыл бұрын
this reminds me of the old coding train video with the smart rockets
@CoolJosh3k
@CoolJosh3k 2 жыл бұрын
The 3 second preview KZbin shows for the TV app was just the Rett & Link part. I was rather confused.
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Darn haha....
@wfzyx
@wfzyx 2 жыл бұрын
Very cool concept of blindly applying min-max, never saw this idea before; I wonder if some type of reward prediction can be used to prune some trees and speedup the process, due to 99% of the time a new node will reward the same as the previous. Offtopic: There is a small typo "episdode".
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Great feedback and thoughts! I think that would be a great idea along with adding multiprocessing and some other speed ups. Dang it on the typo doesn't surprise me haha... Thanks for watching and commenting I really appreciate it.
@merger1234
@merger1234 2 жыл бұрын
Great video! What algorithm would you choose for a Match-3 game where the drops from the top always are random? It would be really fun to watch a video of you creating a AI to beat a match-3 game...not candy crush!! ;)
@ClarityCoders
@ClarityCoders 2 жыл бұрын
I'll put it on my list and check it out. Thanks for the comment and watching.
@disrael2101
@disrael2101 2 жыл бұрын
fascinating job and explanation.. would love if you could make a series on how to build it from start to finish with explanation on each line and what it actually does.
@ClarityCoders
@ClarityCoders 2 жыл бұрын
I'll keep that in mind. I always wonder how in-depth people would like me to go.
@enlacdmx4379
@enlacdmx4379 2 жыл бұрын
4:37 DataCamp 👍
@gm4984
@gm4984 2 жыл бұрын
It would be interesting to see this algorithm applied to an environment infinitely generated.
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Great idea! Thanks for watching and taking the time to comment.
@TeenNewsLive
@TeenNewsLive 2 жыл бұрын
This algorithm only works on deterministic environments unless you mean in a procedurally generated map with a constant seed. This isn't a very smart algorithm, looks a lot like a greedy graph search algorithm + a randomization factor.
@ClarityCoders
@ClarityCoders 2 жыл бұрын
@@TeenNewsLive Yup! We cover that a bit in the video as well. Could be infinitely generated as you said as long as it's the same every time. Great comment.
@deep_spaghetti
@deep_spaghetti 2 жыл бұрын
How would the performance of a blind learning algorithm like this compare to a non-blind one, e.g. one that would learn what to do based on what's on the screen at any given moment?
@ClarityCoders
@ClarityCoders 2 жыл бұрын
That would be a interesting topic to show I might do that actually! My immediate thought would be a typical vision CNN say with a DQN would take longer to train and more processing power. However, it would adapt to new scenarios faster. So a long level for example the Image based one would really shine. On a really short level think the rat boss the blind one will outperform for sure.
@deep_spaghetti
@deep_spaghetti 2 жыл бұрын
@@ClarityCoders Interesting, thank you!
@poziki
@poziki 2 жыл бұрын
I've never done anything on Replit, how's the performance vs your "standard" laptop?
@ClarityCoders
@ClarityCoders 2 жыл бұрын
I really like it but the performance isn't there for any really heavy AI related tasks. For bots on stuff like discord and reddit it's my new go to host! In this case though sense this algorithm isn't heavy (No image processing) it's about half the speed of my laptop. Which is a year old gaming laptop so not exactly standard I guess.
@dw1585
@dw1585 2 жыл бұрын
Beginner here so doing bots for games was AI or ML and what is the difference between them
@ClarityCoders
@ClarityCoders 2 жыл бұрын
AI is a broader term and I get arguments on here all the time but.... AI to me is giving a program a way to interact with a human like interface or a human like way. ML is allows the machine to learn on its own so you don't have to code rules and such. To me all ML is a form of AI but not all AI is ML
@walney2008
@walney2008 Жыл бұрын
please speak bot chess, training pieces and moves
@cdmichaelb
@cdmichaelb 2 жыл бұрын
I like you videos more that code bullet's because he only puts out like 4 per year.
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Only way I can beat him haha
@mumblety
@mumblety 2 жыл бұрын
TENTH COMMENT!!!!
@ClarityCoders
@ClarityCoders 2 жыл бұрын
My man! Thanks for taking the time and watching.
@pizzamark4388
@pizzamark4388 2 жыл бұрын
rocket league when? :P
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Soon. Very soon. Thanks for watching and commenting!
@jakelionlight3936
@jakelionlight3936 2 жыл бұрын
:) You should use the term machine intelligence or child, using the term "it" is rather insulting... This machine intelligence is like your child and will grow up depending on your love and kindness, I want to see your child grow and experience other games... and helping your child experience the world.
@ClarityCoders
@ClarityCoders 2 жыл бұрын
I will love my children more in the future. Thanks for watching and commenting.
Python Bots! Coding a Better Auto Clicker.
15:19
ClarityCoders
Рет қаралды 11 М.
Bot Plays Dino Run! Can our dinosaur bot be stopped?
11:30
ClarityCoders
Рет қаралды 50 М.
Miracle Doctor Saves Blind Girl ❤️
00:59
Alan Chikin Chow
Рет қаралды 70 МЛН
Sigma Girl Education #sigma #viral #comedy
00:16
CRAZY GREAPA
Рет қаралды 113 МЛН
Python bot that makes movies and posts them daily to YouTube.
27:07
ClarityCoders
Рет қаралды 91 М.
AI Crushes Wenus. (AI PLays Farm Freenzy)
7:41
ClarityCoders
Рет қаралды 15 М.
GBA Donkey Kong Country - Color Palette Restoration Hack Showcase
15:54
Donkey Kong country pt2  time to whoop some tail
Lordshadow23
Рет қаралды 2
FastAI learns to play Fall Guys - Undetectable Fall Guys bot.
12:13
ClarityCoders
Рет қаралды 794 М.
AI Learns Insane Monopoly Strategies
11:30
b2studios
Рет қаралды 10 МЛН
Best Beast Sounds Handsfree For Multi Phone
0:42
MUN HD
Рет қаралды 339 М.