The link to VM scheduling data file does not work
Description
I was trying to run the https://github.com/microsoft/maro/blob/master/notebooks/vm_scheduling/interact_with_environment.ipynb However, two issues happen. First, it gives an error that cannot import DecisionPayload, I change it to VmRequestPayload. After changing , when rerunning the notebook, it gives another error when trying to download the data file from https://marodatasource.blob.core.windows.net/vm-scheduling-azure/azure.2019.10k/azure.2019.10k.tar.gz. It shows urllib.error.HTTPError: HTTP Error 404: The specified resource does not exist.. So it seems that the above link to the data files need to be updated. I will appreciate it if maro team could look into this. Thank you.
To Reproduce
Steps to reproduce the behavior:
- Install the maro from source based on the https://github.com/microsoft/maro/blob/master/README.md
- Run the https://github.com/microsoft/maro/blob/master/notebooks/vm_scheduling/interact_with_environment.ipynb
Expected Behavior
It should output similar to the notebook.
Environment
- MARO version (v0.3.2a3):
- MARO scenario (
VM Scheduling): - How you installed MARO (
source): - OS (
Linux): - Python version (
3.9):
Hi shuo-y, did you manage to solve this? I was trying to run the vm_scheduling notebook and encountered the same issue. Seems like no answer was given here.
Thanks!