11 Star 25 Fork 19

Gitee 极速下载 / Unity-ML-Agents

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Unity-Technologies/ml-agents
克隆/下载
setup.cfg 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
[coverage:run]
omit = */tests/*
[coverage:report]
# Run "pytest --cov=ml-agents --cov=ml-agents-envs --cov=gym-unity" to see the current coverage percentage.
# Run the above plus "--cov-report html" to get a nice visualization of what is/isn't covered 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,
# flake-tidy-import adds this warning, which we don't really care about for now
I200,
banned-modules = tensorflow = use mlagents.tf_utils instead (it handles tf2 compat).
logging = use mlagents_envs.logging_util instead
torch = use mlagents.torch_utils instead (handles GPU detection).
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/Unity-ML-Agents.git
git@gitee.com:mirrors/Unity-ML-Agents.git
mirrors
Unity-ML-Agents
Unity-ML-Agents
develop

搜索帮助

344bd9b3 5694891 D2dac590 5694891