Neat AI Does Conways AI Life - Allowing a neural network evolve its own patterns

  Рет қаралды 515,406

Neat AI

Neat AI

Күн бұрын

Use my link bit.ly/NeatAIDCJan22 and check out the first chapter of any DataCamp course for FREE to unlock new career opportunities and become data fluent today!
Implementing a neural network to evolve new shapes and patterns in Conways Game of Life.
Music:
www.bensound.com
From Wikipedia :
en.wikipedia.org/wiki/Conway%...
The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.[1] It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves. It is Turing complete and can simulate a universal constructor or any other Turing machine.
Origins
In late 1940, John von Neumann defined life as a creation (as a being or organism) which can reproduce itself and simulate a Turing machine. Von Neumann was thinking about an engineering solution which would use electromagnetic components floating randomly in liquid or gas. This turned out not to be realistic with the technology available at the time. Stanislaw Ulam invented cellular automata, which were intended to simulate von Neumann's theoretical electromagnetic constructions. Ulam discussed using computers to simulate his cellular automata in a two-dimensional lattice in several papers. In parallel, von Neumann attempted to construct Ulam's cellular automaton. Although successful, he was busy with other projects and left some details unfinished. His construction was complicated because it tried to simulate his own engineering design. Over time, simpler life constructions were provided by other researchers, and published in papers and books.[citation needed]
Motivated by questions in mathematical logic and in part by work on simulation games by Ulam, among others, John Conway began doing experiments in 1968 with a variety of different two-dimensional cellular automaton rules. Conway's initial goal was to define an interesting and unpredictable cell automaton. For example, he wanted some configurations to last for a long time before dying and other configurations to go on forever without allowing cycles. It was a significant challenge and an open problem for years before experts on cellular automata managed to prove that, indeed, the Game of Life admitted of a configuration which was alive in the sense of satisfying von Neumann's two general requirements. While the definitions before the Game of Life were proof-oriented, Conway's construction aimed at simplicity without a priori providing proof the automaton was alive.
Conway chose his rules carefully, after considerable experimentation, to meet these criteria:
There should be no explosive growth.
There should exist small initial patterns with chaotic, unpredictable outcomes.
There should be potential for von Neumann universal constructors.
The rules should be as simple as possible, whilst adhering to the above constraints.[2]
The game made its first public appearance in the October 1970 issue of Scientific American, in Martin Gardner's "Mathematical Games" column. Theoretically, the Game of Life has the power of a universal Turing machine: anything that can be computed algorithmically can be computed within the Game of Life.[3][4] Gardner wrote, "Because of Life's analogies with the rise, fall and alterations of a society of living organisms, it belongs to a growing class of what are called 'simulation games' (games that resemble real-life processes)."[5]
Since its publication, the Game of Life has attracted much interest because of the surprising ways in which the patterns can evolve. It provides an example of emergence and self-organization. Scholars in various fields, such as computer science, physics, biology, biochemistry, economics, mathematics, philosophy, and generative sciences, have made use of the way that complex patterns can emerge from the implementation of the game's simple rules.[citation needed] The game can also serve as a didactic analogy, used to convey the somewhat counter-intuitive notion that design and organization can spontaneously emerge in the absence of a designer. For example, philosopher Daniel Dennett has used the analogy of the Game of Life "universe" extensively to illustrate the possible evolution of complex philosophical constructs, such as consciousness and free will, from the relatively simple set of deterministic physical laws which might govern our universe.[6][7][8]
Rules
Generative Art,AI,A.I.,neural Net,using Python,python,tutorial,processing,p5js,coding,speedrun,blender,after effects

Пікірлер: 400
@okboing
@okboing 2 жыл бұрын
I love the idea of the discovery of the first glider, it has the same essence of first discovering Pluto. At first it was just a few pixels on paper, now it's much more.
@neatai6702
@neatai6702 2 жыл бұрын
Yea, and theres lots more to explore with CA's
@okboing
@okboing 2 жыл бұрын
@@neatai6702 and there's lots more to explore in space!
@null8507
@null8507 2 жыл бұрын
And now the glider's off the paper.
@reuben4721
@reuben4721 2 жыл бұрын
maybe the universe is just an infinite big game of life 😳
@mendelovitch
@mendelovitch 2 жыл бұрын
@@reuben4721 Permutation City by Greg Egan is a magnificent short science fiction on the subject.
@basicallyeveryone
@basicallyeveryone 2 жыл бұрын
the game of life in the game of life is such a beautiful thing
@neatai6702
@neatai6702 2 жыл бұрын
Agreed ! Well worth a watch...
@maxiguess9922
@maxiguess9922 2 жыл бұрын
@@neatai6702 wait.. it is an actual thing? I tought it is an animation..
@exari_
@exari_ 2 жыл бұрын
@@maxiguess9922 yes
@Soken50
@Soken50 2 жыл бұрын
can it run doom tough ?
@luipaardprint
@luipaardprint 2 жыл бұрын
I'm pretty certain that's possible, the framerate will suck though.
@inscseeker401
@inscseeker401 2 жыл бұрын
I just coded my own game of life simulation and was trying to implement some reinforcement learning when I came across your video!
@neatai6702
@neatai6702 2 жыл бұрын
great !.. the paper mentioned in the video is fairly detailed but there are simpler versions for complexity available if thats the route you're going ..
@5.0.5channelnotfound4
@5.0.5channelnotfound4 2 жыл бұрын
Cool
@iamsan-san8094
@iamsan-san8094 2 жыл бұрын
now steal it
@chriszethird
@chriszethird Жыл бұрын
Have you produced any paper about it ? or Code?
@Rick_C137_op
@Rick_C137_op 9 ай бұрын
Hi have you done any code can I see into it github?
@ThomSonnyYeah
@ThomSonnyYeah 2 жыл бұрын
I can barely understand 1% of this but I know there’s something magical about it
@neatai6702
@neatai6702 2 жыл бұрын
Thanks Thom ! to get started download golly and mess about with it..
@kenyholt5036
@kenyholt5036 2 жыл бұрын
Same
@erikquittek2894
@erikquittek2894 2 жыл бұрын
Me understand Nothing. Use fire to destroy satans work!
@TBButtSmoothy
@TBButtSmoothy Жыл бұрын
basically, lets say u analyze a 3x3 grid. and the center pixel is the one the rule will be applied to. if next to the center pixel there is 2 or more pixels activated (be it sides up or down or diagonals), then its stays activated (alive, not lonely) if it has 3 and it was not activated (dead) then it becomes alive (activated). if 1 or less, its dead. (Please correct me, the rules are inthe video)
@godgodly9044
@godgodly9044 Жыл бұрын
Your best start believing in sentient number patterns you are when Mr. Squidward
@thehobbyshow5049
@thehobbyshow5049 3 жыл бұрын
Really great video. The ending shot was insane👏
@neatai6702
@neatai6702 3 жыл бұрын
Thanks for the feedback.. It was a fun one to do.
@UnitSe7en
@UnitSe7en 2 жыл бұрын
Life in Life _is_ just simply one of the most amazing things ever. If it _doesn't_ blow your mind then you don't understand what's going on.
@anntakamaki1960
@anntakamaki1960 Жыл бұрын
Enforce 0 child policy for peacefools after 2024
@ohnono2850
@ohnono2850 Жыл бұрын
@@anntakamaki1960 bot
@okboing
@okboing 2 жыл бұрын
You know Golly can run this type of simulation perfectly with a lot of shortcuts, like not simulating anything more than 1 cell away from a live cell, which cuts out all empty space.
@neatai6702
@neatai6702 2 жыл бұрын
Yea, golly is just amazing.. I'm going to stick a Hash table on mine and see how fast I can get it to go..
@jiqci
@jiqci 2 жыл бұрын
@@neatai6702 or, you can get Lifelib, which can run it blazingly fast and can be used from other programs
@pendergastj
@pendergastj 2 жыл бұрын
@@jiqci Let him do it himself.
@aeon_borealis
@aeon_borealis 2 жыл бұрын
Holy crap, did it just fractally iterate itself? That’s so incredible!
@katanshin
@katanshin 2 жыл бұрын
Welcome to 30 year old classic AI ;)
@AlbertSirup
@AlbertSirup 2 жыл бұрын
that's not the AI mate, that's been made by a human - this video is a bit confusing because it mixes his own recordings from the AI with footage which is just cool Game of Life stuff but which has nothing to do with AI
@katanshin
@katanshin 2 жыл бұрын
@@AlbertSirup Actually, it's "AL" or Artificial Life. It is not AI in the sense that it requires training nor representation states nor quantum hardware, but it certainly has it's place within the field of AI, adjacent to multi agent simulation and biomimetics. Hence my comment. If you read through Maggie Bowden's stuff, iirc, the argument is life only requires a few basic things in some cases, so here's the digital version. It's interesting and intelligent in so far as producing surprising (to humans) emergent behaviour. Regarding the toy NN stuff, I mean, meh, if you have to slot in an NN with GoL somewhere, cool, it wasn't necessary but it gave a bit more to talk about and made initialisation a bit more interesting at the cost of perhaps murkying the distinction for beginners. But yes, certainly is AI and for the record, to date, I'd argue almost all 'AI' to date is human made ;)
@AlbertSirup
@AlbertSirup 2 жыл бұрын
@@katanshin my point was that it wasn't the computer program (whether it's AI or AL) which came up with the idea of making a fractal version of Game of Life (the one you see at the end of the video) but it was a person who had that idea - while, yes generally GoL produces emergent behaviour but in this case, the fractal version of GoL was made by someone who knew GoL very well and arguably used a lot of things discovered through observation of emergent phenomena (different gliders and generators etc.) to eventually create the fractal version (which only works because it is, to some extent, predictable). Maybe I misread the original comment but i thought by "it fractally iterates itself" they meant the AI version of GoL - which is not the case and is a bit misleading in the video if you don't know the original project (the fractal GoL project I mean)
@katanshin
@katanshin 2 жыл бұрын
@@AlbertSirup OH, I'm awfully sorry in that case, my mistake! I had commented on the above without really considering myself to be endorsing the final part of the video as it was clear to me it was intended to be taken as a closing 'look what may be possible!' bit of inspirational fluff, and I didn't want to break kayfabe for those inspired to know more as there's plenty of time to become disappointed with AI later on (!). So in light of all that, I misread your reply as disconnected from the context of the fractal version, and interpreted it as a dismissal of GoL from AI in general which of course one couldn't let stand! Albeit in error :) Thanks for clarifying, I hope I have too, and I completely concur with your comments regarding the fractal version being human engineered, as it certainly was (along with various other setups floating around of incremental LCD counters, etc).
@Lebensgott
@Lebensgott 2 жыл бұрын
the game of life is just so fascinating... multiple professors in different classes used it as examples in different subject areas....
@sebbes333
@sebbes333 2 жыл бұрын
6:39 That "ship" should be called a *Frog* :D (It looks like a frog, seen from above, it is jumping upwards)
@neatai6702
@neatai6702 2 жыл бұрын
I never noticed that typo ! m
@jiqci
@jiqci 2 жыл бұрын
nah, Doo-dah is good (it's actually attachment to other spaceship, the Weekender)
@KeithOlson
@KeithOlson 2 жыл бұрын
More precisely, a 'Frogger'. :grin:
@dc6266
@dc6266 2 жыл бұрын
Do you know (another spaceship) Anura, literally means frogs
@jiqci
@jiqci 2 жыл бұрын
@@dc6266 One of only three 3c/7 spaceships (they move 3 cells forward in 7 generations) - from first discovered and largest to last discovered and smallest: Spaghetti Monster, Anura, Soba
@kireitonsi
@kireitonsi 2 жыл бұрын
This channel is potentially the most underrated ever. I really hope this blows up!
@neatai6702
@neatai6702 2 жыл бұрын
Thanks for that NerdKnight.. lets see how it goes..
@enantiodromia
@enantiodromia Жыл бұрын
Who exactly is underrating this channel?
@Jensmalm
@Jensmalm Ай бұрын
Thats genious. That last scene was mindblowing!
@ganglians
@ganglians 2 жыл бұрын
I didn't know there were more complex versions of this game, I'm gonna try them out
@sylenzos6869
@sylenzos6869 2 жыл бұрын
i really want to send a single unintended shape into that life in life setup.
@windwalkerrangerdm
@windwalkerrangerdm 2 жыл бұрын
OOOOHHH MYYYY GOOOODDDDD THAT FINALE HIT ME LIKE A FREIGHT TRAIN HOLY GUACAMOLE!
@windwalkerrangerdm
@windwalkerrangerdm 2 жыл бұрын
After a minue, I'm still gettin new goosebumps! FRRRRRRRUUUUUUWHAAT!?
@robertm4189
@robertm4189 Жыл бұрын
The last 5 seconds, you cheeky buggers. Such a finishing touch, well played for those who wait for that last moment . 👏
@samuelgibson780
@samuelgibson780 2 жыл бұрын
Wow that's a great idea. Thank you for sharing this. That was awesome.
@simianbarcode3011
@simianbarcode3011 Жыл бұрын
For anyone interested, the Game of Hive is a hexagonal variant with its own very interesting geometry and interactions.
@b.rosenbrock9998
@b.rosenbrock9998 Жыл бұрын
Damn you... Now I need to make my own version of this but using Game of Hive
@mortyrickerson6322
@mortyrickerson6322 Жыл бұрын
Wow. Very glad to have stumbled across your channel. Thank you for sharing this knowledge in such simple fashion that even my layman mind could process it. Cheers
@RAZREXE
@RAZREXE 2 жыл бұрын
This is so interesting, I just started reading about neural networks and I am glad KZbin recommendations are working so well.
@neatai6702
@neatai6702 2 жыл бұрын
Hope you enjoy it!
@rabidL3M0NS
@rabidL3M0NS Жыл бұрын
Oh this is such a brilliant idea!
@phillipneal8194
@phillipneal8194 3 жыл бұрын
Amazing ! Great idea. Great paper reference. Thank you
@neatai6702
@neatai6702 3 жыл бұрын
Glad it was helpful!
@JoelErhart
@JoelErhart Жыл бұрын
Excellent simulation for establishing patterns. A future version of this could be used for engineering a variety of very useful microbes. One in particular I heard about could be something to evenly distribute new calcium and other materials to re-enforce cracked concrete, and to be added to fresh concrete mixtures. It'd be great to have to scrape the walls of buildings on occasion instead of tearing them down.
@al2642
@al2642 2 жыл бұрын
Game of life may as well be the most accurate metaphor for what reality truly is about
@neatai6702
@neatai6702 2 жыл бұрын
agreed.. and they're only getting better.. check out the Lenia creatures..
@thatonekaydo8569
@thatonekaydo8569 2 жыл бұрын
That ending was awesome
@Twisted_Code
@Twisted_Code 2 жыл бұрын
This is way more advanced than what I usually do: crashing random spaceships (because they have known-meaning vs. a soup) into blocks (the 2 x 2 pattern) and other predictable objects to see what happens. It looks like you're well on your way to having a program that does it better than me. of course, it probably doesn't help that I only have enough understanding of AI to follow -even at a basic "I think I understand?" level- about 70% of what you just said, and despite its intricacies, I don't have enough interest in CGoL to do anything much more sophisticated. Though I am starting to get interested in agars, greyships, and the like...
@kokobotofficial
@kokobotofficial Жыл бұрын
The ending of this video is just so beautiful.
@lorizoli
@lorizoli Жыл бұрын
The exits scene really WOWed me.
@PooperScooperTrooper
@PooperScooperTrooper Жыл бұрын
That last example of game-of-life inside game-of-life is just so damn cool. Has anyone made an infinite animation of that....or even programmed it several layers deep...just for the hell of it :-)
@dynamikeloveyou
@dynamikeloveyou 2 жыл бұрын
Astonishing work. Bravo!
@neatai6702
@neatai6702 2 жыл бұрын
Many thanks!
@seditt5146
@seditt5146 2 жыл бұрын
Can the Fitness simply just be the one that went the furthest distance from the starting grid in a set amount of time while ignoring Glider shapes that are well known so basically trimming known gliders and checking to see what starting grid evolved to make it the furthest distance in an attempt to see if the NN can discover a totally unknown glider. I don't think it would be terribly difficult and if a database is kept of known gliders to rule out it seems like one could consistently discover new gliders using NEAT
@neatai6702
@neatai6702 2 жыл бұрын
Really good idea.. the complexity function I was using probably won't find new gliders but your database filter is a great approach.. I'll add it to the list..
@crazyfox55
@crazyfox55 2 жыл бұрын
I would instead just combine center of mass travel distance and a measure of the consistency of the total mass.
@monkieassasin
@monkieassasin Жыл бұрын
@@crazyfox55 this. I was going to add, you can include the parameters for complexity along with distance traveled, so that more complex gliders are chosen for in each generation
@cardinalhamneggs5253
@cardinalhamneggs5253 2 жыл бұрын
Fun fact: In the Infinite Dimensions April Fools update for Minecraft, there is a Langdon’s Ant dimension.
@the_hero_shep
@the_hero_shep 2 жыл бұрын
Amazing video, thank you for your content!!
@neatai6702
@neatai6702 2 жыл бұрын
Glad you like them!
@the_hero_shep
@the_hero_shep 2 жыл бұрын
@@neatai6702 do you ever share your code?
@timdecker6063
@timdecker6063 Жыл бұрын
Wow, that ending. Life in life is mind blowing
@hugorechatin2408
@hugorechatin2408 Жыл бұрын
Awesome video ! I wanted to ask, I read the paper on algorithmic specified complexity you mentioned, but I struggle to understand how to implement it and get the numerical complexity like you did
@HANNROBOTICS
@HANNROBOTICS 2 жыл бұрын
That was my homework last week I'd like to learn about a more complex version of it !
@YouTubist666
@YouTubist666 Жыл бұрын
Awesome ending
@_miobrot_603
@_miobrot_603 2 жыл бұрын
N i c e Richard Kenneth Guy. First glider ever observed, was on gen 69.
@mycereal
@mycereal 2 жыл бұрын
Bruh, its crazy how you dont have more subscribers with these quality videos!
@neatai6702
@neatai6702 2 жыл бұрын
Working on it!
@quaidcarlobulloch9300
@quaidcarlobulloch9300 Жыл бұрын
Great work and video. Of course the complexity function from the paper optimizes for chaos, noise is maximal complexity. A better metric is sustainability. I like that you're thinking about including neural networks into this. I am still curious how to implement sustainability as a metric of improvement.*EDIT* If you train/fit the complexity metric to something other than noise then we will be cooking with gas.
@nelsonianb1289
@nelsonianb1289 Жыл бұрын
I love the 5 second music loop
@mybad6813
@mybad6813 2 жыл бұрын
more science thank you i love it
@Kraus-
@Kraus- 2 жыл бұрын
I could watch the game of life for hours.
@Rising_Pho3nix_23
@Rising_Pho3nix_23 2 жыл бұрын
Dude that network at the end tho. Fractal game
@TruePlayersArcade
@TruePlayersArcade Жыл бұрын
so glad i stumbled on this great video wish i understood how you created the end piece that zoomed out that was brilliant
@neatai6702
@neatai6702 Жыл бұрын
Glad you liked it!
@lordomacron3719
@lordomacron3719 Жыл бұрын
An Langdon’s Ant! That takes me back. The first example of emergent behaviour that really clicked with me.
@osterlaich6395
@osterlaich6395 2 жыл бұрын
Brilliant implementation more Compute and 3space would be brilliant. And color coding would make it easier readable what's actually happening. Did the ai came up with all human known shapes or did she add something?
@electroflame6188
@electroflame6188 Жыл бұрын
6:43 I'd recommend against attempting to use a NN for the purpose of finding novel patterns. The solution space is too nonsmooth (i.e. changing a single cell in a solution will yield a pattern that acts nothing like a solution) for neural nets to be an effective option.
@kenyholt5036
@kenyholt5036 2 жыл бұрын
At the end there 👌
@RhinoRapscallion
@RhinoRapscallion 5 күн бұрын
This is neat
@dankdreamz
@dankdreamz Жыл бұрын
My girlfriend makes CA and I can't wait for her to see this video so she can draw more inspiration
@minecraftify95
@minecraftify95 Жыл бұрын
really neat
@neatai6702
@neatai6702 Жыл бұрын
Thanks!
@MODIAK
@MODIAK 2 жыл бұрын
Would it be possible to do a Life in Life in Life set up? What would the tech requirements be? What would the limit of further Life layers (ex Life in Life in Life in Life and so on)?
@JeanGambit
@JeanGambit 2 жыл бұрын
There is already a possibility to make "computers" in the game a basically reproduce game inside the game. Theoretically you can go recursively as deep as you want.
@kiraPh1234k
@kiraPh1234k 2 жыл бұрын
Tech requirements == RAM is helpful, tricks are helpful too There are computational tricks that can speed up execution and efficiency of simulation - implementing them helps push any hardware much further and the program "Golly" is a good set up to help with this.
@guyinoah
@guyinoah 2 жыл бұрын
literally made the game of life in the game off life at the end oh my god
@jelashford
@jelashford 2 жыл бұрын
This is fantastic! I've been trying to code up the ASC for my GOL implementation to reproduce this, but am having trouble understanding the paper. Would you be willing to share your code for it or go into more detail about how you implemented it, please?
@neatai6702
@neatai6702 2 жыл бұрын
Glad it helped!.. I want to revisit GOL and add a hash table to speed it up. I'll use that paper as a base... but it'll be a while as the video pipeline is full for the next few weeks...
@jelashford
@jelashford 2 жыл бұрын
@@neatai6702 Got it! I'm glad you're still enjoying GOL and there's stuff planned - looking forward to seeing it in the future!
@gregvondare
@gregvondare 8 ай бұрын
Hold on. In that last zoom out, are we seeing a micro environment generate a macro environment by a kind of emergence? If yes, this has fantastic implications for the kind of processes that underlie Quantum Mechanics, and the idea of vacuum energy. This looks like breakthrough research, IMHO.
@danielpalacios9921
@danielpalacios9921 2 жыл бұрын
Could you help explain how you are measuring every pattern in the GOL? Before you apply the NN, you calculate the complexity. In the paper, it states that it sets a bound for a specific object but understandably, the patterns are always random. I do not understand how that first step is initially done, or at least I am having trouble understanding how we can measure meaning for every pattern... do you choose a specific pattern (let's say Glider or R-Pentomino) at the beginning that fits the test and check all cells within specific bounds and then see what more complicated patterns emerge? Amazing video. but, please help hahaha
@NilesBlackX
@NilesBlackX 2 жыл бұрын
Today's the day your channel starts to blow up. Congrats
@neatai6702
@neatai6702 2 жыл бұрын
Cheers Niles
@markmarkus808
@markmarkus808 2 жыл бұрын
7:22. Cool. Thanks
@nicolidz
@nicolidz 3 жыл бұрын
Great video first video I see with the usage of Neat for GoL. Did your neat really found the last "pattern"??
@neatai6702
@neatai6702 3 жыл бұрын
Thanks for the feedback.. The very last one of course is the the OTCA Metapixel.. but it found all the preceding green ones..
@demonexirr
@demonexirr 2 жыл бұрын
Cant wait for Conway's game of life to turn into the singularity from someone's backyard after they ran a random simulation one day. Edit: spelling error
@onradioactivewaves
@onradioactivewaves 2 жыл бұрын
Theres a neat concept someone was telling me about where matter would self replicate into some form inert to everything else- it would essentially lock up the universe. What would happen to the universe at that point, when the last peice of matter locked up, would it revert a singularity?
@demonexirr
@demonexirr 2 жыл бұрын
@@onradioactivewaves well if the universe went inert i don't think anything CAN happen therefor it would equal the destruction of civilisation, life, even elements. Nothing can happen if nothing can react. if electrons are locked they cannot be electricity, if light doesn't act as light then we cannot turn it into power, etc. Though i may be interpreting that concept wrong this is what i got from it
@literallydoing4425
@literallydoing4425 2 жыл бұрын
Neat
@tr33br06
@tr33br06 Жыл бұрын
This blew my mind wide open.... The game of life in the game of life.... how does that set-up work? What are the starting conditions? Does it grow?
@firstlast-gh9ig
@firstlast-gh9ig Жыл бұрын
As I understand the ASC function as described in the paper, it gives a "score" to a pool of existing and well-known Life patterns. When you were looking for new patterns, did you calculate your C complexity function at each time step by scanning your 60x60 universe for those known patterns (guns, gliders..) which ASC was given in the paper, and then add/multiply/combine all those scores? Or did you do something entirely different? I mean, I don't understand how you could get C values of 425231.36 as we see in the video, from those 60x60 grids.
@williamlangley1610
@williamlangley1610 Жыл бұрын
WOW!!!
@guardiantko3220
@guardiantko3220 Жыл бұрын
Also a fun program the powder toy has a similar system with the life tools. It's a fun sandbox with various elements
@brendanparker359
@brendanparker359 2 жыл бұрын
great video
@neatai6702
@neatai6702 2 жыл бұрын
Thanks Brendan !
@beaub152
@beaub152 2 жыл бұрын
I think this is so interesting
@Ikigai_Composes
@Ikigai_Composes Жыл бұрын
we need a noneuclidean version of this
@Kenya_Berry
@Kenya_Berry Жыл бұрын
About a year ago I found a shape that can be infinitely placed within a single tile of a copy and never change, and the shape could be mirrored one tile below to create a shape that has a constantly switching cell in between them, I’ve forgotten how to make it and I’ve never seen someone else who claimed to discover it
@michasekua4642
@michasekua4642 Жыл бұрын
I have seen this in youtube couple months ago. It was common (known) pattern but still nice if you noticed it alone!
@helmutzollner5496
@helmutzollner5496 2 жыл бұрын
Interesting
@googldeed
@googldeed 2 жыл бұрын
The beauty in these experiments lies within the simple overlooked base that the unarguable logic taking place is evolving a basic entity in the same beginnings as life itself.
@Qugfvraceysgvigaivys
@Qugfvraceysgvigaivys Жыл бұрын
I'd be cool to reciprocate the initial complexity for your fitness function (fitness = final_complexity/initial_complexity). This would be the initial condition that devolves into chaos the best.
@aeebeecee3737
@aeebeecee3737 2 жыл бұрын
awesome awesome awesome, I just subed
@neatai6702
@neatai6702 2 жыл бұрын
thanks for the sub ABC
@papalosopher
@papalosopher 2 жыл бұрын
I've nearly been run over by a car. I've nearly had a brick dropped on my head from two storeys up. I nearly stopped watching this video before the end. Three very close calls. The most amazing thing I have ever seen.
@neatai6702
@neatai6702 2 жыл бұрын
Well done!
@kiraPh1234k
@kiraPh1234k 2 жыл бұрын
Interesting illustrations. I hope it is clear that the end portion is just a video of the separate and well known "life in life" pattern. It is not a result of the AI training.
@ravikgpiit
@ravikgpiit 2 жыл бұрын
the end was fractal !! game inside a bigger game.
@katanshin
@katanshin 2 жыл бұрын
Nice coverage of a classic topic. It's a shame everyone always overlooks Silverman's Wireworld though
@vNCAwizard
@vNCAwizard 2 жыл бұрын
Wireworld is supported by Golly, as I recall.
@davegreene6373
@davegreene6373 2 жыл бұрын
The video does show a quick shot of a Wireworld pattern, part of the prime-number calculator primes.mc in Golly's pattern collection... just doesn't mention it by name: kzbin.info/www/bejne/rJqkXnt_jJJleZY
@chriszethird
@chriszethird Жыл бұрын
Is there a way you could share the code you used ? Or detail a bit more your computations?
@davegreene6373
@davegreene6373 2 жыл бұрын
Side note on a minor typo: the inventor of the Langton's Ant rule is mentioned as "Chris Langdon", but it's a "t" not a "d" -- en.wikipedia.org/wiki/Christopher_Langton
@famshare-esl2453
@famshare-esl2453 Жыл бұрын
Are there any links to code? I'd love to look through the code used both to generate the raw results and the visualizations. Would be very helpful!
@BenjaminJacobsTheProgrammer
@BenjaminJacobsTheProgrammer 2 жыл бұрын
This is really cool. I've always been fascinated by the game of life. I really want to learn to work with shader programs to make a high performance life engine. I'm sure it's already been done before, and I frankly don't have the time to start another project. Maybe one day..
@neatai6702
@neatai6702 2 жыл бұрын
Yea, the shader stuff would be good to do.. My graphics card is bust at the moment, but a replacement is on its way..
@OfficialDTHQDTC
@OfficialDTHQDTC 2 жыл бұрын
Right here.
@kose2ik
@kose2ik 2 жыл бұрын
can AI understand, and how to understand Voyager Golden Record aso. ( is it possible that this message may be received not by a living organism but by AI and AI may also be answered but not by a living organism )
@SMunro
@SMunro 7 ай бұрын
Can you have seperate AI for each organism?
@digeorgesiphone
@digeorgesiphone 2 жыл бұрын
Just woooooow!!!
@neatai6702
@neatai6702 2 жыл бұрын
Thanks for the feedback ! Plenty more on its way..
@BR-hi6yt
@BR-hi6yt 6 ай бұрын
That's it - how the Cosmos all started - Conway's Game Of Life
@RM-xr8lq
@RM-xr8lq 9 ай бұрын
is that the OTCA metapixel at the end
@crank6096
@crank6096 2 жыл бұрын
i have never had a single original idea in my life, havent i
@avneesh-khanna
@avneesh-khanna 6 ай бұрын
Cool stuff! I just coded my first Game of Life simulation (the two-colour variant), but using a neural network to find patterns is crazy. Do you know which NN config did you use for this?
@sofia.eris.bauhaus
@sofia.eris.bauhaus 10 ай бұрын
i implemented Knight Life recently. as you might guess, it's GoL with a (chess) knight neighborhood rather than a Moore one. i still haven't found any spaceships in it 🤔, and i think it's still unknown if they exist.
@meanderthelost6029
@meanderthelost6029 2 жыл бұрын
I’m no programmer or mathematician but that zoom out at the end was crazy…. Like…. If I’m not mistaken that big structure/system was the same as the “gliders” and “ships” ?!?! As in someone discovered it? It wasn’t purposely created to look like that????
@tim40gabby25
@tim40gabby25 2 жыл бұрын
Hi. No, the initial conditions were set so that big scale glider was inevitable - unavoidable, in fact. The trick therefore is - how do you set up?
@DecrareOld
@DecrareOld 2 жыл бұрын
I thought about doing something simelar just yesterday, but didn't get the mtoivation to actually do it
@FourthRoot
@FourthRoot Жыл бұрын
One thing that has always made me wonder, is whether it would be possible fkr a sufficiently complex GOL machine to tunnel through smoke patterns. I believe the answer is yes.
@chipcritic6119
@chipcritic6119 2 жыл бұрын
Amazing that so cool computation is cool yeag
@EdiblePlutonium
@EdiblePlutonium 2 жыл бұрын
Is the ending fractal a real outcome for a particular input or is it just for a fancy outro?
@kalebellett4255
@kalebellett4255 2 жыл бұрын
It’s real
@bas_ee
@bas_ee 11 ай бұрын
Emergence in action
@chrisvisser-fee2631
@chrisvisser-fee2631 2 жыл бұрын
This is dope bit I was kinda hoping you'd create a neural network inside the game of life.
@tbc...
@tbc... 2 жыл бұрын
I saw this video when the channel had 1k subs.
@paulbarton5584
@paulbarton5584 2 жыл бұрын
*Langton. (Suberb video by the way, fantastic stuff).
@neatai6702
@neatai6702 2 жыл бұрын
Glad you enjoyed it!
@leucamaclean8900
@leucamaclean8900 2 жыл бұрын
What if you made the complex function apply to say five randomly allocated target areas then take and average, might allow you to work on a much larger scale without as much computing? Working on the assumption that a complex family of interesting patterns will show higher complexity from a sampling method like that then overall complexity which might bias initial state\basic shapes. I’m not a compsci person just thought it might be cool? So essentially evolve towards higher average complexity over an area then total complexity of an iteration
@kiraPh1234k
@kiraPh1234k 2 жыл бұрын
Thats an idea, but has different results. Its not computationally expensive to calculate the fitness compared to running the simulation of the generations. So it won't save time in that regard. This method in the video explores the complexity that emerges from small patterns, producing small patterns. Later, one could use these small patterns for many other ideas. For example, what happens when pattern 1 and pattern 2 are inserted next to each other? Further apart? Even further? I think this way is a really nice way to generate both patterns that are small yet interesting as well as create starting points for bigger patterns exploration in some cool ways as a mix of your idea in a way - but using patterns that give known large complexity to spread them out and see what happens
@leucamaclean8900
@leucamaclean8900 2 жыл бұрын
@@kiraPh1234k this way doesn’t find new shit tho. If you’re looking for seed patterns instead of creating functions for complexity all you get is permuatations of the known
@kiraPh1234k
@kiraPh1234k 2 жыл бұрын
@@leucamaclean8900 No, there is nothing about "not looking for complexity" that implies something else "is known" However, I am getting that you're telling me I was off track in my interpretation of your suggestion. If the only suggestion is changing the complexity function to sample random areas then we can actually predict the results compared to the methods used in the video: 1. You will on average measure lower complexity in the same pattern (as you are just measuring less of the consequences) 2. Some patterns of extreme complexity will measure 0 based on random chance 3. Some patterns of no particular interest will measure high complexity based on random chance 4. The overall results will be very similar in structure, just less accurate in measurement As I mentioned before, the complexity measurement is not computationally expensive so its not saving significant resources to decrease its cost. And since it would also decrease accuracy, there is not a benefit being utilized for what is given up.
@leucamaclean8900
@leucamaclean8900 2 жыл бұрын
@@kiraPh1234k I disagree with the premise of your assumptions as they're not taking into account the point, which is to utilise evolutionary alg to come up with a way of proxying complexity into fitness and then allowing that to develop independently. I think(?) you are latching onto the sampling method which yes has flaws, but not addressing the actual point, that creating a method of testing for complexity that can be applied and then varied and progressed might end up finding thngs that are not even considered complex, or new permutations or outputs that can then be tracked backwards
The ULTIMATE LIFEFORM Has been Identified | Artificial Life Tournament
29:59
The Bibites: Digital Life
Рет қаралды 208 М.
Let’s BUILD a COMPUTER in CONWAY's GAME of LIFE ⠠⠵
23:33
Alan Zucconi
Рет қаралды 957 М.
Godzilla Attacks Brawl Stars!!!
00:39
Brawl Stars
Рет қаралды 8 МЛН
INO IS A KIND ALIEN😂
00:45
INO
Рет қаралды 17 МЛН
路飞把别人车窗给砸了#海贼王 #路飞 #斗罗大陆
00:18
路飞与唐舞桐
Рет қаралды 17 МЛН
I Trapped Myself in a Box with Colored Smoke!
00:50
A4
Рет қаралды 19 МЛН
epic conway's game of life
6:33
Rational Animations
Рет қаралды 5 МЛН
How Particle Life emerges from simplicity
10:16
Tom Mohr
Рет қаралды 293 М.
Langton's Loops: The cellular automaton that copies itself
12:01
davbrdavbr
Рет қаралды 376 М.
Inventing Game of Life (John Conway) - Numberphile
11:05
Numberphile
Рет қаралды 1,1 МЛН
Watching Neural Networks Learn
25:28
Emergent Garden
Рет қаралды 1,1 МЛН
How are memories stored in neural networks? | The Hopfield Network #SoME2
15:14
Giving Personality to Procedural Animations using Math
15:30
t3ssel8r
Рет қаралды 2,3 МЛН
Godzilla Attacks Brawl Stars!!!
00:39
Brawl Stars
Рет қаралды 8 МЛН