Particle Lenia

  Рет қаралды 41,445

Programmable Artificial Life

Programmable Artificial Life

Жыл бұрын

“Particle Lenia and the energy-based formulation”
Article: google-research.github.io/sel...
Demo: znah.net/lenia
Authors: Alexander Mordvintsev, Eyvind Niklasson, Ettore Randazzo
Particle Lenia is an Artificial Lifeform that consists of point particles that produce potential energy fields, and try to minimize their local energy. It's inspired by Lenia ( • Lenia - Mathematical L... ) and FlowLenia (arxiv.org/abs/2212.07906).

Пікірлер: 83
@sinak12345
@sinak12345 Жыл бұрын
The sound mapping is genius
@zza7217
@zza7217 8 ай бұрын
Oh, that's what it was 😂
@tom-mohr
@tom-mohr Жыл бұрын
Wow, what a treat! Awesome things about this paper: - Finally, we can see actual 3D Lenia! (not just 2D Lenia with colors) - You gave really cool sounds to the particles based on their potential energy and speed. Both of these things are possible because you used particles to represent matter instead of a scalar field. Also, your paper is really accessible: You released it in an interactive format and your explanations are clear and easy to follow. Congrats!
@zzznah
@zzznah Жыл бұрын
Thank you!
@PunmasterSTP
@PunmasterSTP Жыл бұрын
The visuals and sound are both incredible, and I’m excited to see Lenia continue to be modified!
@oberonpanopticon
@oberonpanopticon Жыл бұрын
I hope to someday see a system like this where the patterns are capable of evolution via reproduction/mutation. But for now, this is pretty dang cool.
@agoogleuser2507
@agoogleuser2507 6 ай бұрын
So living organisms danced into existence from the music? I see
@oberonpanopticon
@oberonpanopticon 6 ай бұрын
@@agoogleuser2507 Well, according to Tolkien’s legendarium mythology, yes!
@user-ut4vl8bw2k
@user-ut4vl8bw2k 6 ай бұрын
Didn't you watch a video? They do exactly what you written - evolve, reproduct, mutate. That was the whole poin of video.
@oberonpanopticon
@oberonpanopticon 6 ай бұрын
@@user-ut4vl8bw2k I guess we have different definitions of those words
@Nae_Ayy
@Nae_Ayy 6 ай бұрын
@@user-ut4vl8bw2k They're obviously talking about a more sophisticated simulation, one where organisms need energy to continue living. This is cool, but it doesn't feel as real as a simulation that would use simple rules as well as an energy system to watch organism grow, eat, metabolize, reproduce, and die.
@Losloth
@Losloth 10 ай бұрын
I’m a board game making natural philosopher and designer. This is the motivation I need to learn some coding. To me this kind of system is like the music of Bach, organic and rule produced at the same time. Thank you for showing us your work!
@randompal9828
@randompal9828 6 ай бұрын
Gödel, Escher, Bach
@veil6666
@veil6666 Жыл бұрын
amazing sound design
@miladroygari
@miladroygari Жыл бұрын
I’d love to understand how it works.
@max.bittker
@max.bittker Жыл бұрын
fantastic work here. especially appreciate this as a intuitive solution for conversation of mass, and for giving us a microphone into the system!
@melol69
@melol69 9 ай бұрын
this is insane, i was thinking how even cooler lenia would be with particles, and here it is
@RupertBreheny
@RupertBreheny Жыл бұрын
agreed on the sound, the combination really elevates this fascinating work.
@Kram1032
@Kram1032 10 ай бұрын
I love this, going kinda full cycle, starting with Game of Life, abstracting the rules into continuous transformations, and then rediscretizing them into a particle version. I wonder how far off it is to turn this into a full on life simulation. What would need to be modified about this concept to introduce stuff like food and environmental factors and such... It's the most life-like thing that isn't really going for free form selective pressure I know of right now. I think the main tricky things here are: - How do you delineate what an organism actually is? In Lenia that's an entirely emergent phenomenon, right? And actually it'd be cool if that emergence could be preserved. Imagine something that starts from "primordial soup" and manages to go arbitrarily complex from there! Ideally you wouldn't predefine where an organism starts and ends. It'd just be whatever the current configuration of particles ends up doing. - How do you ensure preservation laws (of energy, momentum, angular momentum, matter) - How do you introduce a "cost of living" (where the emergent organisms can't move or replicate without adequately eating and such) Those are things I think aren't really considerations in GoL or Lenia. But it'd be really cool if all that were possible to include.
@kotcraftchannelukraine6118
@kotcraftchannelukraine6118 8 ай бұрын
I think it will become something like "Matrix" in the future
@TheRepublicOfDixionconderoga
@TheRepublicOfDixionconderoga 7 ай бұрын
I saw a game like that, it was about going from single to multicellular.
@Kram1032
@Kram1032 7 ай бұрын
@@TheRepublicOfDixionconderoga another piece of the puzzle actually happened recently - check out "flow Lenia" if you have the time
@JordanMetroidManiac
@JordanMetroidManiac 6 ай бұрын
Real life is not well-understood, but it is at least partially understood to the atomic level, both physically and chemically. A simulation where actual evolution occurs needs both physics and chemistry to have such dynamic behaviors, and an insane amount of particles and energy. You start with that primordial soup. Most of it becomes mundane clusters of matter and energy, like stars. Small pockets of matter, like planets, may by random chance have the exact conditions for evolution to take place. Gravity and relativity are important because you can’t simulate all of it at once; you subdivide the entire universe into “large” (yet such small) chunks so that the simulation of the universe is in fact only some form of a cellular automaton. Information cannot travel faster than the speed of light. Or, in terms of the CA, information is sent from one cell (chunk) to another, in a continuous, nonlinear way.
@Kram1032
@Kram1032 6 ай бұрын
@@JordanMetroidManiac Lenia sort of simulates chemistry already. In a rudimentary way with not all relevant constraints presents, but effectively, it's quite similar to chemical reactions. There was an attempt to get a reaction diffusion version of Lenia (which is something you could achieve with real chemistry in a petridish) and it got pretty far. After a few modifications to the original version of Lenia into what's called *Asymptotic Lenia,* the issue ultimately turned out to be a nonphysical breaking of the mass equations. However, there is also another recent independent modification of Lenia called *Flow Lenia* which kind of solves the mass issue. I'm not sure whether that's enough to resolve the issues with the reaction diffusion attempt, but if it is, that ought to make it possible to, at least in principle, allow you to "run" Lenia in a literal real life petri dish given the right reaction chains. (It might be highly nontrivial to actually find suitable reagents though) As for the laws of physics, other than gravity, chemistry mostly already captures all physics you need for life. And if you are doing a 2D petridish style simulation you can basically neglect gravity. If you actually want a 3D sim that also involves gravity, that should be perfectly possible by simply adding an external force that always pulls stuff down. A full simulation would probably also amount to simulating Navier Stokes though, which is certainly gonna be much trickier.
@ChromicQuanta
@ChromicQuanta 10 ай бұрын
This looks exactly like something I'd find under a microscope! +1!!!!
@Gelatinocyte2
@Gelatinocyte2 6 ай бұрын
The sounds and graphics are what's best about this interactive software. The "spinners" I think are pretty interesting, and I think they are just very slow oscillators.
@Kinetic_CGI
@Kinetic_CGI Жыл бұрын
Interesting, I gave the online simulator a try and made a neat self propulsion group of particles. I do find it interesting that there is a resistance to hexagonal crystal like structures without collapse occurring.
@DamianHallbauer
@DamianHallbauer Жыл бұрын
That exactly what I was going to ask for do you have a link
@DamianHallbauer
@DamianHallbauer Жыл бұрын
Water also has a resistance to form a flat hex lattice like graphene. It's a 3 atom tetrahedron and can go antigravity in a nanutube bundle. Where's Leonard Suskind, dHooFT???.. can the sim work on a lattice sphere.. make a space time swimmer group that might use the curvurature suspected to be compactified
@Kinetic_CGI
@Kinetic_CGI Жыл бұрын
@@DamianHallbauer videos description has it
@AlienXtream1
@AlienXtream1 6 ай бұрын
i would LOVE to see this polished and released as a "game"
@CaseyJScalf
@CaseyJScalf Жыл бұрын
This is simply amazing and beautiful! Will be digging into the code and see what we can find. Thank you for sharing this!
@lolshark33
@lolshark33 3 ай бұрын
Thank you for making this video so simple. I'm tired of videos that go in depth about the math/code of these programs. I just want to see cool patterns; I couldn't care less about how it works.
@ZerglordGhi
@ZerglordGhi 6 ай бұрын
The sounds make me want to make an automated musical instrument out of these
@MetaBuddha
@MetaBuddha 7 ай бұрын
This is SCARILY genius.
@Tann114
@Tann114 Жыл бұрын
Amazing, thanks for sharing!
@olbluelips
@olbluelips 6 ай бұрын
Amazing, great work
@itryen7632
@itryen7632 Жыл бұрын
This feels like one of those experimental VST instruments
@crashroots
@crashroots Жыл бұрын
amazing work!
@garbagedataraccoon
@garbagedataraccoon 2 ай бұрын
0:40 Best quality: Its wiggles
@qondonyon
@qondonyon Ай бұрын
also just stright up giygas i love this :P
@ywenp
@ywenp 4 ай бұрын
Are the sound effects added manually on post or are they generated along, from the simulation data? :) The latter would be awesome.
@lescroc1073
@lescroc1073 4 ай бұрын
its not added manually. I'm sorry i can't give any explanation tough :)
@zzznah
@zzznah 4 ай бұрын
Every particle emits a waveform with a frequency depending on its interaction "energy". Here is the code where I prototyped that effect colab.research.google.com/github/google-research/self-organising-systems/blob/master/notebooks/particle_lenia.ipynb#scrollTo=L9SckwekgO3U
@Idkwholmao
@Idkwholmao Ай бұрын
Probably the only thing I would say is bad about it, is that most browsers have holding a tap as a different function, preventing interaction on mobile.
@mutiev
@mutiev 5 күн бұрын
This is AWESOME!
@thatprogramer
@thatprogramer 8 ай бұрын
Please explain how this works! Its amazing i dont think i've seen anything like it?
@chasewilltin8567
@chasewilltin8567 5 ай бұрын
Make this a neural or cell instrument game, and the way they set it up will determine the song or resonance that the individual then the whole will have.
@brookskioschos6494
@brookskioschos6494 Жыл бұрын
Wow thank you
@leviandrade1
@leviandrade1 8 ай бұрын
Seria onteressante colocar regras basicas de física 2d aplicadas a um virus simples, colocar as propriedades de cada conjunto do genoma deste virus e sua função, e ver como a lenia se comportaria nestas regras.
@craftlinks7866
@craftlinks7866 Жыл бұрын
Yet to look at the implementation, but i wonder "Inspired by Lenia"...But, does it have anything in common, from a technical point of view? I've seen some impressive Particle Life clones lately, and it seems more related to those than Lenia's CA approach?
@zzznah
@zzznah Жыл бұрын
In the article we discuss parallels with (Flow)-Lenia in detail google-research.github.io/self-organising-systems/particle-lenia/
@erinkarp
@erinkarp 8 ай бұрын
They honestly remind me of protocells
@qondonyon
@qondonyon Ай бұрын
WOOOOOOOOOOOOOOOOOOOO
@user-ut4vl8bw2k
@user-ut4vl8bw2k 6 ай бұрын
How they get energy to move? I not seen any new particles coming and they also not looze particles. For me it looks like you programmed perpetual engines in 2d space with some special unreal physics. Did you try to emulate energy loss on movement?
@squishy9047
@squishy9047 6 ай бұрын
Question is the particle size related to its charge
@urielgonzalez2882
@urielgonzalez2882 8 ай бұрын
Why is this in my recommended yet it looks cool?
@gbkou
@gbkou 23 күн бұрын
WOW👍
@AlbySilly
@AlbySilly 6 ай бұрын
Im really curious about how the sound us generated
@Eliasdbr
@Eliasdbr 6 ай бұрын
3:13 trypophobia kicking in
@somerandomdude184
@somerandomdude184 6 ай бұрын
This conways game of life remastered
@somerandomdude184
@somerandomdude184 6 ай бұрын
Am i right or not pls tell me
@schrimblo
@schrimblo 6 ай бұрын
wrong
@EduardsRuzga
@EduardsRuzga 4 ай бұрын
How was sounds made?
@nziom
@nziom 3 ай бұрын
I wonder about that too
@samueltrusik3251
@samueltrusik3251 7 ай бұрын
Is there an explanation of the physical laws of this simulation?
@zzznah
@zzznah 7 ай бұрын
google-research.github.io/self-organising-systems/particle-lenia/
@JordanMetroidManiac
@JordanMetroidManiac 6 ай бұрын
4:02 **sound warning**
@claricaioPaes
@claricaioPaes 10 күн бұрын
Well… now is circle
@Eye-vp5de
@Eye-vp5de 6 ай бұрын
Is there any practical use of such system, or is it made purely out of theoretical interest? Don't get me wrong, it is interesting and I made something similar in the past, but it seems that many other people are interested in lenia systems, and I don't understand why this particular set of systems draws so much attention
@CGMaat
@CGMaat Жыл бұрын
Is it the geometry of GOD? Where did the first code come from? Very interesting - Kepler and plato would freak out!
@saliabdo5853
@saliabdo5853 6 ай бұрын
Nice. But I don't understand what is it about? It is real particle? What kind and how do you video them? If you add some explanation that would be very useful. Thanks
@zzznah
@zzznah 6 ай бұрын
Link in the description: google-research.github.io/self-organising-systems/particle-lenia/
@Embassy_of_Jupiter
@Embassy_of_Jupiter 6 ай бұрын
hello my friend, I love you
@siamsiamguite2909
@siamsiamguite2909 9 күн бұрын
speen
@yobadobom3
@yobadobom3 Ай бұрын
Can someone tell me the rules of these Edit: i just found out the whole tim- HOLY SHT IM 2ND IN COMMENTS
@hieppham4119
@hieppham4119 8 ай бұрын
There’s a problem!!!!
@snaawflake
@snaawflake 7 ай бұрын
cosmic horror
@l0calsentient-blender277
@l0calsentient-blender277 7 ай бұрын
It sounds a bit creepy to be honest
Lenia - Artificial Life from Algorithms
13:15
Birdbrain
Рет қаралды 116 М.
Complex Behaviour from Simple Rules: 3 Simulations
10:52
Sebastian Lague
Рет қаралды 373 М.
Trágico final :(
01:00
Juan De Dios Pantoja
Рет қаралды 33 МЛН
ELE QUEBROU A TAÇA DE FUTEBOL
00:45
Matheus Kriwat
Рет қаралды 11 МЛН
Dynamic #gadgets for math genius! #maths
00:29
FLIP FLOP Hacks
Рет қаралды 17 МЛН
Cut anything, even diamond
13:07
Breaking Taps
Рет қаралды 1,1 МЛН
Artificial Life. The battle of clans
19:34
Simulife Hub
Рет қаралды 453 М.
Making Prussian Blue
13:42
NileRed
Рет қаралды 2,3 МЛН
Particles Life  (long)
11:22
MiorSoft (reexre)
Рет қаралды 114 М.
✨ NEW Cellular Automata
12:28
TodePond
Рет қаралды 113 М.
Swarm intelligence simulation.  Project "Screaming Insects"
13:43
Simulife Hub
Рет қаралды 110 М.
Artificial Life uses Machine Learning to learn how to survive
4:53
Particle Life - A Game of Life Made of Particles
3:30
CodeParade
Рет қаралды 340 М.
Cold Fire You Can Touch - DIY Cold Plasma Torch
14:19
The Thought Emporium
Рет қаралды 2,1 МЛН
Trágico final :(
01:00
Juan De Dios Pantoja
Рет қаралды 33 МЛН