Bot Learning Match to Match #217
braftery77
started this conversation in
General
Replies: 2 comments 4 replies
-
You can store data in static variables if you don't want the data to be reset every match. But imo you would have to store it to some file and before submitting store the learned data in a string or something similar as you can't use IO functions as per the rules. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Do you mean learning before the final tournament and then submitting that data with the MyBot.cs file, or learning from matches while running the tournament? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So one of my bots I was thinking about making involves learning over time from match to match. However if the bot is instantiated for each match then this wouldn't really work. Since the idea of Think() is to have a board state and then calculate the next best move, I don't think that it would need to be wiped between matches and can be made to learn as it plays games. Not saying this strategy would be the best bot, but I think it would be interesting to try out.
Beta Was this translation helpful? Give feedback.
All reactions