1 Star 0 Fork 88

lineagezd/rlcard

forked from Daochen Zha/rlcard 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 230 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daochen Zha 提交于 2021-05-30 11:09 . update tranvis
language: python
python:
- "3.6"
- "3.7"
install:
- pip install -e .[torch]
before_script:
- pip install python-coveralls
- pip install pytest-cover
script:
- py.test tests/ --cov=rlcard
after_success:
- coveralls
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/groundsky/rlcard.git
git@gitee.com:groundsky/rlcard.git
groundsky
rlcard
rlcard
master

搜索帮助