Wiki

Clone wiki

scl-manips-group / nengo / TimingIssues

Simulation Time

For a reasonably complex robot and a non-trivial controller the size of the neural system makes real-time simulation difficult. We can easily slow down the robot simulator to match Nengo's rate of simulation, but for a physical robot, we need real-time simulation. There are a few possible solutions.

GPU Support

Reducing Workspace and Neuron Count

Hardware Emulation (Neurogrid)

Updated