Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4.08k stars 2.52k forks source link

devenv_setup.ipynb does not exist #1359

Open Carterbouley opened 3 years ago

Carterbouley commented 3 years ago

Hi

I am following along the Azure RL tutorials, and it states:

"Run the virtual network setup notebook located at /how-to-use-azureml/reinforcement-learning/setup/devenv_setup.ipynb to open network ports used for distributed reinforcement learning."

But this notebook does not exist.

I have looked for it elsewhere but cannot find it.

gojira commented 3 years ago

Hi @Carterbouley. Thanks for trying RL and letting us know this issue. We used to have a separate notebook to set up the networking but we folded it into the others. So it is not needed.

We will fix the text.

Thanks!