Closed muupan closed 4 years ago
This PR resolves #499 by adding configs and changes to run slow tests with flexCI:
tests/agents_tests/test_agents.py
Link.zerograds
Link.cleargrads
copy_grad
I confirmed that both chainerrl.py3.cpu.slow and chainerrl.py3.gpu.slow succeed when started manually:
chainerrl.py3.cpu.slow
chainerrl.py3.gpu.slow
After the PR is merged, I will configure the repository so that these are run by /test and required to succeed in order to merge PRs.
/test
Successfully created a job for commit 695734a:
This PR resolves #499 by adding configs and changes to run slow tests with flexCI:
tests/agents_tests/test_agents.py
fasterLink.zerograds
Link.cleargrads
and modifycopy_grad
function accordingly.I confirmed that both
chainerrl.py3.cpu.slow
andchainerrl.py3.gpu.slow
succeed when started manually:After the PR is merged, I will configure the repository so that these are run by
/test
and required to succeed in order to merge PRs.