NENGO integration


#1

Hi there,

general question: has there been worked on supporting NENGO on the NRP?

I’m asking cause I came across some neuroscience model that could be nice to implement on the NRP, but it is implemented in NENGO…

thanks,

Alexander


[SOLVED] Nengo and Spinnaker
#2

Hi Alexander,

We are currently testing the Nengo simulator to get an overview of how it works, and we are working towards arranging a meeting with them to discuss about the necessary steps to integrate nengo. I would estimate that given our current resources limitation it would take some months before it is integrated. Meanwhile you can just pip install nengo and import it in the TFs and read and write data from it.

An example (quite outdated probably) of a simple integration of Nengo to control the Huksy Braitenberg can be found here:

https://bbpteam.epfl.ch/project/spaces/display/HSP10/Husky+braitenberg+experiment+with+Nengo+transfer+functions

I hope it helps.

Regards,
Manos