maro icon indicating copy to clipboard operation
maro copied to clipboard

The link to VM scheduling data file does not work

Open shuohyang opened this issue 2 years ago • 1 comments

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:

  1. Install the maro from source based on the https://github.com/microsoft/maro/blob/master/README.md
  2. 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):

shuohyang avatar Jun 05 '23 00:06 shuohyang

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!

Neko0 avatar Dec 14 '23 19:12 Neko0