Code for the ALIFE 2025 paper "Growing Reservoirs with Developmental Graph Cellular Automata."
- If using conda:
$ conda env create -f environment.yaml
$ conda activate dgca_tasks
-
This project uses graph-tool, which cannot be installed using pip. See here for details.
- For this reason it is much easier to install all the dependecies using conda, as shown above.