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.
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 ..
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)
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.
@@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
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
@@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 ;)
@@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)
@@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).
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...
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.
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 :-)
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
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 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
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
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.
Нейронные сети использовали вычисление сложности в качестве прокси-функции пригодности и пытались развить начальные шаблоны, которые давали бы все более сложные результаты игры жизни; вместо случайного шума..
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
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)?
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.
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.
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.
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.
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.
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: ruclips.net/video/viA-HIW-2C4/видео.html
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.
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
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?
@@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
Not a lot.. its still running.. although I'm making changes to the fitness function and moving more towards a novelty search algo.. The goal is to discover something new in GOL...
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
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 )
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????
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.
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.
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.
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
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.
Minorly interesting to me. Let me ask, are you familiar with a cellular automata that has a zygote? See the paper from 2008 with the title Computational Ontogeny.
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..
the game of life in the game of life is such a beautiful thing
Agreed ! Well worth a watch...
@@neatai6702 wait.. it is an actual thing? I tought it is an animation..
@@maxiguess9922 yes
can it run doom tough ?
I'm pretty certain that's possible, the framerate will suck though.
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.
Yea, and theres lots more to explore with CA's
@@neatai6702 and there's lots more to explore in space!
And now the glider's off the paper.
maybe the universe is just an infinite big game of life 😳
@@reuben4721 Permutation City by Greg Egan is a magnificent short science fiction on the subject.
I just coded my own game of life simulation and was trying to implement some reinforcement learning when I came across your video!
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 ..
Cool
now steal it
Have you produced any paper about it ? or Code?
Hi have you done any code can I see into it github?
I can barely understand 1% of this but I know there’s something magical about it
Thanks Thom ! to get started download golly and mess about with it..
Same
Me understand Nothing. Use fire to destroy satans work!
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)
Your best start believing in sentient number patterns you are when Mr. Squidward
Really great video. The ending shot was insane👏
Thanks for the feedback.. It was a fun one to do.
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.
Enforce 0 child policy for peacefools after 2024
@@anntakamaki1960 bot
the game of life is just so fascinating... multiple professors in different classes used it as examples in different subject areas....
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.
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..
@@neatai6702 or, you can get Lifelib, which can run it blazingly fast and can be used from other programs
@@jiqci Let him do it himself.
6:39 That "ship" should be called a *Frog* :D
(It looks like a frog, seen from above, it is jumping upwards)
I never noticed that typo ! m
nah, Doo-dah is good (it's actually attachment to other spaceship, the Weekender)
More precisely, a 'Frogger'. :grin:
Do you know (another spaceship) Anura, literally means frogs
@@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
Holy crap, did it just fractally iterate itself? That’s so incredible!
Welcome to 30 year old classic AI ;)
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
@@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 ;)
@@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)
@@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).
This channel is potentially the most underrated ever. I really hope this blows up!
Thanks for that NerdKnight.. lets see how it goes..
Who exactly is underrating this channel?
The last 5 seconds, you cheeky buggers. Such a finishing touch, well played for those who wait for that last moment . 👏
i really want to send a single unintended shape into that life in life setup.
OOOOHHH MYYYY GOOOODDDDD THAT FINALE HIT ME LIKE A FREIGHT TRAIN HOLY GUACAMOLE!
After a minue, I'm still gettin new goosebumps! FRRRRRRRUUUUUUWHAAT!?
This is so interesting, I just started reading about neural networks and I am glad RUclips recommendations are working so well.
Hope you enjoy it!
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...
Game of life may as well be the most accurate metaphor for what reality truly is about
agreed.. and they're only getting better.. check out the Lenia creatures..
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.
Fun fact: In the Infinite Dimensions April Fools update for Minecraft, there is a Langdon’s Ant dimension.
I didn't know there were more complex versions of this game, I'm gonna try them out
An Langdon’s Ant! That takes me back. The first example of emergent behaviour that really clicked with me.
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 :-)
Amazing ! Great idea. Great paper reference. Thank you
Glad it was helpful!
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
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..
I would instead just combine center of mass travel distance and a measure of the consistency of the total mass.
@@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
The exits scene really WOWed me.
For anyone interested, the Game of Hive is a hexagonal variant with its own very interesting geometry and interactions.
Damn you... Now I need to make my own version of this but using Game of Hive
N i c e Richard Kenneth Guy. First glider ever observed, was on gen 69.
The ending of this video is just so beautiful.
Oh this is such a brilliant idea!
Thats genious. That last scene was mindblowing!
Wow that's a great idea. Thank you for sharing this. That was awesome.
7:22. Cool. Thanks
literally made the game of life in the game off life at the end oh my god
That ending was awesome
Wow, that ending. Life in life is mind blowing
My girlfriend makes CA and I can't wait for her to see this video so she can draw more inspiration
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
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.
Everything, and i mean everything is made from vastly variable versions of this
That was my homework last week I'd like to learn about a more complex version of it !
Очень интересно. Только я так и не понял, что делали нейросети? Или это были генетические алгоритмы?
Нейронные сети использовали вычисление сложности в качестве прокси-функции пригодности и пытались развить начальные шаблоны, которые давали бы все более сложные результаты игры жизни; вместо случайного шума..
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
I love the 5 second music loop
Amazing video, thank you very much!
I saw this video when the channel had 1k subs.
we need a noneuclidean version of this
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)?
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.
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.
That's it - how the Cosmos all started - Conway's Game Of Life
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.
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.
Well done!
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.
You could say that this is pretty "neat" !
Thanks ! have also done a smoothlife video..
i have never had a single original idea in my life, havent i
Nice coverage of a classic topic. It's a shame everyone always overlooks Silverman's Wireworld though
Wireworld is supported by Golly, as I recall.
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:
ruclips.net/video/viA-HIW-2C4/видео.html
Dude that network at the end tho. Fractal game
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.
Awesome ending
I could watch the game of life for hours.
the end was fractal !! game inside a bigger game.
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
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?
@@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
I got an ad for AI right before the video started lol
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?
wait so what happened with ur neural network then
Not a lot.. its still running.. although I'm making changes to the fitness function and moving more towards a novelty search algo.. The goal is to discover something new in GOL...
@@neatai6702 so how about now ?
Bruh, its crazy how you dont have more subscribers with these quality videos!
Working on it!
You are the Architect of their Matrix
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
I have seen this in youtube couple months ago. It was common (known) pattern but still nice if you noticed it alone!
Is this some type of evolutionary algorithm - or is there a loss function? How do you update the network
Turing complete.
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 )
I did not expect it to go from dark black to bright white like that, that hurt
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????
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?
Imagine being able to watch shrek in Conway's Game of Life.
Astonishing work. Bravo!
Many thanks!
Can you have seperate AI for each organism?
This is dope bit I was kinda hoping you'd create a neural network inside the game of life.
awesome awesome awesome, I just subed
thanks for the sub ABC
more science thank you i love it
What is happening during the ending zoom out. Is this something the author coded or a discovery during the process?
Also a fun program the powder toy has a similar system with the life tools. It's a fun sandbox with various elements
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.
My collage lecturer told me "If you ever get to meet Conway in real life, don't mention Game of Life he has done so much more".
Today's the day your channel starts to blow up. Congrats
Cheers Niles
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.
so glad i stumbled on this great video wish i understood how you created the end piece that zoomed out that was brilliant
Glad you liked it!
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.
Any book to code stuff like this? Amazing
it's really easy to code it actually
@@MichaelDarrow-tr1mn That's pretty helpful, thanks a lot
I was expecting the ai to try to create it's own rules.
I've seen a couple of papers outlining how to do this.. I plan on coding it up and seeing what emerges..
@@neatai6702 bro how much do you have planned lol XD
Is there a way you could share the code you used ? Or detail a bit more your computations?
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!
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
At the end there 👌
At 3:11, what's the difference between "labeled" and "tagged"?
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.
I thought about doing something simelar just yesterday, but didn't get the mtoivation to actually do it
Minorly interesting to me. Let me ask, are you familiar with a cellular automata that has a zygote? See the paper from 2008 with the title Computational Ontogeny.
thanks for the paper reference.. I'll check it out ..
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..
Yea, the shader stuff would be good to do.. My graphics card is bust at the moment, but a replacement is on its way..
Well time to learn how to make the game of life
is that the OTCA metapixel at the end
0:26 what do those equations represent?
What about building neural netowrk that generate game of life rules?
I.e maybe a cell is alive if the top left cell is alive and its button one etc?
To what avail?
I came here just to say that next up you should have an AI evolve IN Conway's Game of Life (it is turing complete isn't it)