Attempts to train a model that can learn the transfer operator in Conway's game of life, using JAX.
-
Conway: Contains a toroidal simulator completely written in
jax
while beingjit
friendly. -
DeepOnet: Contains a basic
MLP
based deepOnet to approximate the transfer operator.
- Try CNN-based trunk.
- Try MLP-mixer trunk.