Closed jsphon closed 7 years ago
The current implementation of having IntExtStates, which hold internal and external states, is not working out.
When doing vectorized learning, it seems a bit contrived that we must create a new IntExtState per iteration.
However, if we remove the IntExtState, what will we pass to the target generators?
Keeping INtExtStates for the time being, though we should think of a better name.
The current implementation of having IntExtStates, which hold internal and external states, is not working out.
When doing vectorized learning, it seems a bit contrived that we must create a new IntExtState per iteration.
However, if we remove the IntExtState, what will we pass to the target generators?