Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for dynamics randomization #14

Closed
ryanjulian opened this issue Jun 11, 2018 · 1 comment
Closed

Support for dynamics randomization #14

ryanjulian opened this issue Jun 11, 2018 · 1 comment
Assignees
Labels

Comments

@ryanjulian
Copy link
Member

https://blog.openai.com/generalizing-from-simulation/

We should probably not attempt this until #4 is done.

For now, only MuJoCo support is necessary. If MuJoCo is too burdensome, we can consider switching engines (e.g. Bullet)

Related issue openai/mujoco-py#148 suggests this may be nontrivial.

Imported from ryanjulian/rllab#61

@ryanjulian ryanjulian assigned CatherineSue and ghost Jun 11, 2018
@ryanjulian ryanjulian added this to the Week of June 11th milestone Jun 12, 2018
CatherineSue added a commit that referenced this issue Jun 12, 2018
Add support for dynamics randomization for mujoco environment.
Includes a simple data structure consisting of a list of variation
objects, a wrapped environment of mujoco to perform dynamics
randomization.
Each variation object is an instance of the Variation class
that works as a container for each of the fields used to randomized a
dynamic parameter within the simulation environment.
The wrapper class of mujoco performs dynamics randomization on each
reset().
The data structure and the wrapper class are tested in
test_dynamics_rand.py.

Refer to: #14
@ryanjulian
Copy link
Member Author

Fixed by #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants