Source code is up github.com/Code-Bullet/AsteroidsAI check it out if ya want
@glitchedjson40426 жыл бұрын
I was just about to ask for the source code, and then I saw your comment! Thanks! :D
@belugaval1446 жыл бұрын
can you make a tutorial on how to download and tinker with the source code?
@Praise_FSM6 жыл бұрын
it would be cool if you explained how the neural networs worked
@painplayer16146 жыл бұрын
Code Bullet dude. Try lunar lander or centipede. That would seem crazy
@painplayer16146 жыл бұрын
I mean if you wouldn't mind. I don't wanna sound demanding lol
@hugovankeulen51156 жыл бұрын
"I'll try spinning, that's a good trick!" AI = young Anakin
@paulmichaelfreedman83346 жыл бұрын
That one cracked me, brilliant one mate
@harrymack35656 жыл бұрын
LOL
@smartfrenandromax66516 жыл бұрын
Hugo van keulen | Well, young Anakin Skywalker's trick seemed to have earned the AI at least 74 points. See also 'The Last Starfighter's Death Blossom'. kzbin.info/www/bejne/pJ6zeKiDfNhrmckm22s
@Archande6 жыл бұрын
LOL
@500monkeys96 жыл бұрын
Smartfren Andromax Amazing
@Diabhork4 жыл бұрын
Gen 1: I think I will spin *randomly gets higher score* Gen 300: Spin2Win
@forksunlimited6 жыл бұрын
The next logical step is to teach the AI how to play Dark Souls.
@julioau6 жыл бұрын
ForksUnlimited lol
@RipleySawzen6 жыл бұрын
50 years from now, Skynet, remembering the torture humanity put it through in infancy, finally decides to kill mankind.
@Waelly176 жыл бұрын
RipleySawzen clever
@wutwut36286 жыл бұрын
fuck no
@justiciar19646 жыл бұрын
apparently someone did one already kzbin.info/www/bejne/roHVc2ugf5mifbc
@einflinkeswiesel26954 жыл бұрын
AI: I'll try spinning that's a good trick
@kamenraider11754 жыл бұрын
Should've tried the high ground
@jotarokujo36034 жыл бұрын
👍 I wanna like this shit twice.
@Channel-nd5fo4 жыл бұрын
I mean it could be it allows it to essentially see in a circle vs just lines
@jotarokujo36034 жыл бұрын
Channel 2 please, it’s just a meme reference. How about we not analyse the actual effectiveness and just giggle at a stupid 20 year old joke which is still hilarious.
@donkeyface44524 жыл бұрын
Hello there
@hydrogenbomber32674 жыл бұрын
honestly, i was expecting the AI to stand still and shoot any asteroids that comes into the screen at an incredible speed.
@tekmekster4 жыл бұрын
seems like not able to shoot until the previous shot disappears
@99baking4 жыл бұрын
This AI would get there eventually, neural networks won't give you the "best strategy" until thousands of generations have passed
@assassinonprozac4 жыл бұрын
@@tekmekster I’m 90% sure you can maybe not in this version but in the original arcade game you can.
@elfenbeinturm-media6 жыл бұрын
The reason for the spinning might be the crippled "sight" of the AI only in eight directions; only with spinning its able to look what is happening in the dead blind spots.
@connorschultz3806 жыл бұрын
That would depend on how he developed them, Turing may not effect there line of site at all, he dose describe it as part of there movement.
@NeoluceKV5 жыл бұрын
i should have read the comments before making mine :V
@KineticManiac5 жыл бұрын
@@SimonWoodburyForget While you do have a point, I think you shouldn't forget spinning increases the possibility that any asteroids that are currently invisible will be visible in the future frames. While AI doesn't have any knowledge of "future frames", its decisions still do effect them. Spinning may have increased its survival chance by letting it eventually see any asteroid, even though AI itself isn't aware this is what's going on (kind of similar to how our instincts allow us to survive, even though we don't actually think about them, AI may have developed a spinning "instinct"). Then again seeing the second part of this video, I'm not too sure anymore.
@KineticManiac5 жыл бұрын
@@SimonWoodburyForget And the AIs that spin with an rps of 60 will die where as those that spin with, say, 17 will survive. I fail to see how what I said is completely incorrect, the AIs will just evolve to NOT spin at 60 rps, but at a more reasonable speed.
@KineticManiac5 жыл бұрын
@@SimonWoodburyForget I've taken the time to think about this, and I came up with 4 possibilities. Basically, it depends on how CB actually implemented this (which means I should check out his code... maybe later). Anyways, here are the 4 possibilities I can think of: 1. Angular velocity is constant. This seems to be the most common way of making this game, as it is the way it is done in the most versions I've played. In this case, spaceship's rotation doesn't speed up or slow down, it either rotates or not. I believe that the AIs would choose to rotate in this case, as it will allow them to see the whole screen eventually, giving higher scores, thus more production. 2. Angular velocity is not constant, and AIs are given their angular velocity as an input. I believe that if angular velocity is not constant, then AIs should get to know it, through an extra input. In this case, AIs could also use rotation as a technique to see the whole screen (even though they never realize it, due to their lack of a memory), because they can keep their angular velocity at a constant number, by speeding up when they're too slow, and slowing down when they're too fast. They won't actually know they are speeding up and slowing down, since the angular velocity will look just like any other input to them, they have no idea its actually something they control, but they can control "angular acceleration" output based on "angular velocity" input. So I believe it would work. This is essentially the case I've considered in my last comment. 3. Angular velocity is not constant, not known to AIs, and there is a maximum angular velocity. I mean it's sort of awkward to let these spaceships speed up as much as they want. In this case they can constantly try to speed up, and they will get stuck once they hit the maximum angular velocity, without even knowing they've hit it, or they're stuck. I believe the final result will be similar to case 1. 4. Angular velocity is not constant, not known to AIs, and there is no maximum angular velocity. In this case, it gets a bit complicated. Theoretically, what you said can happen here, because they don't know what speed they're rotating at. However, practically speaking, I believe there still may be an evolutionary advantage to spinning. Think about it, it's going to take a long time before they reach that unlucky 60 rps. I mean there are some other unlucky numbers out there besides 60, but even those will take some time. They could still get to very high scores until then. So I think that they would still favor spinning over not spinning, since they would prefer dying late and with a higher score, over dying early and with a lower score.
@TheWeirdlyenough6 жыл бұрын
I think what you are doing is bloody fascinating
@Madoc_EU6 жыл бұрын
alex jackson Oh yes, all the face nation.
@TheWeirdlyenough6 жыл бұрын
Matthias J. Déjà oh yes i could not help but redo my spelling on that one haha.
@Madoc_EU6 жыл бұрын
Cool! It was pretty funny though.
@thatelusivedot6 жыл бұрын
alex jackson too right dude
@bawy21436 жыл бұрын
"Revolutionary idea Spinning + shooting" Spinning... Revolutionary... * Sigh *
@cameronweaver69916 жыл бұрын
I knew I was going to find at least one comment like this but you got a cringe so you get a like 😂
@NoName-qj6of5 жыл бұрын
Umm mistake in bold ill fix it foh ya *Sigh*
@jaredhettenhouser46525 жыл бұрын
thats quite the pun you found there its pretty pun-derful :D I'll see myself out....
@ellitri96775 жыл бұрын
Bawy21 *FIDGED SPINNERS INTENSIFIES*
@assassinonprozac4 жыл бұрын
I get it! _i don’t get it_
@mrk18676 жыл бұрын
Meanwhile in the A.I. mind's "You spin me right 'round, baby, right 'round. Like a record, baby, right 'round, 'round, 'round"
@PannicButtonn4 жыл бұрын
The AI was just practicing how to consistently 360 no-scope, because aiming normally is to easy
@Cynastri3 жыл бұрын
LMAO?
@teoornelas6 жыл бұрын
Did you ever consider that spinning was AI's way of improving its vision, much like a rotating radar antenna?
@MrCertainlyNot6 жыл бұрын
Actually, the AI can only see in lines in 8 directions. There are definite gaps in the vision for farther away asteroids. See the visual near the start of the video.
@tristrumandrewsfisho3396 жыл бұрын
Spinning would also give it the ability to judge the size of objects as well as the objects direction (ie if its moving perpendicular to it as well as it's perceived closer or further)
@bentleykennedy-stone6736 жыл бұрын
I think the spinning is just the easiest way for it to understand aiming. It would have to think a lot more steps ahead before it would be ready to choose to stop spinning.
@888twebb6 жыл бұрын
I wondered this as well. I’m also curious what coordinate system the ai calculates in. I feel like this would work very well in an r-theta coordinate system but it would be interesting to know if changing between r-theta and x,y,z makes any difference to the rate of learning. I assume it would only change the amount of calculation effort the ai is going through.
@unbreakaskull76796 жыл бұрын
The spinning is in reference tothe screen, not the way that the ship is facing.
@thegovenor61666 жыл бұрын
I wonder what would happen if an ai learned to make, launch and land a rocket successfully in kerbal space program?
@cthulhujankinx56526 жыл бұрын
Totally thinking the same thing
@a_random_tank_152mm76 жыл бұрын
It would either take a huge ton of programing or take a lot of time for it to learn. Probably both.
@blak48316 жыл бұрын
If nothing else, you'd need a really powerful computer with room to simulate a lot of neurons, as the amount of inputs and outputs needed for a game like that would be monstrous
@MrJellyman2236 жыл бұрын
There's a reason why these AI videos are always on simple old games. That shit gets really complicated really quickly.
@wb56296 жыл бұрын
Surely possible nowadays😂😂😂
@MsCherryKiss4 жыл бұрын
why do I hear Anakin Skywalker: "Spinning is a nice trick!"
@overloader79004 жыл бұрын
Apparently yes
@inigo87404 жыл бұрын
"I'll try spinning, that's a *good* trick!"
@Izandaia6 жыл бұрын
At first I thought that the constant spinning was just an amusing artifact from the AI's oldest ancestors (because in the first gens spinning and shooting randomly was the best they could do), but after seeing you play (I'd never actually played this or played it myself) I realized that it's actually a really good strategy. When you can fire the engines with the split second precision of a computer constantly spinning gives you far more mobility than you were ever supposed to have.
@justarandommimikyu84746 жыл бұрын
Depending on how the sight was programmed, it might also allow it to see in the blindspots that the 8 directions of sight don’t normally cover.
@TaHame15 жыл бұрын
@@justarandommimikyu8474 so a combo of spinning radar vision and hyper accurate shooting at any moment, and the grace of a caffeinated ballerina all in one....sweet!
@georgecopeland54264 жыл бұрын
Maybe you are right but I have seen expert players of this game and they perform a maneuver that I would call strafe--They maneuver to allow a large asteroid move directly in front of them, and then they unleash a constant stream of shots in a straight line that obliterates every single secondary asteroid until they are all obliterated. This super-skilled technique is the expert strategy to super high scores and the AI never learned it. There is no way that a spinning ship could do this maneuver because even if the AI could calculate it the ship is not capable of such straight line shooting while spinning. So, the AI still has a long way to go to achieve expert scores.
@epsilonthedragon12496 жыл бұрын
“Revolutionary idea: spin and aim” Because that’s totally not how I used to play ALL THE TIME because I disliked the moving mechanics of Asteroids.
@drdca82636 жыл бұрын
Is that Ultra Instinct Asteroidsship?!
@NoorquackerInd6 жыл бұрын
migatte no gokui
@lucasdenipotti8296 жыл бұрын
not sure about that heat tho....
@guyguylazy6 жыл бұрын
*NANITHEFOOK?!*
@F14R3ing6 жыл бұрын
,😂😂😂
@PotitoDestroyer30006 жыл бұрын
"I would love to dedicate more time to doing this but I need to eat" Best phrase i never read in my entire life xD
@mitsync6 жыл бұрын
I can tell you you will blow up soon! This is amazing!
@CodeBullet6 жыл бұрын
I'm glad you liked it
@Ferretlover20126 жыл бұрын
Code Bullet just remember to eat, we can wait
@jamesgrimwood12856 жыл бұрын
Next video - AI learns how to produce youtube videos ;)
@fqidz6 жыл бұрын
U want him to explode and die!?! Rude Jk
@WaterDroplet026 жыл бұрын
code bullet or the ship?
@AnterRainbowSiege4 жыл бұрын
I’m glad your going to university and your vids are outrageously funny and best channel I’m seen in a long time
@DX413RB86 жыл бұрын
he went ultra instinct lmao
@gregorygregson19746 жыл бұрын
Xenojie I was scrolling through the comments looking for someone to mention the music 😂
@lampoilropebombs06404 жыл бұрын
Gen 1: baby goku Gen 6: goku(dB) Gen 18: goku(dbz) Gen 304: goku(dbs)
@atlmyk6 жыл бұрын
After 999 Generations you get Skynet.😨 So don't let it run overnight, or feed it after midnight
@skywarslord46805 жыл бұрын
Am I the only one who doesn’t know what sky net is?
@letonyurquidi36395 жыл бұрын
@@skywarslord4680 it's from terminator
@skywarslord46805 жыл бұрын
Oh k
@OUsniper14 жыл бұрын
@@skywarslord4680 Am I the only one who knows what 'don't feed it after midnight' means?
@Apollyon674 жыл бұрын
@@OUsniper1 Nope.
@seanjhardy6 жыл бұрын
ai to play space invaders but all the invaders are controlled by separate neural networks and guided by the evolution of survival in a constant race to outdo the opponent, maybe you could use a convolutional neural network for this? anyway amazing video :D
@MrRyanroberson16 жыл бұрын
try "darwin's demons", it's a game where your enemies evolve to live the longest and kill you the most frequently. if you're clever, that'll be to your great advantage.
@baguettedepain39754 жыл бұрын
How would you use the convolutional layers ? Just curious.
@thirstfast10254 жыл бұрын
When I learned this game, it took me weeks to realize the ship moved. That blew my mind and added such an element of instability to my strategy.....
@Дмитри-ч8ш6 жыл бұрын
I read it as: AI learns to use steroids
@polk-e-dot81776 жыл бұрын
well they dont always learn the right thing to do.
@valiantlaceda19115 жыл бұрын
I was looking for someone who read ASTEROIDS as STEROIDS, and gladly I think I maybe found it hehe.
@Starlight_Joker6 жыл бұрын
I’m slightly offended that you didn’t use the beyblade theme song
@FortniteKid-jm7gx5 жыл бұрын
Copyright issues.
@sergiorequenense14746 жыл бұрын
I think they spin because they can only see in 8 directions so they try to see everything they have around
@jotrick3r3556 жыл бұрын
I have the same thing going on my mind
@vib806 жыл бұрын
Yeah, it's probably just a good local maximum strategy in general with the model... it isn't tracking asteroids, so it doesn't really have object permanence on them. Rocks are just there and not there... no telling if things are different rocks. So quickly spinning provides the benefit of providing near constant opportunities in every direction for shooting or dodging.
@josefranco4806 жыл бұрын
Ideally since it's looking in all 8 directionality would just osciliate between turning cc 45° then CCW 45° since with 8 way vision that would 'fill the full circle of vision'
@vib806 жыл бұрын
The problem with an oscillation is that means turning around and covering the areas you just covered instead of continuing forwards and covering the areas you've covered least recently. It's better to just sweep around like an old radar screen.
@kalisticmodiani26136 жыл бұрын
There's no penalty for spinning. If there was, the AI could probably learn to spin less.
@Hardy4Boy204 жыл бұрын
Imagine. The rocket moves over to the left of the screen and disappears out of sight, but does NOT reappear on the right 😕 it's gone! 6 months go by, and everything seems fine..... Until....
@louiserocks16 жыл бұрын
I love the way you write in your videos, it's so lol. don't change that
@princeninurta57674 жыл бұрын
"Not 'he'...'it', don't be naive." John Connor from Terminator Salvation.
@realdragon6 жыл бұрын
AI learns to play lunar landing
@olam46426 жыл бұрын
This is such a great idea!
@johnk.u.79926 жыл бұрын
Do it
@carginfer23536 жыл бұрын
I was never able to learn how to not crash so it will be interesting to see the strategies the AI comes up with. :3
@koltafrickenfer6 жыл бұрын
kzbin.info/www/bejne/e4uYo6uJeKyIrZY
@darkfur186 жыл бұрын
Elon Musk might take an interest if he does it.
@SabaothChristou4 жыл бұрын
Spinning rapidly is actually an interesting approach if you can control when you're thrusting/firing very precisely... On the timescales you care about you can pretty much thrust/fire in any direction you want just by timing it well.
@jontedeakin19866 жыл бұрын
two ai pong players against each other
@mint5306 жыл бұрын
Jonte Deakin DO YOU WANT TO DESTROY THE WORLD If yes please respond
@jontedeakin19866 жыл бұрын
TinyGaming // tinydemonic i get to get out of school
@jontedeakin19866 жыл бұрын
matis you could speed the game up over time
@8iter6 жыл бұрын
You could play against it after each evolution and see how good it gets 😂 or add mods that make it easier for u and see how the ai reacts
@-._6 жыл бұрын
I once tried it with a neural network, but i just got the player follow the Ball instead of guessing where it will land.
@ozansaglk64856 жыл бұрын
Man I've been watching your videos for some time and they're amazing! They show me a hint what a future may look like.. Keep doing what you are doing!
@Killer-zz6rc6 жыл бұрын
What about an ai that plays Tetris. Btw love the videos ☺
@julianbello83766 жыл бұрын
It'll pause befotlre death
@durdleduc85206 жыл бұрын
101 wiz Wasn’t that just what one ai did once and got really popular for doing?
@Xamothth6 жыл бұрын
Two points: -First, this is awesome to watch and i definitely want to look into your code cause you got me really interested in how this works ! -Second, your little comments are hilarious and i can't stop laughing (i'm watching this at work, help) Keep up the good work !
@42069memes6 жыл бұрын
Died when i heard that ultra instinct music lmfao
@christianschweda25306 жыл бұрын
I really like your dedication and your sense of humor, really had some good laughs.
@mob85026 жыл бұрын
I can’t donate sorry, I’ll do the next best thing I’ll share these videos with my friends and subscribe. Hope that’s enough to help you make more videos. Much love, Dk Baller ❤️
@THOMASTTWYFORD6 жыл бұрын
i really like these videos!! i feel like I have learnt quite a bit about AI from your efforts!! thanks and well done from the Gold Coast AU
@lilricefield69486 жыл бұрын
AI that can play the worlds hardest game.
@calldres-i-guess6 жыл бұрын
The Hint I think they're referring to the game that's called "the world's hardest game"
@notherdimension1006 жыл бұрын
You sir have just earned a sub for your hard work, patience, and dedication for making awesome AIs to retro games. Keep up the hard work!
@hunterchewning67256 жыл бұрын
I love how the AI is just a spinning maniac the whole time.
@Korne1276 жыл бұрын
I just found you and this is exactly what I'm searching for month… Thank you!
@cyanideandsleepytime68606 жыл бұрын
These videos are super cool! I've never actually watched deep-learning AI (correct me if that's the wrong term) in action. Keep it up Code Bullet.
@CodeBullet6 жыл бұрын
cheers i used the term deep learning in my first video and got cyber bullied apparently thats a no go so I use neuroevolution but anyway thanks
@reiss72196 жыл бұрын
Amazing videos, hands down best yt channel!
@LionBrine6 жыл бұрын
Would really like to see how you make these programs, how you create an enviroment for them, how to use nuero evolution. I dont want to steal your ideas/videos, I just really love comp sci. Also would like to know about your university. Thanks :)
@dolevgo85356 жыл бұрын
this
@shahzaib.q94996 жыл бұрын
yeah
@dannygjk6 жыл бұрын
You have to study CompSci. There is no magic shortcut to accomplishing these things. You don't have to go to school, you can self teach, but there are no short cuts.
@joecolvin42036 жыл бұрын
There was a book called "Programming Game AI by Example" and I would recommend "Begining C++ Through Game Programming" should get you off to a good start.
@noobhero66614 жыл бұрын
you said no one suggested it, but would have. I have been following you for almost a year now, and found this because i was wanting to see playthroughs of astroids and you were at the top
@toddherron87786 жыл бұрын
First generations are hilarious
@rafaelgpontes6 жыл бұрын
Don't give up just yet, man! Keep up the great work! :)
@samosa_kachori6 жыл бұрын
Love your videos.😘 Please make an introductory video on how to make AI.
@calvindehoff9045 Жыл бұрын
Wow, it’s crazy to see how far code bullet has come in these 5 years, good for you man
@skiller50346 жыл бұрын
KZbin : "We'll mail you a decision, usually within a week." ~6 months later...
@lm6016 жыл бұрын
3:30 They havent forgotten how to aim, they‘re shooting the asteroids through the screen border. Those hit so many times, it can‘t be coincidence.
@henriquecarballoaranha91005 жыл бұрын
Nobody: Spaceship AI: *YOU SPIN ME RIGHT ROUND, BABY, RIGHT ROUND*
@snhk80826 жыл бұрын
This is an incredible idea for a channel. My favourite channel at the moment! Keep it up my dude
@XLNCEsports6 жыл бұрын
"Let's try spinning! That seems like a good idea!"
@rayperrault15386 жыл бұрын
I know nothing about coding or programming but still find these videos pretty cool. Watching the process of an AI learn is interesting and the way it goes from randomly trying different things until it finds what it is it needs to do is neat lol.
@cmgriffith6 жыл бұрын
7:40 Love the Dragon Ball Super music! (duh)
@zacharyrenfro37166 жыл бұрын
That shits awesome, subscribing for sure! Keep up the good work man
@pierreperegrindemaricourt83796 жыл бұрын
Gen 304 is such a ninja.
@seanhamlin6 жыл бұрын
Love your work dude. Supported on Patreon.
@bulldawg44984 жыл бұрын
The next step: teach AI to play "global thermonuclear war" ...
@oegoe4 жыл бұрын
No let's not do that. I wanna live some more :(
@jackabram15344 жыл бұрын
Bulldawg greetings professor falken care for a nice game of chess?
@sheepcommander94455 жыл бұрын
4:26 " And He's Gone" youtube shows ad in my face me:"and so am I"
@adamadam-bv9gr5 жыл бұрын
Imagine whole human specie throughout history being just iteration letting god play his asteroids better
@AAAAAAA-nh7jv3 жыл бұрын
what
@winterbaergaming88336 жыл бұрын
I like the video my man its very intriguing to watch how the ai develops
@iden636 жыл бұрын
If movies have taught me anything then there has to be a smart science type person at your school that is working on some revolutionary new cloning technology. So then you could spend more time putting together these cool videos
@boombox4696 жыл бұрын
Awesome. Keep up the good work my friend. You are the future ;)
@dylanar88834 жыл бұрын
7:50 and there comes the NOT HD miggate no bot
@3rdpartyU5er6 жыл бұрын
I watch these because this looks very great and I am just laughing at evolution right here happening in superspeed and the first generations are just so damn hilarious :D Also you have great humor on the music choice when the AI hit around gen 304 or so.... and keep on going!
@gediminasbijeikis62566 жыл бұрын
probs not the first one to say but consider teaching AI to play poker and you are sorted
@kurtisisreallyangry47424 жыл бұрын
Only by watching this I appreciate the amount of time it must’ve taken to code the call of duty bots.
@_dr_ake6 жыл бұрын
I'll try spinning, that's a good trick!
@altorac846 жыл бұрын
This is really cool. Keep up the good work.
@stapler16366 жыл бұрын
If you're majoring in CS maybe you could consider talking to your professors and seeing if any of them will let you do projects such as these for credit. On another note, no source code this time?
@CodeBullet6 жыл бұрын
yeah that would be nice, I'll have a talk to them also source code is up
@sarangtamirisa50906 жыл бұрын
Loved the UI theme xD Amazing video
@miask8er6 жыл бұрын
This stuff is great! Will we ever see you try this out in 3 dimensional games?
@Realmasterorder6 жыл бұрын
:) This was really cool the UI music got me !
@arch7586 жыл бұрын
everyone is saying tetris or other 2d games. if you teach an ai to play a 3d game (say like the original wolfenstein since its simple) then your channel would blow up for sure
@tiagotiagot6 жыл бұрын
That game's not even really 3D; it's a 2D game rendered with 3D graphics.
@GakisStylianos6 жыл бұрын
You realize how much harder that would be for the ai right?
@arch7586 жыл бұрын
yes i do realize. that is why i suggest he moves on from something easy and challenges himself.
@GakisStylianos6 жыл бұрын
I am literally talking about the processing power that would need, a game like that has so many more options than just for example in snake continue moving, go right or go left. Aside from the programming part, it would require a better computer or much much more time as well.
@tiagotiagot6 жыл бұрын
Stylianos Gakis - Old games like Wolfenstein and Doom don't have much more ways to move than Snake or Asteroids; you can move, you can rotate, you can select weapons and you can shoot, and that's it. I'm not sure about Wolfenstein, but Doom is open source, so he could strip away all the graphic rendering stuff and need just a little more processing power than what was required for Asteroids; then record all the data and then play it back with graphics to record the video.
@KingKevin1085 жыл бұрын
I love that it went Ultra Instinct at the end there
@wdnoob53284 жыл бұрын
important thing- AI is actually an aimbot
@riffsix4 жыл бұрын
"I shoot and sometimes I get rewarded with score. Therefore, shoot as much as possible." (The first 40 some generations in a nutshell)
@armo8735 жыл бұрын
10 mins and one sec This is killing my ocd
@wileyglass33246 жыл бұрын
You're channel is amazing!!!
@matthewgriffin40686 жыл бұрын
I'd like to see pong :D Also why are your videos categorised as people and blogs xD
@CodeBullet6 жыл бұрын
dude i have no idea how to change that
@AbramSF6 жыл бұрын
If you use a phone like I do to upload. You can change it in YT studio. When you edit a video it’ll say what category it’s in. When you first start making videos it’ll put them all in people/blogs until you make that change. At least for me it worked that way.
@HomicidalTh0r4 жыл бұрын
I'm new to AI learning. This was very cool! Thanks for sharing ^.^
@Spikeon016 жыл бұрын
do your bots have some sort of incentive system that you could tweak so that they feel "good" when they get a point?
@Spikeon016 жыл бұрын
Right, but that's just what makes them reproduce. For example: the dopamine I get when I complete a task correctly makes me much more likely to do that task again.
@fravolt26 жыл бұрын
As in do they get some feedback when they hit an asteroid and thus score a point? I doubt it, since the 'strategy' of a bot shouldn't change (its genome if you will). General strategy and behaviour should only change when new generations are formed most likely.
@Naokarma6 жыл бұрын
that can be coded but doing so is so ridiculously hard if you are going for human-like emotion that it would actually take terabytes of info just to feel basic emotions. And that's if your just doing like 2 emotions, neutral and happy, or similar. If going for general searching for points then it's easy
@NoNameAtAll26 жыл бұрын
The dopamine dose is just a result of evolution This bots get evolved from the best species of each generation
@Red_Nokia_edits6 жыл бұрын
😐
@tristrumandrewsfisho3396 жыл бұрын
Absolutely awesome video! I'm a huge fan of evolving AI
@jontedeakin19866 жыл бұрын
TETRIS
@KarmaCifer5 жыл бұрын
"If you had mastered the spinning technique then you wouldn't be in the bloopers. Learn from me you human" Atte: the master AI of this game
@user-gr2wy8no3v4 жыл бұрын
Nobody Ship: S P I N
@qinsester88654 жыл бұрын
Omg, such an underrated channel, everyone else will come around
@jimlahey76926 жыл бұрын
this is amazing dude... plz make one for csgo haha
@v8areu6 жыл бұрын
Dude you just make me want to focus on learning AI. Thank you for all those videos and we can understand about it. Hope you all your best on your study.
@RManPthe1st6 жыл бұрын
Do QWOP 😂
@733_subscribers6 жыл бұрын
that's actually a good idea
@wutwut36286 жыл бұрын
not a bad idea tbh
@taujin6 жыл бұрын
I love how you're applying AI training to games. Great stuff, keep it up.
@juliewilde42216 жыл бұрын
AI learn to play agar.io
@Jmcgee11256 жыл бұрын
I was gonna suggest this (being one of my favorite games) before I noticed that you actually had a video on it!
@divine_devil6 жыл бұрын
How about Pac man?
@julioau6 жыл бұрын
TreeMasterHD Whoa, i wanna see that :)
@dandanthedandan75586 жыл бұрын
That would be short-lived though since all the A.I. really have to do is adapt with the four ghosts' changing patterns of moving, then it'll fly past each level quick... Idk though I'm not a computer scientist so don't trust a word I say with complete dependence.
@WV-HillBilly Жыл бұрын
This was so fun. I wish this guy still made content :(