kfmfe04 wrote: |
---|
is this for SC or SC2? |
kfmfe04 wrote: |
---|
is it meant to automate control of your units? |
author wrote: |
---|
My career is in building learning systems and AI. One day I thought, huh, it looks like Starcraft 2 has a set vocabulary, and the game _is_ deterministic, to a certain point in the game. That means I can write a program that can learn how to perform a build order better, in order to make myself better. I want to repeat this. I wrote a program that can learn how to optimize a build order. So what I want to see if I can prove is if my program works, and get feedback on this. The input is like so. I want to reach a certain point in the game. That point in the game may be 7 roaches. The build order optimizer tells you step by step instructions on how to get there, and then optimizes to become the fastest way to get there. |