Their favicon really looks like Flickr's logo.
ALiEn – a GPU-accelerated artificial life simulation program
91–100 of 217 posts
Re: ALiEn – a GPU-accelerated artificial life simulation program
#92Wanted to give a shot out to Larry Yeager who wrote software for this all the way back in the mid nineties : https://en.wikipedia.org/wiki/Polyworld He was a professor of mine in grad school, he also did visual effects for The Last Starfighter, and the early work on character recognition in the Apple Newton. Cool dude.
https://www.youtube.com/watch?v=JBgG_VSP7f8
Not sure how they're connected, but I remember being obsessed with that paper and actually recreating it in 2D as a grad project.
Re: ALiEn – a GPU-accelerated artificial life simulation program
#93I have no experience with CUDA, is it possible to run this on a normal PC with a 1080ti? I've tried, the program runs but I cant step the simulation even once.
Have updated to current CUDA (11.3.1) and current NVidia driver (466.77) with no luck.
Re: ALiEn – a GPU-accelerated artificial life simulation program
#94Earlier quoted context omitted.
I've written a lot of software against GPUs, albiet some years back. The main challenge was that many of the best libraries had CUDA support (or CuDNN support on top) but not support for other GPU lines' frameworks. Getting CUDA to work well is hard. Not hard on your laptop, not hard on a particular machine but hard to work everywhere when you dont know the target environment beforehand -- there are different OSs, di…
Why not use the Nvidia docker runtime and put your application in a container?
That said, NVIDIA Docker Runtime is awesome now -- however, all this underscores further how much further behind the non-NVIDIA stack is!
Re: ALiEn – a GPU-accelerated artificial life simulation program
#95>The Autoverse is an artificial life simulator based on a cellular automaton complex enough to represent the substratum of an artificial chemistry. It is deterministic, internally consistent and vaguely resembles real chemistry. Tiny environments, simulated in the Autoverse and filled with populations of a simple, designed lifeform, Autobacterium lamberti, are maintained by a community of enthusiasts obsessed with ge…
Re: ALiEn – a GPU-accelerated artificial life simulation program
#96Re: ALiEn – a GPU-accelerated artificial life simulation program
#97Earlier quoted context omitted.
Everyone saying it would be computationally expensive to simulate our universe is failing to put their mind outside of the box of our universe. Imagine for a moment that there's a universe which compares to our universe similarly to how our world compares to one inside of Conway's Game of life. Granted, this scenario doesn't provide us with anything we can take action on, but the idea that we're in a simulation at al…
So you only have to assume physics totally different from ours, and we can’t observe it. Isn’t that a bit of a weak point? And what would be the point of this simulation that has been running for billions of years?
You don't have to assume anything is true if you don't want to, but if you want to consider whether we're living in a simulation, it's probably worth considering.
>And what would be the point of this simulation that has been running for billions of years?
First, it's billions of years in our time. Second, what's the point of Conway's Game of Life?
Re: ALiEn – a GPU-accelerated artificial life simulation program
#98Earlier quoted context omitted.
That's like a sim saying that their world would be impossible to run on the desktop in their simulated living room. That is tautologically true.
The physics of the simulator would have to be totally different to support a simulation with exponential computational costs. You probably couldn’t have anything like conservation of energy. Polynomial overhead would feel much more plausible.
Re: ALiEn – a GPU-accelerated artificial life simulation program
#99Re: ALiEn – a GPU-accelerated artificial life simulation program
#100For folks who like this sort of thing, I will once again make my monthly plug for folks to check out "The Evolution of Cooperation", by Robert Axelrod.