浏览代码

Merge branch 'master' into release-0.11.0

/develop-gpu-test
Jonathan Harper 5 年前
当前提交
f0a59e89
共有 3 个文件被更改,包括 6 次插入0 次删除
  1. 1
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 1
      .github/stale.yml
  3. 4
      markdown-link-check.config.json

1
.github/ISSUE_TEMPLATE/bug_report.md


**Environment (please complete the following information):**
- OS + version: [e.g. Windows 10]
- _ML-Agents version_: (e.g. ML-Agents v0.8, or latest `develop` branch from source)
- _TensorFlow version_: (you can run `pip3 show tensorflow` to get this)
- _Environment_: (which example environment you used to reproduce the error)
**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.

1
.github/stale.yml


- bug
- request
- help-wanted
- announcement

4
markdown-link-check.config.json


{
"pattern": "^https://developer.nvidia.com/compute/machine-learning/cudnn/secure",
"comment": "Requires login"
},
{
"pattern": "^https?://bair.berkeley.edu",
"comment": "Temporary berkeley outage"
}
]
}
正在加载...
取消
保存