Thread history
Viewing a history listing
Time | User | Activity | Comment |
---|---|---|---|
12:25, 27 July 2021 | Xor (talk | contribs) | New thread created | |
01:27, 28 July 2021 | Kev (talk | contribs) | New reply created | (Reply to Manifold Learning) |
16:07, 29 July 2021 | Xor (talk | contribs) | New reply created | (Reply to Manifold Learning) |
16:12, 29 July 2021 | Xor (talk | contribs) | Comment text edited | |
16:15, 29 July 2021 | Xor (talk | contribs) | Comment text edited | |
16:20, 29 July 2021 | Xor (talk | contribs) | Comment text edited |
Guess Factor based methods generalize well, based on priori knowledge about robots moving in circles & max escape angle. Better methods such as precise max escape angle helps greatly. However given enough samples, I wonder whether some deep enough model can learn the shape of escape envelop, as well as precise max escape angle, etc. And generalize even better.
I could imagine developing some sort of "LearnedFactor" function that takes as input the firing angle along with the enemy's position, velocity, maybe more complex features like precise MAE, etc. As long as the function is invertible with respect to the firing angle you could then do KNN with those instead of GuessFactors.
The biggest challenge will be how to deal with different settings in recorded and aiming. Guess Factor indeed do this with orbital movement assumption, and PIF with not moving out of wall.
I'm thinking about some end2end deep model, where transformations between recorded and aiming angles can be learnt automatically. E.g. Given a sequence of historical wave intersect location, movement and bullet hits, try to predict the next wave intersect location.