Replies: 5 comments 8 replies
|
@sarkaria Good question! I will investigate that. 👀 |
0 replies
|
@sarkaria It seems to be broken for all Bot APIs (Python, Java, and C#) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello again @flemming-n-larsen ,
Quick update. The migration is going great. I have successfully integrate my neural network code into a Python Bot and initial results are very promising! :-) I'm currently running about 25k battles per experiment. Which is likely overkill :-). In each experiment I'm testing increasingly larger neural networks.
One minor issue, for which I do have a workaround. Is that
on_won_round()is still not being called. I recall I might have mentioned this a while ago. Is it possible that the handler is missing from the basebot.pyclass?Thank you
All reactions