StanfordSNR / puffer

Puffer is a free live TV streaming website and a research study at Stanford using machine learning to improve video streaming
https://puffer.stanford.edu
835 stars 131 forks source link

add submodule for maguro and unagi #31

Closed sagar-pa closed 2 years ago

sagar-pa commented 2 years ago

Two new controllers to replace tara on puffer. They are both also trained with A2C but use a different neural network than before.

Adding the abr algorithm in settings.yml:

abr: maguro
abr_config:
  test_path: third_party/abr_rl_test/test.py
  model_path: third_party/abr_rl_test/models/maguro_model.pt
cc: bbr

abr: unagi
abr_config:
  test_path: third_party/abr_rl_test/test.py
  model_path: third_party/abr_rl_test/models/unagi_model.pt
cc: bbr
francisyyan commented 2 years ago

Hi Sagar -- I removed tara and deployed your new algorithms just now! Please keep an eye on the data released tomorrow and let me know if you spot anything unexpected.

Francis