This repo contains code for a reimplementation of the paper:
Generalization of Equilibrium Propagation to Vector Field Dynamics
The code depends on the JAX library. To install all requirements run
pip install -r requirements.tx
To run the code, you can launch the train.py
script in Jupyter notebook with Jupytext installed or run directly in the console