An open API service indexing awesome lists of open source software.

https://github.com/belkakari/cellular-automata-pytorch

A reproduction and tweaking of Growing Neural Cellular Automata
https://github.com/belkakari/cellular-automata-pytorch

cellular-automata deep-learning differentiable-programming pytorch

Last synced: 4 months ago
JSON representation

A reproduction and tweaking of Growing Neural Cellular Automata

Awesome Lists containing this project

README

          

# cellular-automata-pytorch

WiP

An attempt to recreate the results of [Growing Neural Cellular Automata
](https://distill.pub/2020/growing-ca/) and go beyond

Related:

* [Growing Neural Cellular Automata](https://distill.pub/2020/growing-ca/)
* [Cellular automata as convolutional neural networks](https://arxiv.org/abs/1809.02942)
* [Growing Cellular Automata Pytorch Repo](https://github.com/PWhiddy/Growing-Neural-Cellular-Automata-Pytorch?files=1)

## HOWTO

### Install

```
git clone https://github.com/belkakari/cellular-automata-pytorch.git
cd cellular-automata-pytorch && pip install -r requirements.txt
```

### Run training

```
python train.py -c ./configs/train.yaml
```