-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor package name and test file location
Rename the dynamics_randmization to randomization since it's not actually specific to dynamics. Move tesrt_dynamic_rand.oy to tests/
- Loading branch information
CatherineSue
committed
Jun 12, 2018
1 parent
1422eba
commit 360bef5
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
from rllab.envs.mujoco.randomization.randomized_env import randomize | ||
from rllab.envs.mujoco.randomization.variation import Distribution | ||
from rllab.envs.mujoco.randomization.variation import Method | ||
from rllab.envs.mujoco.randomization.variation import Variations |
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
...amics_randomization/test_dynamics_rand.py → tests/test_dynamics_rand.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters