# Growing-Neural-Cellular-Automata **Repository Path**: little0/Growing-Neural-Cellular-Automata ## Basic Information - **Project Name**: Growing-Neural-Cellular-Automata - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-10 - **Last Updated**: 2022-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Growing-Neural-Cellular-Automata A 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).