In the provided data, the camera actions have already been pre-quantized to integer values from 0-79 inclusive. How do raw mouse movements get converted to these values?
Here in the one_hot_actions method, the comment references another repository for the camera quantization, but it seems like that repository is not publicly available.
Hello,
In the provided data, the camera actions have already been pre-quantized to integer values from 0-79 inclusive. How do raw mouse movements get converted to these values?
Here in the one_hot_actions method, the comment references another repository for the camera quantization, but it seems like that repository is not publicly available.
Thanks.