chainer / chainerrl

ChainerRL is a deep reinforcement learning library built on top of Chainer.
MIT License
1.18k stars 224 forks source link

Split test_examples.sh #472

Closed muupan closed 5 years ago

muupan commented 5 years ago

This PR splits test_examples.sh to multiple files so that each example script has a corresponding test script. This change allows executing tests for a single example script separately and avoiding unnecessary conflicts due to modifying test_examples.sh at the same time.