dillontsmith
dillontsmith
The predefined PNL convenience Conditions are limited to using numeric values as arguments. We need to modify the API such that Conditions can be dynamic, including the ability to use...
There is a distinction between the value of a `Parameter` and its corresponding `ParameterPort` that comes into play when control signals are used to modulate a `Parameter`. In this situation,...
Currently, the finest grain TimeScale present in PsyNeuLink is TimeStep. This corresponds to "the execution of all Mechanisms allowed to execute from a single consideration_set of a Scheduler". This is...
Should resolve this so that the matrices of MappingProjections in learning compositions are random on instantiation.
Some logging methods, including log.nparray_dictionary() and log.csv() do not function properly when called for a component that has executed more than once in a time step (e.g. RecurrentTransferMechanism, etc.) This...
Hello, the [PsyNeuLink](https://github.com/princetonuniversity/psyneulink) modeling library uses the Leabra package in a [part of our codebase](https://princetonuniversity.github.io/PsyNeuLink/LeabraMechanism.html), but we're unable to include it in our `requirements.txt` file because pypi requires that all...