Hey guys I studied AI in grad school and I was wondering to experiment with coh2 data using some machine learning models. I am specifically interested in supervised learning. Supervised learning is about predicting a value (e.g. Y) from a given set of values (e.g. x1,x2,x3). For example, images can be used to predict or classify a certain output. Given a screenshot (pixel values X) and we could mark where the human player would click (pixel value Y). By learning clicks from good examples, one could train a neural network to predict where should the player(human/AI) click.
This would need a good number of screen shots and collaboration. Just curious to explore this
thanks,
Dedo