post--growing-ca icon indicating copy to clipboard operation
post--growing-ca copied to clipboard

Growing Neural Cellular Automata

Results 6 post--growing-ca issues
Sort by recently updated
recently updated
newest added

Hi, first thank you for your insightful work. During my experiment, I found that the training result varies. And it may heavily depend on how I do the weight initialization....

Hello, First thank you for this amazing post. I tried to modify the model, to separate the evolution form the representation, meaning that I have a function that evolve the...

The description and the 'A single update step of the model.'-illustration doesn't match. ``` alive = max_pool(state_grid[:, :, 3], (3,3)) > 0.1 state_grid = state_grid * cast(alive, float32) ``` But...

There is only a flickering dot, but no other change. It does work under Chrome.

Hi @znah, @oteret, others, First of all, my compliments on the amazing article! I was having a look at the [Google Colab notebook](https://colab.research.google.com/github/google-research/self-organising-systems/blob/master/notebooks/growing_ca.ipynb) provided with the original Growing NCA [Distill](https://distill.pub/2020/growing-ca/)...

Can somebody tell me how to run this code, even after running the python server the canvas is not loading