We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs https://pytorch.org/rl/stable/tutorials/coding_ppo.html have broken link for "coding_ppo". When clicking on open in colab, this opens: """ Notebook not found There was an error loading this notebook. Ensure that the file is accessible and try again. https://github.com/pytorch/rl/blob/gh-pages/_downloads/c4cc1ccac40ca535b79628b7eb0bbe18/coding_ppo.py Fetch for https://api.github.com/repos/pytorch/rl/contents/_downloads/c4cc1ccac40ca535b79628b7eb0bbe18?per_page=100&ref=gh-pages failed: { """
This link worked though: https://colab.research.google.com/github/pytorch/rl/blob/gh-pages/0.4/_downloads/e2a5193e019585d9cfa26d3eebfd8be3/coding_ppo.ipynb
The text was updated successfully, but these errors were encountered:
Yep unfortunately the automated link to the colabs are broken. Maybe @svekars can help?
Sorry, something went wrong.
Duplicate of #2134
Closed by #2268
vmoens
Successfully merging a pull request may close this issue.
Describe the bug
Docs https://pytorch.org/rl/stable/tutorials/coding_ppo.html have broken link for "coding_ppo". When clicking on open in colab, this opens:
"""
Notebook not found
There was an error loading this notebook. Ensure that the file is accessible and try again.
https://github.com/pytorch/rl/blob/gh-pages/_downloads/c4cc1ccac40ca535b79628b7eb0bbe18/coding_ppo.py
Fetch for https://api.github.com/repos/pytorch/rl/contents/_downloads/c4cc1ccac40ca535b79628b7eb0bbe18?per_page=100&ref=gh-pages failed: {
"""
This link worked though: https://colab.research.google.com/github/pytorch/rl/blob/gh-pages/0.4/_downloads/e2a5193e019585d9cfa26d3eebfd8be3/coding_ppo.ipynb
The text was updated successfully, but these errors were encountered: