ra25.py (python version) seems to render TrainUpdt/TestUpdt members as floats instead of constants
Closed this issue · 3 comments
thazy commented
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.
rcoreilly commented
thanks for clarification. python gui interface not complete for that -- that editor panel is all in python :)
rcoreilly commented
this has since been fixed