Skip to content

Commit a90477c

Browse files
author
Jonathan Harper
committed
Merge branch 'master' into release-0.11.0
2 parents ac93337 + 3643317 commit a90477c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ If applicable, add screenshots to help explain your problem.
2626
**Environment (please complete the following information):**
2727
- OS + version: [e.g. Windows 10]
2828
- _ML-Agents version_: (e.g. ML-Agents v0.8, or latest `develop` branch from source)
29+
- _TensorFlow version_: (you can run `pip3 show tensorflow` to get this)
2930
- _Environment_: (which example environment you used to reproduce the error)
3031

3132
**NOTE:** We are unable to help reproduce bugs with custom environments. Please attempt to reproduce your issue with one of the example environments, or provide a minimal patch to one of the environments needed to reproduce the issue.

.github/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ issues:
2424
- bug
2525
- request
2626
- help-wanted
27+
- announcement

markdown-link-check.config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
{
88
"pattern": "^https://developer.nvidia.com/compute/machine-learning/cudnn/secure",
99
"comment": "Requires login"
10+
},
11+
{
12+
"pattern": "^https?://bair.berkeley.edu",
13+
"comment": "Temporary berkeley outage"
1014
}
1115
]
1216
}

0 commit comments

Comments
 (0)