elmanReset <group> [<init-value>]
The specified group must be of type ELMAN and have a source group. This will set the outputs of units in the source group to the initial value. On the next update, the outputs of the context group will copy these initial values.
By default, the initValue field of the context group will be used for the reset. If init-value is specified, it will be used but will not change the default initValue of the context group.
If * is used in place of the group name, all ELMAN groups will be reset.
This is automatically done for all context groups when resetNet is called, so it may be needed only rarely.
To make it so that the units in the "context1" group will have the activation 0.1 on the next update:
lens> elmanReset context1 0.1