chenmingxiang110 / Growing-Neural-Cellular-Automata

A reproduction of growing neural cellular automata using PyTorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Growing-Neural-Cellular-Automata

An unofficial reproduction of Growing Neural Cellular Automata using PyTorch:

Mordvintsev, et al., "Growing Neural Cellular Automata", Distill, 2020.

Run "training.ipynb" to train a model, and "main_pygame_dl.py" to play the demo (A pre-trained model is already given, see ./models).

About

A reproduction of growing neural cellular automata using PyTorch.

License:MIT License


Languages

Language:Python 55.6%Language:Jupyter Notebook 44.4%