emer/leabra

ra25.py (python version) seems to render TrainUpdt/TestUpdt members as floats instead of constants

Closed this issue · 3 comments

thazy commented

See cursor site left, 2/3 way down:

ra25TrainUpdatePython

thazy commented

To clarify: TrainUpdt/TestUpdt are enum-like types that in the Go version render in the GUI as named time steps like AlphaCycle, Trial, Epoch, etc. and serve to determine how often the network display gets updated. In the Python version these parameters are rendering instead as float values (see above), which are not useful for the intended purpose.

thanks for clarification. python gui interface not complete for that -- that editor panel is all in python :)

this has since been fixed