Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
thazy opened this issue Sep 30, 2019 · 3 comments

Comments

@thazy
Copy link

thazy commented Sep 30, 2019

See cursor site left, 2/3 way down:

ra25TrainUpdatePython

@thazy
Copy link
Author

thazy commented Sep 30, 2019

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
Copy link
Member

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

@rcoreilly
Copy link
Member

this has since been fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants