代码拉取完成,页面将自动刷新
同步操作将从 mirrors_chainer/chainerrl 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
language: python
dist: xenial
cache: pip
python:
- "3.6"
env:
- CHAINER_VERSION=4
- CHAINER_VERSION=stable
services:
- xvfb
before_install:
- sudo add-apt-repository -y ppa:cran/ffmpeg-4
- sudo apt-get update
- sudo apt install -y freeglut3-dev ffmpeg
# command to install dependencies
install:
- pip install --upgrade pip setuptools wheel
- |
if [[ $CHAINER_VERSION == 4 ]]; then
pip install "chainer==4.0.0"
else
pip install chainer
fi
- pip install pytest-cov
- pip install gym[atari]==0.16.0
- pip install -r requirements.txt --only-binary=numpy,scipy
- pip install jupyter
- pip install autopep8
- pip install flake8
- pip install coveralls
- pip install opencv-python
- pip install pybullet
- python setup.py develop
- python -c "import numpy; numpy.show_config()"
# command to run tests
script:
- flake8 chainerrl
- flake8 tests
- flake8 --ignore=E402,W504 examples
- autopep8 -r chainerrl tests examples --diff | tee check_autopep8
- test ! -s check_autopep8
- pytest -m "not gpu and not slow" -x tests --cov=chainerrl --ignore tests/misc_tests/test_pretrained_models.py
- ./test_examples.sh -1
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 && $CHAINER_VERSION == stable ]]; then
jupyter nbconvert --to notebook --execute examples/quickstart/quickstart.ipynb --ExecutePreprocessor.timeout=600;
fi
after_success:
- coveralls
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。