A reproduction of Growing Neural Cellular Automata using PyTorch.
pip install -e .
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.
Mordvintsev, et al., "Growing Neural Cellular Automata", Distill, 2020.
https://github.com/chenmingxiang110/Growing-Neural-Cellular-Automata