Open zxxia opened 3 years ago
https://github.com/PCCproject/PCC-Uspace/blob/2c4853a22663f086fae073b72bfff084a30012fb/src/pcc/rate_control/pcc_python_rc.cpp#L162
The latency values here are doubles. Treating as long variables will make them zeros and lead all RTT samples to be zeros. Thus, this will cause a wrong observation to be fed into the RL model.
https://github.com/PCCproject/PCC-Uspace/blob/2c4853a22663f086fae073b72bfff084a30012fb/src/pcc/rate_control/pcc_python_rc.cpp#L162
The latency values here are doubles. Treating as long variables will make them zeros and lead all RTT samples to be zeros. Thus, this will cause a wrong observation to be fed into the RL model.