Travis DeWolf
Travis DeWolf
it would be nice to be able to record just the spike times on probes for some of the larger populations. I was messing around with it but am not...
It would be nice to be able to pass in a function to the learning_rate parameter, so I can have explicit control of it as a function of time or...
Right now in my own learning code I'm doing a hack where I have a counter and apply the learning rule once every N timesteps instead of every timestep, just...
Hi, I'm a researcher and I'm trying to use MuJoCo for training a neuromorphic controller. I'm looking for some help with visualizing a simulation using the new Mujoco Python bindings....
Unless `use_sim_state=False`, the joint state `q` that's passed in is ignored. If this is ever not the same as the state of the arm simulation a warning should be printed...
The scenario is that I want to convert a Keras network to a subnetwork in a larger Nengo network. Currently this doesn't work because I can't pass input into the...
I've been playing around trying to nail this down exactly, but it's kind of strange. ``` python import nengo import numpy as np model = nengo.Network() with model: def display(t,...
When i want to run nengo spinnaker backend from the gui i have to manually add in the lines ``` python import nengo_spinnaker nengo_spinnaker.add_spinnaker_params(model.config) ```
It would be nice to be able to pass in a list to set the ranges of sliders in a group individually, right now you have to set them all...