Determining whether opponents are crouching/jumping
I'm trying to do online imitation learning and would like to be able to gather as much info on the bot's teammates and opponents as possible.
Ideally, I'd like to know as much about them as I know about myself (only for training, not for "active use") but realize that is probably not possible/not allowed.
Anyway, one thing I'd like to be able to tell is whether the other bots are jumping or crouching, which is necessary for me to allow for learning of more complex behavior.
This informations doesn't seem available (at least not in the Player information messages) but I notice that UnrealUtils have some constants for bot height when standing and crouched. Any way to use this to calculate the info, if it's not available elsewhere?
Cheers,
Simon