This repository contains the source code for all the experiments in the following paper:
Clone this repository and install the following using your preferred python environment or package managment tool:
python train.py --name "test" --savedir "./test/" --seed 1
python loadModel.py --savedir "./test/" --name "test" --seed 1 --plotName 'AND'
If you find our paper or this repository useful or relevant to your work please consider citing us:
@article{parsa2024gradient,
title={Gradient-based Design of Computational Granular Crystals},
author={Parsa, Atoosa and O'Hern, Corey S and Kramer-Bottiglio, Rebecca and Bongard, Josh},
journal={arXiv preprint arXiv:2404.04825},
year={2024}
}