AI learns to play the Worlds Hardest Game || MORE LEVELS
Embed
- Published on Jul 18, 2018
- Watch some AI crush some more levels from the Worlds Hardest game
run the AI yourself:
level 1: code-bullet.github.io/WorldsH...
level 2: code-bullet.github.io/WorldsH...
level 3: code-bullet.github.io/WorldsH...
Twitter: code_bullet
Patreon: www.patreon.com/CodeBullet
Discord: discord.gg/UZDMYx5
Make a AI which creates more levels for the AI ;)
The problem most people had with this on the first video and this one is that it isn’t really artificial intelligence it’s just trial and error. By definition it is AI however, all this is doing is just moving the square randomly, hundreds of times, until you get closer to the goal. It hasn’t learned anything, and it’s made no decisions.
The difficult thing about this, is that when you die the blue dots don't reset with you, so that'll change the way the AI learns and would be very hard to implement.
Time for a confession.
Can't wait for you to do more level. However, a little complaint...ish. This was said on the last video's comment section but it bothers me too so I'll repeat it.
Make a AI that plays real life. The fasts way to get rich. The AI probably gonna start stealing from banks.
Make one AI that can play all levels rather than one specialized AI for each level
Do you think it's possible to have them learn on randomly interchanging levels until they learn how to complete any level? Maybe by letting the ai know how far away they are from the dots?
What if you made a genetic algorithm that teaches two "players" to kill and shoot each other? I saw another video do it but i need a code bullet versionnnnn
Love your videos. Actually I'm kind of proud to be part of your demographic stats in such a low category so early on on your channel.
I love this type of content. Keep going my friend!
What would be really interesting is: could you make an AI that can solve one level after another, so that essentially you could let your AI play the whole game through?
I program with Java & JavaScript myself and I love checking out the source code of your programs, will that still be available?
Awesome! In the next version, could you make the "player" aware of the location and movement of the killerballs, and have it learn to avoid them dynamically? Now it's memorizing the course based on steps and will fail if the killerballs start at a slightly different location. Thanks for the videos!
Anyone else notice that each of the AI's doing "nothing" segments were their own individual complex patterns and rhythms? It was both beautiful and worrying all at once.
I still feel like it would be cool to make a version of this AI that functions more like your snake or asteroids AIs, the ones that track the nearest object in each of the 8 main directions. That way it might be able to dynamically solve any level without having to re-evolve from scratch
Congrats on the 200k, I'm glad to be a part of it :D
im glad that you made you programs so accessible, youre awesome dude
Make an AI that can play Geometry Dash.
I am betting my hat! Also, thank you CB, I found you channel from the last channel, and I recently started learning python last week, its my first coding language and I really enjoying it. You're an inspiration, keep it up!