Can STDP learning rules be used in Loihi

To add, I detail the process of saving and loading weight matrices in this post. What’s relevant for the STDP learning rule is probably that you’ll need to use nengo.Connection(..., transform=<weight_matrix>) to load the weight matrix, and you may also need to remove the neuron gain from the weight matrix (see the bottom of the post) depending on how your STDP connection was implemented.