You can give AI general directions on how to play the game before you go to work. The AI will play the game for you when you are away.
Did you mean a bot instead?
Bot isn't fancy enough to attract investors for new technology! It is AI, not bot :D
Funny enough, I was thinking about that thread of all gear set calculation and my idea for capstone project, of doing Machine Learning to try to get some insights in battle with game data.
Then I wondered: whats the difference between what I want to do and what those programs dude was running there?
After reading more about his algorithmn, I came with a conclusion about the difference: while his algorithm already know mathematical relationship about mechanics, it simply feed inputs inside a well defined processing to generate outputs, then concluding the answer hes looking for.
Using Machine Learning means using the same system (entry -> processing -> output), but it varies because while dudes algorithmn has entry and processing known, Machine learning assume I know the input and output, then without specifying how is the processing, it tries to derivate a singular processing that could be used after to predict new values.
Lets see if I can get this done in less than 2 months