AIs learn to WALK
20:21
8 місяців тому
Simple Fractal rendering
11:05
Рік тому
A Talking Chicken
3:23
Рік тому
Real time Fire Simulation
7:23
C++ Ants Simulation 6, Editor
7:38
2 роки тому
How I like to program Smoke
5:06
2 роки тому
Unstable Star experimentation
4:09
2 роки тому
Turning bugs into Art
7:43
2 роки тому
C++ Ants Simulation 5, Ants Fight
9:24
C++ Ants Simulation 4, Colony
5:48
2 роки тому
C++ Ants Simulation 3, Maze
5:09
3 роки тому
Nice bug
3:07
3 роки тому
Virtual Walk 2 - 1 Hour
1:00:13
3 роки тому
Center Of Mass
0:42
3 роки тому
Tree Simulation Profiling
1:32
3 роки тому
Budget SpaceX
1:32
3 роки тому
КОМЕНТАРІ
@bergolho
@bergolho 5 годин тому
Congratulations for the video! Could you please tell me which software you use to build the animations ?
@alliepiper4772
@alliepiper4772 7 годин тому
I'm finally starting to recover from like 3 years of intense burnout as a software engineer, and watching your videos helps me remember why I got into this field in the first place. Looking forward to the next one!
@twenty94470
@twenty94470 7 годин тому
Predator do not eat if they are not hungry (>80% energy) Prey need to eat too, add vegetable on the Map, If they are low prey, predator should start to cultivate them
@kyuuaditya
@kyuuaditya 7 годин тому
dont make us wait another year
@RenCode
@RenCode 8 годин тому
boobs physics ❌ balls physics ✅
@dwarf_chicken4504
@dwarf_chicken4504 8 годин тому
oh crap
@higuy3482
@higuy3482 8 годин тому
connect the movement ai with the prey vs predator ai, i think that would look fun
@midasscheffers7610
@midasscheffers7610 8 годин тому
Awsom video, cant wait for the second part
@Marco-kl7ds
@Marco-kl7ds 9 годин тому
hi.
@christianpayne6826
@christianpayne6826 9 годин тому
Absolute chillest gig I've watched
@Gedestherosys
@Gedestherosys 9 годин тому
Can u give an example recommendation for a mobile app for this?
@sergodobro2569
@sergodobro2569 9 годин тому
Cool video! Btw, do you use Godot or some other engine? If though, how to calculate physical interactions in seconds? Because usually it is 1 scene with fixed speed of time, and to calculate all those ai decisions everything should be sped up and without graphics
@filippo7349
@filippo7349 9 годин тому
Do you use any 3rd party library over SFML (for drawing charts, parts or so) or this is your own implementation?
@Stagnated541
@Stagnated541 10 годин тому
What is the best compiler for a code made in Scratch?
@blackhole37
@blackhole37 10 годин тому
mesmerizing.
@JoseFerreira-un2cl
@JoseFerreira-un2cl 10 годин тому
What did you use to make the animations?
@JayBenOh
@JayBenOh 10 годин тому
Great video! It's a very nice visual representation ... that must have been a ton of work!
@Alexander20091988
@Alexander20091988 11 годин тому
Really cool video, thank you! This is an really interesting sub topic of ML, especially with such simple networks. Im wondering how it would play out, to create some intermediate game ai, which handles some decisions with this sort of mechanisms instead of a huge load of switch/if/else shenanigans. Obviously not driven fully by it for performance reasons, but in an assisting way. Btw, can you add the used resources (wiki/paper links) to the description? I would appreciate it. Thank you!
@ardumaniak
@ardumaniak 11 годин тому
Hurry up with the second part, I can't wait!
@sergiomanuel2206
@sergiomanuel2206 12 годин тому
Do you share the code to create all the test cases ands animation?
@thebetterbutter709
@thebetterbutter709 12 годин тому
From a frenchmen to another, your accent has improved so much! Your videos are captivating as always.
@Blooper1980
@Blooper1980 13 годин тому
Very neat video
@termisher5676
@termisher5676 13 годин тому
Oh 1 and 4 doff is one is pulling and other is pushing itself
@alessi4249
@alessi4249 13 годин тому
Yeah.. the talking cockerel with sunglasses talking about NN is weirding me out.. Great video!
@0ctothorp
@0ctothorp 14 годин тому
okay so I don't exactly like the talking chicken, it's distracting from what you're actually saying.
@teenspirit1
@teenspirit1 14 годин тому
I do topological sorting, but then I cache all the pathways from input nodes to output nodes into lists. This way, instead of re-iterating the graph, I just do a for loop to iterate over lists of nodes instead of repeatedly recalculating paths. I haven't seen this technique used online but it makes training step much faster.
@MysteryPancake
@MysteryPancake 16 годин тому
nice! it reminds me of the MarI/O video, it uses this algorithm too
@dubfather521
@dubfather521 18 годин тому
yo i made this in javascript its called mentisjs
@srb9767
@srb9767 20 годин тому
Your projects are amazing, and often very beautiful. I aspire to make software as good as this one day!
@lennarth.6214
@lennarth.6214 20 годин тому
I really like the NEAT-algorithm and its variations. I've used them to find shapes for the unsolved mathematical problem called moving sofa. I got something similar to the currently known best solution in just a few dozen iterations. I wonder how this algorithm scales with more complex task on just a few inputs.
@Deachuu
@Deachuu 20 годин тому
why is it that most youtubers that make "ai learns how to walk run..." using this method just feel like the ai makes every mistake possible to later avoid them, and if one very minor thing changes in the ai character (leg lenght, weight..) or in its environment, (stairs changing sides, extra cube..) they have to relearn every thing like a newborn instead of keeping the knowledge of how to walk
@Joorin4711
@Joorin4711 19 годин тому
The domain is much bigger for "training an AI to walk" with many more inputs and outputs and, typically, an enormous amount of valid states for the network to learn.
@QwertyIsCool
@QwertyIsCool 21 годину тому
Im confused when you say weight modification. How do you decide how to change it?
@Joorin4711
@Joorin4711 19 годин тому
Typically, it's done with a random change bounded to a small interval.
@Source-dy2ed
@Source-dy2ed 22 години тому
This man is creating the cure for cancer
@iaadsi
@iaadsi 22 години тому
Stanley02 is what got me into ML and computer science in general. NEAT is fantastic, extensible, tolerant, lots of fun, and the paper itself is good reading too.
@v037_
@v037_ 22 години тому
oh my God a talking cock
@yraharchenko6364
@yraharchenko6364 23 години тому
soooo, now I want to watch the next video, it is so excited
@GuildOfCalamity
@GuildOfCalamity 23 години тому
I could be insane, but I would swear that a rooster just taught me AI.
@QQ-jn5jb
@QQ-jn5jb 23 години тому
The talking chicken is amazing
@GabeSullice
@GabeSullice 23 години тому
Love your videos... But... Didn't you used to be french lol 😂
@allanburns1190
@allanburns1190 День тому
This will actually help me so much in my new project
@Aannoonnnn
@Aannoonnnn День тому
G ❤️🔥
@isg9106
@isg9106 День тому
I’m ai, and there’s no way for you to tell if it’s true or not… 🤖
@nemonomen3340
@nemonomen3340 23 години тому
How many buses do you see? 🚘🏍️🚦🚌🚕🚌🚓
@Dalroc
@Dalroc День тому
Calculating outgoing connections and adding them to the target node? Why not do a weighted sum of the incoming connections?
@Joorin4711
@Joorin4711 19 годин тому
Doing it this way serializes the changes and, if I were to guess, just fits well with the DAG implementation.
@gta5onlineshorts
@gta5onlineshorts День тому
I didn't see any writing on scratch
@synterr
@synterr День тому
So cool example! Can't wait to see how AI will handle chaotic pendulum ;)
@dedelblute3946
@dedelblute3946 День тому
I love this channel. It's enjoyable to just watch cool coding stuff.
@alexislouis2320
@alexislouis2320 День тому
Nice video my friend. I would stay around for the seconds parts guys, exciting things ahead ;)
@ryshask
@ryshask День тому
Talking chicken? I'm in!
@grahamsnyder762
@grahamsnyder762 День тому
Since the controller can output an arbitrary cart speed every timestep, it is permitted more or less infinite acceleration. It would be interesting to see how they perform if the available acceleration, (or power, or whatever) is constrained to realistic bounds
@bill5742
@bill5742 День тому
Did AI created us?