1 Star 0 Fork 2

orientlau/ml-agents

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 796 Bytes
一键复制 编辑 原始数据 按行查看 历史
[coverage:report]
# Run "pytest --cov=mlagents" to see the current coverage percentage.
# Run "pytest --cov=mlagents --cov-report html" to get a nice visualization of what is/isn't coverge in html format.
fail_under = 60
[flake8]
# black will apply a line length of 88 to code but not docstrings/comments
# This seems like a decent compromise between readability and redoing all the docstrings.
max-line-length=120
ignore =
# Black tends to introduce things flake8 doesn't like, such as "line break before binary operator"
# or whitespace before ':'. Rather than fight with black, just ignore these for now.
W503, E203,
# "may be undefined, or defined from star imports" and related warnings
# We should stop doing these, but for now, leave them in.
F405, F403, F401,
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/orientlau/ml-agents.git
git@gitee.com:orientlau/ml-agents.git
orientlau
ml-agents
ml-agents
master

搜索帮助