So I noticed that the ai seems to be going slightly slower than it's supposed to go when moving diagonally. This makes level 4 in particular way harder so you should probably fix that next time.
I don't think it's because of the way movement was coded More so the way AI moved. It didn't move consistently diagonally which increased time taken between getting to points.
The hitbox of the Square isn't shaped like a diamond, it's more like a crosshair, that's why you can glitch through some enemys at some screen/window resolutions.
Forcing the AI to only take a fixed number of steps every time makes longer levels take way longer. You can make it increase the number of steps faster at higher generations so that once it already got pretty good at avoiding, it will not need to wait for number of steps to be high enough to beat it.
fun fact: the squares hitbox isnt a full diamon but its dotted on each edges of the diamond and a extra point on the middle of the square also nice shit
@@iexist1300 it wouldn't be hard to recode the collisions since he could just add 1 frame delay for every event and it'd be nearly identical with right hitboxes
I, for one, would like to see "one fitness function to rule them all". Could there be a single expression that leads to a victory on all six of these levels?
Subbed! That sub chart hurt me to look at too, and I love a smaller creator with high quality content! The electro swing is definitely a plus too :) looking forward to your future vids friend!
Isn't training based on how close they get to the end goal not always right, like on the last video (2nd lvl) most humans would go down or up and move one by one but because the AI is judged based on how close they get to the end goal they wont go down or up they'll just learn to surf through the middle, isn't that kinda harder for it the learn than say if it was thought that it can also take a longer route because its easier to go that way, idk if this makes sense i hope it does
Out of curiosity is there a way to make the advanced ai from the previous level go into the next level? It seems like they are learning from scratch and they should have a easier time with the previous knowledge
I am interested in learning more about AI and how it works. So since you are using a genetic algorithm, is each level has its own AI? Like if you would put the AI from level 1 into level 2 it would fail, because the conditions are different and it would have to learn it all over again, right? What AI type would you need in order to create a dynamic AI, that it doesn't matter what level it is, it will be able to do it?
You could save some time by letting them learn stuff in the first some levels but like keeping what they learned so they'd have a foundation to go from
By the end of this series, if possible, can you get it to beat my record of 6 minutes, 12 seconds, and 19 frames You can try using the video as a reference for the ai to take. It is easier with other games like Celeste but it should be possible with twhg as well
I like how all youtubers lie about the percentage of subscribers, like how is 19.8k subs = 0.7% of his viewers? If everybody that watches his videos subscribed, he'd have 282,857,143 subs. Like, that's 83.7% of Mr. Beast's subs. For a guy who makes videos for like 100k people, that's literally impossible.
Idea: Have it do all levels but if it dies in a stage it has to redo a stafe its already done. The idea is that this will condition it to splve all scenarios instead of just that specific level. Therefore allowing it to beat the entier game
please dont make your time lapses 3 minuttes long, just speed them up :I (7:00 to 11:18) edit: 11:40 to 16:08 lasts a total of 4.5 min, that is just absurd
👉 Try Brilliant for free for a full 30 days at brilliant.org/TylerMommsen and you’ll also get 20% off an annual premium subscription.
I'll definitely use the link😉
i wont
@@oatz-1 DO IT
Can the ai play snake?
no
What if instead of not making all 30 levels you made all 30 levels.
dang thats a good idea, he really should consider that
Yes good idea
very good idea
Ooh I like that idea
lol
So I noticed that the ai seems to be going slightly slower than it's supposed to go when moving diagonally. This makes level 4 in particular way harder so you should probably fix that next time.
guys there are 69 comments I don't want to comment this so I'm replying instead
@@V-X0010ok
replies count as comments @@V-X0010
@@V-X0010Replting adds to the counter lol
I don't think it's because of the way movement was coded
More so the way AI moved.
It didn't move consistently diagonally which increased time taken between getting to points.
The hitbox of the Square isn't shaped like a diamond, it's more like a crosshair, that's why you can glitch through some enemys at some screen/window resolutions.
Damn, I got it wrong again 😂
no......... @@GDHekkolo
context they asked if they can port it to scratch, which is impossible and stupid
@@GDHekkolo learn how to auctally code instead maybe?
"There is absolutely NO way I am doing all 30 levels" - Tyler Mommsen [0:36]
Forcing the AI to only take a fixed number of steps every time makes longer levels take way longer. You can make it increase the number of steps faster at higher generations so that once it already got pretty good at avoiding, it will not need to wait for number of steps to be high enough to beat it.
fun fact: the squares hitbox isnt a full diamon but its dotted on each edges of the diamond and a extra point on the middle of the square
also nice shit
i hope this is seen dude, could make for some cool cluches
Wdym nice shit?? You are calling this bad?
@@HelioVcan i count your age on the fingers of my hands
@@innerdemon783 no you cant
@HelioV no its a compliment
"you can't just sit here and complain about ai"
*sits here and complains about ai*
WE NEED ALL 30 LEVELS
Level 7, let's see if it discovers the glitch
The glitch would be impossible because this re creation uses a different hit detection system
@@iexist1300 it wouldn't be hard to recode the collisions since he could just add 1 frame delay for every event and it'd be nearly identical with right hitboxes
Why dont you train the ai to recognise blue, red and green, so that you can apply it to any level?
he's to lazy to do that
I, for one, would like to see "one fitness function to rule them all". Could there be a single expression that leads to a victory on all six of these levels?
5:30 JUST GRAB THE LAST COIN
6:54 I like this music while watching the AI struggling to complete this level lol
Subbed! That sub chart hurt me to look at too, and I love a smaller creator with high quality content! The electro swing is definitely a plus too :) looking forward to your future vids friend!
MORE LEVELS PLEASE!!!
Isn't training based on how close they get to the end goal not always right, like on the last video (2nd lvl) most humans would go down or up and move one by one but because the AI is judged based on how close they get to the end goal they wont go down or up they'll just learn to surf through the middle, isn't that kinda harder for it the learn than say if it was thought that it can also take a longer route because its easier to go that way, idk if this makes sense i hope it does
The AI did that because it was slower than usual, making the normal path going diagonals impossible
Dude you only have 18k subscribers!?! I thought you at least had 100k. Keep up the good work!
love it, still wanna see all 30 levels even it it takes 6 months
Make this a series until all of the levels are completed
cant wait to see this go through the levels 20-30. this will be so interesting
not enough views
0:00 is that octi from the sm64 rtabc server??
Amazing idea. Love the ai video!!!
Out of curiosity is there a way to make the advanced ai from the previous level go into the next level? It seems like they are learning from scratch and they should have a easier time with the previous knowledge
I am interested in learning more about AI and how it works. So since you are using a genetic algorithm, is each level has its own AI? Like if you would put the AI from level 1 into level 2 it would fail, because the conditions are different and it would have to learn it all over again, right? What AI type would you need in order to create a dynamic AI, that it doesn't matter what level it is, it will be able to do it?
Do level 26, kinda interested to see that
Commenting to feed the algorithm because you deserve more subs!
What programming language do you use?
Why not spawns the AI on a random position in the map during training?
You should do all levels for this game if not level 30
You could save some time by letting them learn stuff in the first some levels but like keeping what they learned so they'd have a foundation to go from
Honestly lvl 28 will make the AI suffer the most soooooo, do lvl 28 [:
After they’ve been through all of the levels, just put them to the final test and do all 30 levels
The subscribers ratio added up too 100.1 percent.
Actually level 5 is 201 generations you look at the ending bit of it you can see one of them actually reaches the end right before getting hit
4:38 Bro got ratioed
why does it just go in a specific pattern and then spazz out when it reaches a certain point
true
seeing that subscriber rate made me sub instantly.
ur too underrated man love the videos
1:40
"else brutally kill entire family line"
Wth
The gameplay of The World's Hardest Game is like Touhou if it was just Celeste
THE GOATS BACK
Underrated content when I saw views thinking it got the 2M I didn’t expect 35k
10/10 Would watch again
By the end of this series, if possible, can you get it to beat my record of 6 minutes, 12 seconds, and 19 frames
You can try using the video as a reference for the ai to take. It is easier with other games like Celeste but it should be possible with twhg as well
the AI is now a SWAG GAMER
Does your AI bring any "experience" from previous levels?
Love you bro.😊
i clicked on this thinking it was code bullet's video and got flashbanged by somebody that isnt him
Watch its maximums vid. It explains some weird quirks with the game, and is also entertaining.
Level 12 and 26 they are a bit special.
Not enough frogs
Ive speedrun this game and this is actually wery impressive
I am pretty sure you have it so if one box gets a coin the all do
No. You don't reward a whole school just because one student did well don't you?
@@erner_wisal I can’t read that please have better spelling
@@For_democracy_for_freedom just a few typo
@@erner_wisal that was unreadable
@@For_democracy_for_freedom you cant decipher what "b.cause mean? If so, then i don't think you're old enough to be on the internet.
Sequel included? Or not?
That’s crazy!
Add the abilyti to see to the ai
Have you tried doing all of the levels
Ai is allergic to the last bead
5:44
Trur noen er norsk🔥
Thanks to DanCS
Thanks, dude for the video! So.. now... geometry Dash do tidal wave ;)
Holy shamnetramienpontermnenting i thought you had like 50k+ subs until i saw your sub count
I’ll sub if he does full game
Make an ai to run the simulations fir you so you can redo the inaccurate levels you did and all other levels at the same time
I want to try this.
What happend at 5:10
amazing love it you should do donkey kong
DO ALL LEVELS!!1
I would like one of level 26
I like how all youtubers lie about the percentage of subscribers, like how is 19.8k subs = 0.7% of his viewers? If everybody that watches his videos subscribed, he'd have 282,857,143 subs. Like, that's 83.7% of Mr. Beast's subs. For a guy who makes videos for like 100k people, that's literally impossible.
4:35 99.4 and 0.7?! 99.4+0.7=100.1. 100.1%?!
DO ALL 30
Make a map instead of doing a map already made make it hard and big at the least 50-40 blocks and 2 red blocks you have to control 2 characters
Ngl that is probably the worst view-to-subs ratio Ive ever seen
I'm gonna go cry myself to sleep now
All pls
Do all 30
Yes do all 30 it’d only take 900 minutes to only have them do the training to complete a level plus how
One it takes oyu to make each level
the music cool
i didnt realiize ai was 30x better than me
Probably too much of a stretch to make, but I wonder if AI can figure out the attack pattern of a Punch-Out opponent by itself
SPEEDRUN ALL LEVELS
こんにちは、お元気ですか
level 29 level 30 and level 19
Idea:
Have it do all levels but if it dies in a stage it has to redo a stafe its already done.
The idea is that this will condition it to splve all scenarios instead of just that specific level. Therefore allowing it to beat the entier game
The AI has no clue where anything is. It just takes random moves and get rewarded depending they did. It'll just waste time going back.
please dont make your time lapses 3 minuttes long, just speed them up :I (7:00 to 11:18)
edit: 11:40 to 16:08 lasts a total of 4.5 min, that is just absurd
Probably try level 30
What is sponsored
I only played the roblox version of this
Hi can you try out geometry dash it would be pretty hard but would be awesome to watch
make it 3d
Make all plz(or lev 11
25th level
Are you the brother of that baker girl on the internet that says like "thing i heard at a bakery etc"
You look alike
Level 31
Мне нравится этот сериал >w
I ♥️ ai
Lazy coding checkpoints😢
Level 30