hongzimao / pensieve

Neural Adaptive Video Streaming with Pensieve (SIGCOMM '17)
http://web.mit.edu/pensieve/
MIT License
516 stars 279 forks source link

Errors in multi_agent.py #136

Closed yfl961115 closed 3 years ago

yfl961115 commented 3 years ago

Hi When I run multi_agent.py, there are several errors

file "/home/ubuntu/yfl/pensieve/sim/multi_agent.py", line 8, in import env File "/home/ubuntu/yfl/pensieve/sim/env.py", line 92 delay *= np.random.uniform(NOISE_LOW, NOISE_HIGH) ^ TabError: inconsistent use of tabs and spaces in indentation