Ignore spurious dead links to tensorflow.org pages, since we're seeing an infinite redirect for some reason that doesn't reproduce in the browser or with `curl`.
This commit is contained in:
alex-mccarthy-unity 2024-03-09 13:34:12 +01:00 коммит произвёл GitHub
Родитель f6486fc637
Коммит b9ac3f1059
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -24,7 +24,7 @@ One component of training models with PyTorch is setting the values of
certain model attributes (called _hyperparameters_). Finding the right values of
these hyperparameters can require a few iterations. Consequently, we leverage a
visualization tool called
[TensorBoard](https://www.tensorflow.org/programmers_guide/summaries_and_tensorboard).
[TensorBoard](https://www.tensorflow.org/tensorboard).
It allows the visualization of certain agent attributes (e.g. reward) throughout
training which can be helpful in both building intuitions for the different
hyperparameters and setting the optimal values for your Unity environment. We

Просмотреть файл

@ -2,7 +2,7 @@
The ML-Agents Toolkit saves statistics during learning session that you can view
with a TensorFlow utility named,
[TensorBoard](https://www.tensorflow.org/programmers_guide/summaries_and_tensorboard).
[TensorBoard](https://www.tensorflow.org/tensorboard).
The `mlagents-learn` command saves training statistics to a folder named
`results`, organized by the `run-id` value you assign to a training session.

Просмотреть файл

@ -23,6 +23,10 @@
{
"pattern": "https://www.researchgate.net/",
"comment": "Issue with GHE certs / firewall"
},
{
"pattern": "https://www.tensorflow.org/",
"comment": "Valid links failing with errors like 'https://www.tensorflow.org/tensorboard → Status: 0 Error: Exceeded maxRedirects. Probably stuck in a redirect loop'"
}
]
}