chainer / chainerrl

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

Rename examples directories #487

Closed keisuke-nakata closed 5 years ago

keisuke-nakata commented 5 years ago

~Rename some directories under examples/:~

update:

ale -> atari
atari -> atari/reproduction
mujoco -> mujoco/reproduction
mujoco tasks in gym/ -> mujoco
keisuke-nakata commented 5 years ago

For reviewers:
Please check the diff for each commit.
The final diff of this PR is confusing, because examples_tests/atari/test_dqn.sh is renamed to examples_tests/atari/reproduction/test_dqn.sh but also examples_tests/atari/test_dqn.sh is renamed from examples_tests/ale/test_dqn.sh.

keisuke-nakata commented 5 years ago

@prabhatnagarajan ~I moved mujoco scripts formerly in gym, but should I move the corresponding tests as well?
The target environment for mujoco scripts' tests are actually Pendulum-v0 to avoid mujoco license.~

I moved the corresponding test scripts, according to the existing examples_tests/mujoco tests.